You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amg4psblas/amgprec/impl/smoother
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
..
Makefile Added POLY smoothers, also in SAMPLES/ADVANCED 3 years ago
amg_c_as_smoother_apply.f90 Fix licensing text 3 months ago
amg_c_as_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_as_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_as_smoother_check.f90 Fix licensing text 3 months ago
amg_c_as_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_c_as_smoother_clone.f90 Fix licensing text 3 months ago
amg_c_as_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_c_as_smoother_cnv.f90 Fix licensing text 3 months ago
amg_c_as_smoother_csetc.f90 Fix licensing text 3 months ago
amg_c_as_smoother_cseti.f90 Fix licensing text 3 months ago
amg_c_as_smoother_dmp.f90 Fix licensing text 3 months ago
amg_c_as_smoother_free.f90 Fix licensing text 3 months ago
amg_c_as_smoother_prol_a.f90 Fix licensing text 3 months ago
amg_c_as_smoother_prol_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_as_smoother_restr_a.f90 Fix licensing text 3 months ago
amg_c_as_smoother_restr_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_base_smoother_apply.f90 Fix licensing text 3 months ago
amg_c_base_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_base_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_base_smoother_check.f90 Fix licensing text 3 months ago
amg_c_base_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_c_base_smoother_clone.f90 Fix licensing text 3 months ago
amg_c_base_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_c_base_smoother_cnv.f90 Fix licensing text 3 months ago
amg_c_base_smoother_csetc.f90 Fix licensing text 3 months ago
amg_c_base_smoother_cseti.f90 Fix licensing text 3 months ago
amg_c_base_smoother_csetr.f90 Fix licensing text 3 months ago
amg_c_base_smoother_descr.f90 Fix licensing text 3 months ago
amg_c_base_smoother_dmp.f90 Fix licensing text 3 months ago
amg_c_base_smoother_free.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_apply.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_jac_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_cnv.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_csetc.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_cseti.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_csetr.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_c_jac_smoother_dmp.f90 Fix licensing text 3 months ago
amg_c_l1_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_l1_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_c_l1_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_c_poly_smoother_bld.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_as_smoother_apply.f90 Fix licensing text 3 months ago
amg_d_as_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_as_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_as_smoother_check.f90 Fix licensing text 3 months ago
amg_d_as_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_d_as_smoother_clone.f90 Fix licensing text 3 months ago
amg_d_as_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_d_as_smoother_cnv.f90 Fix licensing text 3 months ago
amg_d_as_smoother_csetc.f90 Fix licensing text 3 months ago
amg_d_as_smoother_cseti.f90 Fix licensing text 3 months ago
amg_d_as_smoother_dmp.f90 Fix licensing text 3 months ago
amg_d_as_smoother_free.f90 Fix licensing text 3 months ago
amg_d_as_smoother_prol_a.f90 Fix licensing text 3 months ago
amg_d_as_smoother_prol_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_as_smoother_restr_a.f90 Fix licensing text 3 months ago
amg_d_as_smoother_restr_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_base_smoother_apply.f90 Fix licensing text 3 months ago
amg_d_base_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_base_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_base_smoother_check.f90 Fix licensing text 3 months ago
amg_d_base_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_d_base_smoother_clone.f90 Fix licensing text 3 months ago
amg_d_base_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_d_base_smoother_cnv.f90 Fix licensing text 3 months ago
amg_d_base_smoother_csetc.f90 Fix licensing text 3 months ago
amg_d_base_smoother_cseti.f90 Fix licensing text 3 months ago
amg_d_base_smoother_csetr.f90 Fix licensing text 3 months ago
amg_d_base_smoother_descr.f90 Fix licensing text 3 months ago
amg_d_base_smoother_dmp.f90 Fix licensing text 3 months ago
amg_d_base_smoother_free.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_apply.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_jac_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_cnv.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_csetc.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_cseti.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_csetr.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_d_jac_smoother_dmp.f90 Fix licensing text 3 months ago
amg_d_l1_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_l1_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_d_l1_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_poly_smoother_bld.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_poly_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_clone.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_cnv.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_csetc.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_cseti.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_csetr.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_descr.f90 Fix licensing text 3 months ago
amg_d_poly_smoother_dmp.f90 Fix licensing text 3 months ago
amg_s_as_smoother_apply.f90 Fix licensing text 3 months ago
amg_s_as_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_as_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_as_smoother_check.f90 Fix licensing text 3 months ago
amg_s_as_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_s_as_smoother_clone.f90 Fix licensing text 3 months ago
amg_s_as_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_s_as_smoother_cnv.f90 Fix licensing text 3 months ago
amg_s_as_smoother_csetc.f90 Fix licensing text 3 months ago
amg_s_as_smoother_cseti.f90 Fix licensing text 3 months ago
amg_s_as_smoother_dmp.f90 Fix licensing text 3 months ago
amg_s_as_smoother_free.f90 Fix licensing text 3 months ago
amg_s_as_smoother_prol_a.f90 Fix licensing text 3 months ago
amg_s_as_smoother_prol_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_as_smoother_restr_a.f90 Fix licensing text 3 months ago
amg_s_as_smoother_restr_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_base_smoother_apply.f90 Fix licensing text 3 months ago
amg_s_base_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_base_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_base_smoother_check.f90 Fix licensing text 3 months ago
amg_s_base_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_s_base_smoother_clone.f90 Fix licensing text 3 months ago
amg_s_base_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_s_base_smoother_cnv.f90 Fix licensing text 3 months ago
amg_s_base_smoother_csetc.f90 Fix licensing text 3 months ago
amg_s_base_smoother_cseti.f90 Fix licensing text 3 months ago
amg_s_base_smoother_csetr.f90 Fix licensing text 3 months ago
amg_s_base_smoother_descr.f90 Fix licensing text 3 months ago
amg_s_base_smoother_dmp.f90 Fix licensing text 3 months ago
amg_s_base_smoother_free.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_apply.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_jac_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_cnv.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_csetc.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_cseti.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_csetr.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_s_jac_smoother_dmp.f90 Fix licensing text 3 months ago
amg_s_l1_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_l1_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_s_l1_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_poly_smoother_bld.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_poly_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_clone.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_cnv.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_csetc.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_cseti.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_csetr.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_descr.f90 Fix licensing text 3 months ago
amg_s_poly_smoother_dmp.f90 Fix licensing text 3 months ago
amg_z_as_smoother_apply.f90 Fix licensing text 3 months ago
amg_z_as_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_as_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_as_smoother_check.f90 Fix licensing text 3 months ago
amg_z_as_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_z_as_smoother_clone.f90 Fix licensing text 3 months ago
amg_z_as_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_z_as_smoother_cnv.f90 Fix licensing text 3 months ago
amg_z_as_smoother_csetc.f90 Fix licensing text 3 months ago
amg_z_as_smoother_cseti.f90 Fix licensing text 3 months ago
amg_z_as_smoother_dmp.f90 Fix licensing text 3 months ago
amg_z_as_smoother_free.f90 Fix licensing text 3 months ago
amg_z_as_smoother_prol_a.f90 Fix licensing text 3 months ago
amg_z_as_smoother_prol_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_as_smoother_restr_a.f90 Fix licensing text 3 months ago
amg_z_as_smoother_restr_v.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_base_smoother_apply.f90 Fix licensing text 3 months ago
amg_z_base_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_base_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_base_smoother_check.f90 Fix licensing text 3 months ago
amg_z_base_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_z_base_smoother_clone.f90 Fix licensing text 3 months ago
amg_z_base_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_z_base_smoother_cnv.f90 Fix licensing text 3 months ago
amg_z_base_smoother_csetc.f90 Fix licensing text 3 months ago
amg_z_base_smoother_cseti.f90 Fix licensing text 3 months ago
amg_z_base_smoother_csetr.f90 Fix licensing text 3 months ago
amg_z_base_smoother_descr.f90 Fix licensing text 3 months ago
amg_z_base_smoother_dmp.f90 Fix licensing text 3 months ago
amg_z_base_smoother_free.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_apply.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_apply_vect.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_jac_smoother_clear_data.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_clone_settings.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_cnv.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_csetc.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_cseti.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_csetr.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_z_jac_smoother_dmp.f90 Fix licensing text 3 months ago
amg_z_l1_jac_smoother_bld.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_l1_jac_smoother_clone.f90 Fix licensing text 3 months ago
amg_z_l1_jac_smoother_descr.f90 Fix licensing text 3 months ago
amg_z_poly_smoother_bld.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago