Commit Graph

13 Commits (4031ffb7ba58b5630c3a9eccd16c8f9d10156301)

Author SHA1 Message Date
Stack-1 4031ffb7ba [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2
Adapt amg4psblas to the communication_v2 PSBLAS interfaces, which removed
the work argument from all vector routines (psb_*_vect, the base prec
apply_vect, map_U2V_v/map_V2U_v).

Remove work from the whole vector apply chain:
- prec apply2_vect/apply1_vect and the amg_*precaply2/1_vect implementations
  (dropped the local work_ buffer);
- mlprec_aply_vect and its inner recursive routines
  (inner_ml_aply, inner_add/mult/k_cycle, inneritkcycle);
- the smoother/solver *_apply_vect implementations and their interface
  declarations, dropping the now-dead aux/ww scratch buffers;
- AS smoother restr_v/prol_v (psb_halo/psb_ovrl on vectors);
- onelev map_rstr_v/map_prol_v (psb_map_U2V/V2U on vectors);
- poly_smoother_bld power-iteration apply_v calls.

Array routines keep work. mumps/slu/sludist/umf vector applies now pass a
zero-size local buffer to the underlying array apply (work optional there).
Regenerated for s/d/c/z; the library builds and the pdegen samples converge.
1 month ago
sfilippone eae53162af Fix licensing text 4 months ago
Salvatore Filippone 8337edb362 Switch off detailed timings 1 year ago
sfilippone 08a0c744b1 Switch from KRYLOV to LINSOLVE 2 years ago
sfilippone 3ee333baac Change name abgdxyz into upd_xyz 2 years ago
sfilippone 33ac3f786b Merge latest changes from polysmooth 2 years ago
Cirdans-Home 74dccb6c44 Added timers and removed unuseful spmm 2 years ago
Cirdans-Home d385d99e71 Fixed Cheby1 Implementation 2 years ago
Salvatore Filippone 4e6e3d5f09 Fix merge conflict 2 years ago
Salvatore Filippone 7c48b96936 Work version of polynomial smoother 2 years ago
Cirdans-Home ea8974f88c Fixed build and apply to actually use degree 2 years ago
sfilippone ccef858192 Cleanup dead code 3 years ago
sfilippone 30a5c7be03 Added POLY smoothers, also in SAMPLES/ADVANCED 3 years ago