Commit Graph

6 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 week ago
sfilippone eae53162af Fix licensing text 3 months ago
sfilippone b246223597 Fixes for IPK8 1 year ago
Salvatore Filippone ddbe050c1a Fix copyright statement and example programs 5 years ago
Salvatore Filippone 788211c794 Fixes for support to remapping after merging new context. Needs more testing. 6 years ago
Salvatore Filippone e500a8a5b5 Factored level%map_rstr and level%map_prol. 6 years ago