From 0f42674d5ba5733db5a5fa8defa9291033df7420 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 3 Apr 2017 13:17:45 +0000 Subject: [PATCH] mld2p4-2: Adjusted affiliations and formatting in copyright. --- LICENSE | 10 +++---- examples/fileread/data_input.f90 | 10 +++---- examples/fileread/mld_cexample_1lev.f90 | 10 +++---- examples/fileread/mld_cexample_ml.f90 | 10 +++---- examples/fileread/mld_dexample_1lev.f90 | 10 +++---- examples/fileread/mld_dexample_ml.f90 | 10 +++---- examples/fileread/mld_sexample_1lev.f90 | 10 +++---- examples/fileread/mld_sexample_ml.f90 | 10 +++---- examples/fileread/mld_zexample_1lev.f90 | 10 +++---- examples/fileread/mld_zexample_ml.f90 | 10 +++---- examples/pdegen/data_input.f90 | 10 +++---- examples/pdegen/mld_dexample_1lev.f90 | 10 +++---- examples/pdegen/mld_dexample_ml.f90 | 10 +++---- examples/pdegen/mld_sexample_1lev.f90 | 10 +++---- examples/pdegen/mld_sexample_ml.f90 | 10 +++---- mlprec/archive/mld_c_as_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_c_base_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_c_diag_solver_impl.f90 | 10 +++---- mlprec/archive/mld_c_id_solver_impl.f90 | 10 +++---- mlprec/archive/mld_c_ilu_solver_impl.f90 | 10 +++---- mlprec/archive/mld_c_jac_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_c_onelev_impl.f90 | 10 +++---- mlprec/archive/mld_d_as_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_d_base_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_d_diag_solver_impl.f90 | 10 +++---- mlprec/archive/mld_d_id_solver_impl.f90 | 10 +++---- mlprec/archive/mld_d_ilu_solver_impl.f90 | 10 +++---- mlprec/archive/mld_d_jac_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_d_onelev_impl.f90 | 10 +++---- mlprec/archive/mld_s_as_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_s_base_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_s_diag_solver_impl.f90 | 10 +++---- mlprec/archive/mld_s_id_solver_impl.f90 | 10 +++---- mlprec/archive/mld_s_ilu_solver_impl.f90 | 10 +++---- mlprec/archive/mld_s_jac_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_s_onelev_impl.f90 | 10 +++---- mlprec/archive/mld_z_as_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_z_base_smoother_impl.f90 | 10 +++---- mlprec/archive/mld_z_diag_solver_impl.f90 | 10 +++---- mlprec/archive/mld_z_id_solver_impl.f90 | 10 +++---- mlprec/archive/mld_z_ilu_solver_impl.f90 | 10 +++---- mlprec/archive/mld_z_jac_smoother_impl.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_build.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_check.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_cnv.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_csetc.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_cseti.F90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_csetr.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_descr.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_dump.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_free.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_setc.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_seti.F90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_setr.f90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_setsm.F90 | 10 +++---- mlprec/impl/level/mld_c_base_onelev_setsv.F90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_build.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_check.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_cnv.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_csetc.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_cseti.F90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_csetr.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_descr.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_dump.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_free.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_setc.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_seti.F90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_setr.f90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_setsm.F90 | 10 +++---- mlprec/impl/level/mld_d_base_onelev_setsv.F90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_build.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_check.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_cnv.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_csetc.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_cseti.F90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_csetr.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_descr.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_dump.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_free.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_setc.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_seti.F90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_setr.f90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_setsm.F90 | 10 +++---- mlprec/impl/level/mld_s_base_onelev_setsv.F90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_build.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_check.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_cnv.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_csetc.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_cseti.F90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_csetr.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_descr.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_dump.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_free.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_setc.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_seti.F90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_setr.f90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_setsm.F90 | 10 +++---- mlprec/impl/level/mld_z_base_onelev_setsv.F90 | 10 +++---- mlprec/impl/mld_c_dec_map_bld.f90 | 10 +++---- mlprec/impl/mld_c_extprol_bld.f90 | 10 +++---- mlprec/impl/mld_c_hierarchy_bld.f90 | 10 +++---- mlprec/impl/mld_c_lev_aggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_c_lev_aggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_c_smoothers_bld.f90 | 10 +++---- mlprec/impl/mld_caggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_caggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_caggrmat_biz_asb.f90 | 10 +++---- mlprec/impl/mld_caggrmat_minnrg_asb.f90 | 10 +++---- mlprec/impl/mld_caggrmat_nosmth_asb.f90 | 10 +++---- mlprec/impl/mld_caggrmat_smth_asb.f90 | 10 +++---- mlprec/impl/mld_ccprecset.F90 | 10 +++---- mlprec/impl/mld_cilu0_fact.f90 | 10 +++---- mlprec/impl/mld_ciluk_fact.f90 | 10 +++---- mlprec/impl/mld_cilut_fact.f90 | 10 +++---- mlprec/impl/mld_cmlprec_aply.f90 | 10 +++---- mlprec/impl/mld_cmlprec_bld.f90 | 10 +++---- mlprec/impl/mld_cprecaply.f90 | 10 +++---- mlprec/impl/mld_cprecbld.f90 | 10 +++---- mlprec/impl/mld_cprecinit.F90 | 10 +++---- mlprec/impl/mld_cprecset.F90 | 10 +++---- mlprec/impl/mld_cslu_interface.c | 12 +++++---- mlprec/impl/mld_cslud_interface.c | 11 ++++---- mlprec/impl/mld_csp_renum.f90 | 10 +++---- mlprec/impl/mld_d_dec_map_bld.f90 | 10 +++---- mlprec/impl/mld_d_extprol_bld.f90 | 10 +++---- mlprec/impl/mld_d_hierarchy_bld.f90 | 10 +++---- mlprec/impl/mld_d_lev_aggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_d_lev_aggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_d_smoothers_bld.f90 | 10 +++---- mlprec/impl/mld_daggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_daggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_daggrmat_biz_asb.f90 | 10 +++---- mlprec/impl/mld_daggrmat_minnrg_asb.f90 | 10 +++---- mlprec/impl/mld_daggrmat_nosmth_asb.f90 | 10 +++---- mlprec/impl/mld_daggrmat_smth_asb.f90 | 10 +++---- mlprec/impl/mld_dcprecset.F90 | 10 +++---- mlprec/impl/mld_dilu0_fact.f90 | 10 +++---- mlprec/impl/mld_diluk_fact.f90 | 10 +++---- mlprec/impl/mld_dilut_fact.f90 | 10 +++---- mlprec/impl/mld_dmlprec_aply.f90 | 10 +++---- mlprec/impl/mld_dmlprec_bld.f90 | 10 +++---- mlprec/impl/mld_dprecaply.f90 | 10 +++---- mlprec/impl/mld_dprecbld.f90 | 10 +++---- mlprec/impl/mld_dprecinit.F90 | 10 +++---- mlprec/impl/mld_dprecset.F90 | 10 +++---- mlprec/impl/mld_dslu_interface.c | 13 +++++----- mlprec/impl/mld_dslud_interface.c | 11 ++++---- mlprec/impl/mld_dsp_renum.f90 | 10 +++---- mlprec/impl/mld_dumf_interface.c | 13 +++++----- mlprec/impl/mld_s_dec_map_bld.f90 | 10 +++---- mlprec/impl/mld_s_extprol_bld.f90 | 10 +++---- mlprec/impl/mld_s_hierarchy_bld.f90 | 10 +++---- mlprec/impl/mld_s_lev_aggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_s_lev_aggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_s_smoothers_bld.f90 | 10 +++---- mlprec/impl/mld_saggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_saggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_saggrmat_biz_asb.f90 | 10 +++---- mlprec/impl/mld_saggrmat_minnrg_asb.f90 | 10 +++---- mlprec/impl/mld_saggrmat_nosmth_asb.f90 | 10 +++---- mlprec/impl/mld_saggrmat_smth_asb.f90 | 10 +++---- mlprec/impl/mld_scprecset.F90 | 10 +++---- mlprec/impl/mld_silu0_fact.f90 | 10 +++---- mlprec/impl/mld_siluk_fact.f90 | 10 +++---- mlprec/impl/mld_silut_fact.f90 | 10 +++---- mlprec/impl/mld_smlprec_aply.f90 | 10 +++---- mlprec/impl/mld_smlprec_bld.f90 | 10 +++---- mlprec/impl/mld_sprecaply.f90 | 10 +++---- mlprec/impl/mld_sprecbld.f90 | 10 +++---- mlprec/impl/mld_sprecinit.F90 | 10 +++---- mlprec/impl/mld_sprecset.F90 | 10 +++---- mlprec/impl/mld_sslu_interface.c | 13 +++++----- mlprec/impl/mld_sslud_interface.c | 13 +++++----- mlprec/impl/mld_ssp_renum.f90 | 10 +++---- mlprec/impl/mld_z_dec_map_bld.f90 | 10 +++---- mlprec/impl/mld_z_extprol_bld.f90 | 10 +++---- mlprec/impl/mld_z_hierarchy_bld.f90 | 10 +++---- mlprec/impl/mld_z_lev_aggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_z_lev_aggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_z_onelev_impl.f90 | 10 +++---- mlprec/impl/mld_z_smoothers_bld.f90 | 10 +++---- mlprec/impl/mld_zaggrmap_bld.f90 | 10 +++---- mlprec/impl/mld_zaggrmat_asb.f90 | 10 +++---- mlprec/impl/mld_zaggrmat_biz_asb.f90 | 10 +++---- mlprec/impl/mld_zaggrmat_minnrg_asb.f90 | 10 +++---- mlprec/impl/mld_zaggrmat_nosmth_asb.f90 | 10 +++---- mlprec/impl/mld_zaggrmat_smth_asb.f90 | 10 +++---- mlprec/impl/mld_zcprecset.F90 | 10 +++---- mlprec/impl/mld_zilu0_fact.f90 | 10 +++---- mlprec/impl/mld_ziluk_fact.f90 | 10 +++---- mlprec/impl/mld_zilut_fact.f90 | 10 +++---- mlprec/impl/mld_zmlprec_aply.f90 | 10 +++---- mlprec/impl/mld_zmlprec_bld.f90 | 10 +++---- mlprec/impl/mld_zprecaply.f90 | 10 +++---- mlprec/impl/mld_zprecbld.f90 | 10 +++---- mlprec/impl/mld_zprecinit.F90 | 10 +++---- mlprec/impl/mld_zprecset.F90 | 10 +++---- mlprec/impl/mld_zslu_interface.c | 13 +++++----- mlprec/impl/mld_zslud_interface.c | 13 +++++----- mlprec/impl/mld_zsp_renum.f90 | 10 +++---- mlprec/impl/mld_zumf_interface.c | 13 +++++----- .../impl/smoother/mld_c_as_smoother_apply.f90 | 10 +++---- .../smoother/mld_c_as_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_bld.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_check.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_csetc.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_cseti.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_csetr.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_free.f90 | 10 +++---- .../smoother/mld_c_as_smoother_prol_a.f90 | 10 +++---- .../smoother/mld_c_as_smoother_prol_v.f90 | 10 +++---- .../smoother/mld_c_as_smoother_restr_a.f90 | 10 +++---- .../smoother/mld_c_as_smoother_restr_v.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_setc.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_seti.f90 | 10 +++---- .../impl/smoother/mld_c_as_smoother_setr.f90 | 10 +++---- .../smoother/mld_c_base_smoother_apply.f90 | 10 +++---- .../mld_c_base_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_c_base_smoother_bld.f90 | 10 +++---- .../smoother/mld_c_base_smoother_check.f90 | 10 +++---- .../smoother/mld_c_base_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_c_base_smoother_cnv.f90 | 10 +++---- .../smoother/mld_c_base_smoother_csetc.f90 | 10 +++---- .../smoother/mld_c_base_smoother_cseti.f90 | 10 +++---- .../smoother/mld_c_base_smoother_csetr.f90 | 10 +++---- .../smoother/mld_c_base_smoother_descr.f90 | 10 +++---- .../impl/smoother/mld_c_base_smoother_dmp.f90 | 10 +++---- .../smoother/mld_c_base_smoother_free.f90 | 10 +++---- .../smoother/mld_c_base_smoother_setc.f90 | 10 +++---- .../smoother/mld_c_base_smoother_seti.f90 | 10 +++---- .../smoother/mld_c_base_smoother_setr.f90 | 10 +++---- .../smoother/mld_c_jac_smoother_apply.f90 | 10 +++---- .../mld_c_jac_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_c_jac_smoother_bld.f90 | 10 +++---- .../smoother/mld_c_jac_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_c_jac_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_c_jac_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_apply.f90 | 10 +++---- .../smoother/mld_d_as_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_bld.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_check.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_csetc.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_cseti.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_csetr.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_free.f90 | 10 +++---- .../smoother/mld_d_as_smoother_prol_a.f90 | 10 +++---- .../smoother/mld_d_as_smoother_prol_v.f90 | 10 +++---- .../smoother/mld_d_as_smoother_restr_a.f90 | 10 +++---- .../smoother/mld_d_as_smoother_restr_v.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_setc.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_seti.f90 | 10 +++---- .../impl/smoother/mld_d_as_smoother_setr.f90 | 10 +++---- .../smoother/mld_d_base_smoother_apply.f90 | 10 +++---- .../mld_d_base_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_d_base_smoother_bld.f90 | 10 +++---- .../smoother/mld_d_base_smoother_check.f90 | 10 +++---- .../smoother/mld_d_base_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_d_base_smoother_cnv.f90 | 10 +++---- .../smoother/mld_d_base_smoother_csetc.f90 | 10 +++---- .../smoother/mld_d_base_smoother_cseti.f90 | 10 +++---- .../smoother/mld_d_base_smoother_csetr.f90 | 10 +++---- .../smoother/mld_d_base_smoother_descr.f90 | 10 +++---- .../impl/smoother/mld_d_base_smoother_dmp.f90 | 10 +++---- .../smoother/mld_d_base_smoother_free.f90 | 10 +++---- .../smoother/mld_d_base_smoother_setc.f90 | 10 +++---- .../smoother/mld_d_base_smoother_seti.f90 | 10 +++---- .../smoother/mld_d_base_smoother_setr.f90 | 10 +++---- .../smoother/mld_d_jac_smoother_apply.f90 | 10 +++---- .../mld_d_jac_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_d_jac_smoother_bld.f90 | 10 +++---- .../smoother/mld_d_jac_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_d_jac_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_d_jac_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_apply.f90 | 10 +++---- .../smoother/mld_s_as_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_bld.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_check.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_csetc.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_cseti.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_csetr.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_free.f90 | 10 +++---- .../smoother/mld_s_as_smoother_prol_a.f90 | 10 +++---- .../smoother/mld_s_as_smoother_prol_v.f90 | 10 +++---- .../smoother/mld_s_as_smoother_restr_a.f90 | 10 +++---- .../smoother/mld_s_as_smoother_restr_v.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_setc.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_seti.f90 | 10 +++---- .../impl/smoother/mld_s_as_smoother_setr.f90 | 10 +++---- .../smoother/mld_s_base_smoother_apply.f90 | 10 +++---- .../mld_s_base_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_s_base_smoother_bld.f90 | 10 +++---- .../smoother/mld_s_base_smoother_check.f90 | 10 +++---- .../smoother/mld_s_base_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_s_base_smoother_cnv.f90 | 10 +++---- .../smoother/mld_s_base_smoother_csetc.f90 | 10 +++---- .../smoother/mld_s_base_smoother_cseti.f90 | 10 +++---- .../smoother/mld_s_base_smoother_csetr.f90 | 10 +++---- .../smoother/mld_s_base_smoother_descr.f90 | 10 +++---- .../impl/smoother/mld_s_base_smoother_dmp.f90 | 10 +++---- .../smoother/mld_s_base_smoother_free.f90 | 10 +++---- .../smoother/mld_s_base_smoother_setc.f90 | 10 +++---- .../smoother/mld_s_base_smoother_seti.f90 | 10 +++---- .../smoother/mld_s_base_smoother_setr.f90 | 10 +++---- .../smoother/mld_s_jac_smoother_apply.f90 | 10 +++---- .../mld_s_jac_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_s_jac_smoother_bld.f90 | 10 +++---- .../smoother/mld_s_jac_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_s_jac_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_s_jac_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_apply.f90 | 10 +++---- .../smoother/mld_z_as_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_bld.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_check.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_csetc.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_cseti.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_csetr.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_dmp.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_free.f90 | 10 +++---- .../smoother/mld_z_as_smoother_prol_a.f90 | 10 +++---- .../smoother/mld_z_as_smoother_prol_v.f90 | 10 +++---- .../smoother/mld_z_as_smoother_restr_a.f90 | 10 +++---- .../smoother/mld_z_as_smoother_restr_v.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_setc.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_seti.f90 | 10 +++---- .../impl/smoother/mld_z_as_smoother_setr.f90 | 10 +++---- .../smoother/mld_z_base_smoother_apply.f90 | 10 +++---- .../mld_z_base_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_z_base_smoother_bld.f90 | 10 +++---- .../smoother/mld_z_base_smoother_check.f90 | 10 +++---- .../smoother/mld_z_base_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_z_base_smoother_cnv.f90 | 10 +++---- .../smoother/mld_z_base_smoother_csetc.f90 | 10 +++---- .../smoother/mld_z_base_smoother_cseti.f90 | 10 +++---- .../smoother/mld_z_base_smoother_csetr.f90 | 10 +++---- .../smoother/mld_z_base_smoother_descr.f90 | 10 +++---- .../impl/smoother/mld_z_base_smoother_dmp.f90 | 10 +++---- .../smoother/mld_z_base_smoother_free.f90 | 10 +++---- .../smoother/mld_z_base_smoother_setc.f90 | 10 +++---- .../smoother/mld_z_base_smoother_seti.f90 | 10 +++---- .../smoother/mld_z_base_smoother_setr.f90 | 10 +++---- .../smoother/mld_z_jac_smoother_apply.f90 | 10 +++---- .../mld_z_jac_smoother_apply_vect.f90 | 10 +++---- .../impl/smoother/mld_z_jac_smoother_bld.f90 | 10 +++---- .../smoother/mld_z_jac_smoother_clone.f90 | 10 +++---- .../impl/smoother/mld_z_jac_smoother_cnv.f90 | 10 +++---- .../impl/smoother/mld_z_jac_smoother_dmp.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_apply.f90 | 10 +++---- .../solver/mld_c_base_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_bld.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_check.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_cnv.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_csetc.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_cseti.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_csetr.f90 | 10 +++---- .../impl/solver/mld_c_base_solver_descr.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_free.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_setc.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_seti.f90 | 10 +++---- mlprec/impl/solver/mld_c_base_solver_setr.f90 | 10 +++---- .../impl/solver/mld_c_bwgs_solver_apply.f90 | 10 +++---- .../solver/mld_c_bwgs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_bwgs_solver_bld.f90 | 10 +++---- .../impl/solver/mld_c_diag_solver_apply.f90 | 10 +++---- .../solver/mld_c_diag_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_diag_solver_bld.f90 | 10 +++---- .../impl/solver/mld_c_diag_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_c_diag_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_c_diag_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_c_gs_solver_apply.f90 | 10 +++---- .../solver/mld_c_gs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_gs_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_c_gs_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_c_gs_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_c_gs_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_c_id_solver_apply.f90 | 10 +++---- .../solver/mld_c_id_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_id_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_c_ilu_solver_apply.f90 | 10 +++---- .../solver/mld_c_ilu_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_c_ilu_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_c_ilu_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_c_ilu_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_c_ilu_solver_dmp.f90 | 10 +++---- .../impl/solver/mld_c_mumps_solver_apply.F90 | 10 +++---- .../solver/mld_c_mumps_solver_apply_vect.F90 | 10 +++---- mlprec/impl/solver/mld_c_mumps_solver_bld.F90 | 10 +++---- .../impl/solver/mld_d_base_solver_apply.f90 | 10 +++---- .../solver/mld_d_base_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_bld.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_check.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_cnv.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_csetc.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_cseti.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_csetr.f90 | 10 +++---- .../impl/solver/mld_d_base_solver_descr.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_free.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_setc.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_seti.f90 | 10 +++---- mlprec/impl/solver/mld_d_base_solver_setr.f90 | 10 +++---- .../impl/solver/mld_d_bwgs_solver_apply.f90 | 10 +++---- .../solver/mld_d_bwgs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_bwgs_solver_bld.f90 | 10 +++---- .../impl/solver/mld_d_diag_solver_apply.f90 | 10 +++---- .../solver/mld_d_diag_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_diag_solver_bld.f90 | 10 +++---- .../impl/solver/mld_d_diag_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_d_diag_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_d_diag_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_d_gs_solver_apply.f90 | 10 +++---- .../solver/mld_d_gs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_gs_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_d_gs_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_d_gs_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_d_gs_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_d_id_solver_apply.f90 | 10 +++---- .../solver/mld_d_id_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_id_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_d_ilu_solver_apply.f90 | 10 +++---- .../solver/mld_d_ilu_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_d_ilu_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_d_ilu_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_d_ilu_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_d_ilu_solver_dmp.f90 | 10 +++---- .../impl/solver/mld_d_mumps_solver_apply.F90 | 10 +++---- .../solver/mld_d_mumps_solver_apply_vect.F90 | 10 +++---- mlprec/impl/solver/mld_d_mumps_solver_bld.F90 | 10 +++---- .../impl/solver/mld_s_base_solver_apply.f90 | 10 +++---- .../solver/mld_s_base_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_bld.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_check.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_cnv.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_csetc.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_cseti.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_csetr.f90 | 10 +++---- .../impl/solver/mld_s_base_solver_descr.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_free.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_setc.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_seti.f90 | 10 +++---- mlprec/impl/solver/mld_s_base_solver_setr.f90 | 10 +++---- .../impl/solver/mld_s_bwgs_solver_apply.f90 | 10 +++---- .../solver/mld_s_bwgs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_bwgs_solver_bld.f90 | 10 +++---- .../impl/solver/mld_s_diag_solver_apply.f90 | 10 +++---- .../solver/mld_s_diag_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_diag_solver_bld.f90 | 10 +++---- .../impl/solver/mld_s_diag_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_s_diag_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_s_diag_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_s_gs_solver_apply.f90 | 10 +++---- .../solver/mld_s_gs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_gs_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_s_gs_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_s_gs_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_s_gs_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_s_id_solver_apply.f90 | 10 +++---- .../solver/mld_s_id_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_id_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_s_ilu_solver_apply.f90 | 10 +++---- .../solver/mld_s_ilu_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_s_ilu_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_s_ilu_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_s_ilu_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_s_ilu_solver_dmp.f90 | 10 +++---- .../impl/solver/mld_s_mumps_solver_apply.F90 | 10 +++---- .../solver/mld_s_mumps_solver_apply_vect.F90 | 10 +++---- mlprec/impl/solver/mld_s_mumps_solver_bld.F90 | 10 +++---- .../impl/solver/mld_z_base_solver_apply.f90 | 10 +++---- .../solver/mld_z_base_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_bld.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_check.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_cnv.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_csetc.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_cseti.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_csetr.f90 | 10 +++---- .../impl/solver/mld_z_base_solver_descr.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_free.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_setc.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_seti.f90 | 10 +++---- mlprec/impl/solver/mld_z_base_solver_setr.f90 | 10 +++---- .../impl/solver/mld_z_bwgs_solver_apply.f90 | 10 +++---- .../solver/mld_z_bwgs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_bwgs_solver_bld.f90 | 10 +++---- .../impl/solver/mld_z_diag_solver_apply.f90 | 10 +++---- .../solver/mld_z_diag_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_diag_solver_bld.f90 | 10 +++---- .../impl/solver/mld_z_diag_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_z_diag_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_z_diag_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_z_gs_solver_apply.f90 | 10 +++---- .../solver/mld_z_gs_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_gs_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_z_gs_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_z_gs_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_z_gs_solver_dmp.f90 | 10 +++---- mlprec/impl/solver/mld_z_id_solver_apply.f90 | 10 +++---- .../solver/mld_z_id_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_id_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_z_ilu_solver_apply.f90 | 10 +++---- .../solver/mld_z_ilu_solver_apply_vect.f90 | 10 +++---- mlprec/impl/solver/mld_z_ilu_solver_bld.f90 | 10 +++---- mlprec/impl/solver/mld_z_ilu_solver_clone.f90 | 10 +++---- mlprec/impl/solver/mld_z_ilu_solver_cnv.f90 | 10 +++---- mlprec/impl/solver/mld_z_ilu_solver_dmp.f90 | 10 +++---- .../impl/solver/mld_z_mumps_solver_apply.F90 | 10 +++---- .../solver/mld_z_mumps_solver_apply_vect.F90 | 10 +++---- mlprec/impl/solver/mld_z_mumps_solver_bld.F90 | 10 +++---- mlprec/mld_base_prec_type.F90 | 10 +++---- mlprec/mld_c_as_smoother.f90 | 10 +++---- mlprec/mld_c_base_smoother_mod.f90 | 10 +++---- mlprec/mld_c_base_solver_mod.f90 | 10 +++---- mlprec/mld_c_diag_solver.f90 | 10 +++---- mlprec/mld_c_gs_solver.f90 | 10 +++---- mlprec/mld_c_id_solver.f90 | 10 +++---- mlprec/mld_c_ilu_fact_mod.f90 | 10 +++---- mlprec/mld_c_ilu_solver.f90 | 10 +++---- mlprec/mld_c_inner_mod.f90 | 10 +++---- mlprec/mld_c_jac_smoother.f90 | 10 +++---- mlprec/mld_c_mumps_solver.F90 | 10 +++---- mlprec/mld_c_onelev_mod.f90 | 10 +++---- mlprec/mld_c_prec_mod.f90 | 10 +++---- mlprec/mld_c_prec_type.f90 | 10 +++---- mlprec/mld_c_slu_solver.F90 | 10 +++---- mlprec/mld_c_sludist_solver.F90 | 10 +++---- mlprec/mld_d_as_smoother.f90 | 10 +++---- mlprec/mld_d_base_smoother_mod.f90 | 10 +++---- mlprec/mld_d_base_solver_mod.f90 | 10 +++---- mlprec/mld_d_diag_solver.f90 | 10 +++---- mlprec/mld_d_gs_solver.f90 | 10 +++---- mlprec/mld_d_id_solver.f90 | 10 +++---- mlprec/mld_d_ilu_fact_mod.f90 | 10 +++---- mlprec/mld_d_ilu_solver.f90 | 10 +++---- mlprec/mld_d_inner_mod.f90 | 10 +++---- mlprec/mld_d_jac_smoother.f90 | 10 +++---- mlprec/mld_d_mumps_solver.F90 | 10 +++---- mlprec/mld_d_onelev_mod.f90 | 10 +++---- mlprec/mld_d_prec_mod.f90 | 10 +++---- mlprec/mld_d_prec_type.f90 | 10 +++---- mlprec/mld_d_slu_solver.F90 | 10 +++---- mlprec/mld_d_sludist_solver.F90 | 10 +++---- mlprec/mld_d_umf_solver.F90 | 10 +++---- mlprec/mld_prec_mod.f90 | 10 +++---- mlprec/mld_prec_type.f90 | 10 +++---- mlprec/mld_s_as_smoother.f90 | 10 +++---- mlprec/mld_s_base_smoother_mod.f90 | 10 +++---- mlprec/mld_s_base_solver_mod.f90 | 10 +++---- mlprec/mld_s_diag_solver.f90 | 10 +++---- mlprec/mld_s_gs_solver.f90 | 10 +++---- mlprec/mld_s_id_solver.f90 | 10 +++---- mlprec/mld_s_ilu_fact_mod.f90 | 10 +++---- mlprec/mld_s_ilu_solver.f90 | 10 +++---- mlprec/mld_s_inner_mod.f90 | 10 +++---- mlprec/mld_s_jac_smoother.f90 | 10 +++---- mlprec/mld_s_mumps_solver.F90 | 10 +++---- mlprec/mld_s_onelev_mod.f90 | 10 +++---- mlprec/mld_s_prec_mod.f90 | 10 +++---- mlprec/mld_s_prec_type.f90 | 10 +++---- mlprec/mld_s_slu_solver.F90 | 10 +++---- mlprec/mld_s_sludist_solver.F90 | 10 +++---- mlprec/mld_z_as_smoother.f90 | 10 +++---- mlprec/mld_z_base_smoother_mod.f90 | 10 +++---- mlprec/mld_z_base_solver_mod.f90 | 10 +++---- mlprec/mld_z_diag_solver.f90 | 10 +++---- mlprec/mld_z_gs_solver.f90 | 10 +++---- mlprec/mld_z_id_solver.f90 | 10 +++---- mlprec/mld_z_ilu_fact_mod.f90 | 10 +++---- mlprec/mld_z_ilu_solver.f90 | 10 +++---- mlprec/mld_z_inner_mod.f90 | 10 +++---- mlprec/mld_z_jac_smoother.f90 | 10 +++---- mlprec/mld_z_mumps_solver.F90 | 10 +++---- mlprec/mld_z_onelev_mod.f90 | 10 +++---- mlprec/mld_z_prec_mod.f90 | 10 +++---- mlprec/mld_z_prec_type.f90 | 10 +++---- mlprec/mld_z_slu_solver.F90 | 10 +++---- mlprec/mld_z_sludist_solver.F90 | 10 +++---- mlprec/mld_z_umf_solver.F90 | 10 +++---- tests/fileread/data_input.f90 | 10 +++---- tests/fileread/mld_cf_sample.f90 | 10 +++---- tests/fileread/mld_df_sample.f90 | 10 +++---- tests/fileread/mld_sf_sample.f90 | 10 +++---- tests/fileread/mld_zf_sample.f90 | 10 +++---- tests/fileread/runs/dfs.inp | 26 +++++++++---------- tests/newslv/data_input.f90 | 10 +++---- tests/newslv/mld_d_tlu_solver.f90 | 10 +++---- tests/newslv/mld_d_tlu_solver_impl.f90 | 10 +++---- tests/newslv/ppde3d.f90 | 10 +++---- tests/pdegen/data_input.f90 | 10 +++---- tests/pdegen/mld_d_pde2d.f90 | 10 +++---- tests/pdegen/mld_d_pde3d.f90 | 10 +++---- tests/pdegen/mld_s_pde2d.f90 | 10 +++---- tests/pdegen/mld_s_pde3d.f90 | 10 +++---- tests/pdegen/runs/mld_pde3d.inp | 10 +++---- 610 files changed, 3076 insertions(+), 3065 deletions(-) diff --git a/LICENSE b/LICENSE index 1b9a6f7a..f13a2cee 100644 --- a/LICENSE +++ b/LICENSE @@ -6,11 +6,11 @@ (C) Copyright 2008, 2010, 2012, 2017 - Salvatore Filippone Cranfield University - Ambra Abdullahi Hassan University of Rome Tor Vergata - Alfredo Buttari CNRS-IRIT, Toulouse - Pasqua D'Ambra ICAR-CNR, Naples - Daniela di Serafino Second University of Naples + Salvatore Filippone Cranfield University + Ambra Abdullahi Hassan University of Rome Tor Vergata + Alfredo Buttari CNRS-IRIT, Toulouse + Pasqua D'Ambra ICAR-CNR, Naples + Daniela di Serafino University of Campania "L. Vanvitelli", Caserta Redistribution and use in source and binary forms, with or without diff --git a/examples/fileread/data_input.f90 b/examples/fileread/data_input.f90 index 5a7b7816..05bebf1d 100644 --- a/examples/fileread/data_input.f90 +++ b/examples/fileread/data_input.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_cexample_1lev.f90 b/examples/fileread/mld_cexample_1lev.f90 index afefe627..86b09ec9 100644 --- a/examples/fileread/mld_cexample_1lev.f90 +++ b/examples/fileread/mld_cexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_cexample_ml.f90 b/examples/fileread/mld_cexample_ml.f90 index 98c54e3e..76ecdb23 100644 --- a/examples/fileread/mld_cexample_ml.f90 +++ b/examples/fileread/mld_cexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_dexample_1lev.f90 b/examples/fileread/mld_dexample_1lev.f90 index 7af1e334..e2668ee1 100644 --- a/examples/fileread/mld_dexample_1lev.f90 +++ b/examples/fileread/mld_dexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_dexample_ml.f90 b/examples/fileread/mld_dexample_ml.f90 index 6b5dc350..bcd179de 100644 --- a/examples/fileread/mld_dexample_ml.f90 +++ b/examples/fileread/mld_dexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_sexample_1lev.f90 b/examples/fileread/mld_sexample_1lev.f90 index 6635320d..69dc0fb5 100644 --- a/examples/fileread/mld_sexample_1lev.f90 +++ b/examples/fileread/mld_sexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_sexample_ml.f90 b/examples/fileread/mld_sexample_ml.f90 index 17cbf23b..97ad2b6e 100644 --- a/examples/fileread/mld_sexample_ml.f90 +++ b/examples/fileread/mld_sexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_zexample_1lev.f90 b/examples/fileread/mld_zexample_1lev.f90 index 2dc105a9..4a095b67 100644 --- a/examples/fileread/mld_zexample_1lev.f90 +++ b/examples/fileread/mld_zexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/fileread/mld_zexample_ml.f90 b/examples/fileread/mld_zexample_ml.f90 index 18c1fd5f..1b77a24e 100644 --- a/examples/fileread/mld_zexample_ml.f90 +++ b/examples/fileread/mld_zexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/pdegen/data_input.f90 b/examples/pdegen/data_input.f90 index 5a7b7816..05bebf1d 100644 --- a/examples/pdegen/data_input.f90 +++ b/examples/pdegen/data_input.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/pdegen/mld_dexample_1lev.f90 b/examples/pdegen/mld_dexample_1lev.f90 index 3e482e91..2a2499e3 100644 --- a/examples/pdegen/mld_dexample_1lev.f90 +++ b/examples/pdegen/mld_dexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/pdegen/mld_dexample_ml.f90 b/examples/pdegen/mld_dexample_ml.f90 index 025ab3e8..a7b9c7e3 100644 --- a/examples/pdegen/mld_dexample_ml.f90 +++ b/examples/pdegen/mld_dexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/pdegen/mld_sexample_1lev.f90 b/examples/pdegen/mld_sexample_1lev.f90 index 7c980d03..6c6694f6 100644 --- a/examples/pdegen/mld_sexample_1lev.f90 +++ b/examples/pdegen/mld_sexample_1lev.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/examples/pdegen/mld_sexample_ml.f90 b/examples/pdegen/mld_sexample_ml.f90 index 37713db7..4dd0b35c 100644 --- a/examples/pdegen/mld_sexample_ml.f90 +++ b/examples/pdegen/mld_sexample_ml.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_as_smoother_impl.f90 b/mlprec/archive/mld_c_as_smoother_impl.f90 index 7b8ee139..bbc25be2 100644 --- a/mlprec/archive/mld_c_as_smoother_impl.f90 +++ b/mlprec/archive/mld_c_as_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_base_smoother_impl.f90 b/mlprec/archive/mld_c_base_smoother_impl.f90 index 14bf8e05..3bed299f 100644 --- a/mlprec/archive/mld_c_base_smoother_impl.f90 +++ b/mlprec/archive/mld_c_base_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_diag_solver_impl.f90 b/mlprec/archive/mld_c_diag_solver_impl.f90 index ec35cb20..61719411 100644 --- a/mlprec/archive/mld_c_diag_solver_impl.f90 +++ b/mlprec/archive/mld_c_diag_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_id_solver_impl.f90 b/mlprec/archive/mld_c_id_solver_impl.f90 index 20c874ed..66b6d22b 100644 --- a/mlprec/archive/mld_c_id_solver_impl.f90 +++ b/mlprec/archive/mld_c_id_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_ilu_solver_impl.f90 b/mlprec/archive/mld_c_ilu_solver_impl.f90 index 9cbca9db..5bf159c7 100644 --- a/mlprec/archive/mld_c_ilu_solver_impl.f90 +++ b/mlprec/archive/mld_c_ilu_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_jac_smoother_impl.f90 b/mlprec/archive/mld_c_jac_smoother_impl.f90 index 2906d020..f42ea588 100644 --- a/mlprec/archive/mld_c_jac_smoother_impl.f90 +++ b/mlprec/archive/mld_c_jac_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_c_onelev_impl.f90 b/mlprec/archive/mld_c_onelev_impl.f90 index d430fad0..85dc91bb 100644 --- a/mlprec/archive/mld_c_onelev_impl.f90 +++ b/mlprec/archive/mld_c_onelev_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_as_smoother_impl.f90 b/mlprec/archive/mld_d_as_smoother_impl.f90 index 5819267a..b1a17d56 100644 --- a/mlprec/archive/mld_d_as_smoother_impl.f90 +++ b/mlprec/archive/mld_d_as_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_base_smoother_impl.f90 b/mlprec/archive/mld_d_base_smoother_impl.f90 index 3ad57630..0e5436db 100644 --- a/mlprec/archive/mld_d_base_smoother_impl.f90 +++ b/mlprec/archive/mld_d_base_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_diag_solver_impl.f90 b/mlprec/archive/mld_d_diag_solver_impl.f90 index 1e1eb25f..493fb025 100644 --- a/mlprec/archive/mld_d_diag_solver_impl.f90 +++ b/mlprec/archive/mld_d_diag_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_id_solver_impl.f90 b/mlprec/archive/mld_d_id_solver_impl.f90 index caa4d79c..974b938e 100644 --- a/mlprec/archive/mld_d_id_solver_impl.f90 +++ b/mlprec/archive/mld_d_id_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_ilu_solver_impl.f90 b/mlprec/archive/mld_d_ilu_solver_impl.f90 index 9e851250..cfd39294 100644 --- a/mlprec/archive/mld_d_ilu_solver_impl.f90 +++ b/mlprec/archive/mld_d_ilu_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_jac_smoother_impl.f90 b/mlprec/archive/mld_d_jac_smoother_impl.f90 index eb713027..82df5bb3 100644 --- a/mlprec/archive/mld_d_jac_smoother_impl.f90 +++ b/mlprec/archive/mld_d_jac_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_d_onelev_impl.f90 b/mlprec/archive/mld_d_onelev_impl.f90 index 15add7a7..35a0d403 100644 --- a/mlprec/archive/mld_d_onelev_impl.f90 +++ b/mlprec/archive/mld_d_onelev_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_as_smoother_impl.f90 b/mlprec/archive/mld_s_as_smoother_impl.f90 index fc5ad81e..24d37a97 100644 --- a/mlprec/archive/mld_s_as_smoother_impl.f90 +++ b/mlprec/archive/mld_s_as_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_base_smoother_impl.f90 b/mlprec/archive/mld_s_base_smoother_impl.f90 index e7f07761..ef23fbca 100644 --- a/mlprec/archive/mld_s_base_smoother_impl.f90 +++ b/mlprec/archive/mld_s_base_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_diag_solver_impl.f90 b/mlprec/archive/mld_s_diag_solver_impl.f90 index e55788f5..0bb48fcf 100644 --- a/mlprec/archive/mld_s_diag_solver_impl.f90 +++ b/mlprec/archive/mld_s_diag_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_id_solver_impl.f90 b/mlprec/archive/mld_s_id_solver_impl.f90 index fd3e5d25..b0e1995d 100644 --- a/mlprec/archive/mld_s_id_solver_impl.f90 +++ b/mlprec/archive/mld_s_id_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_ilu_solver_impl.f90 b/mlprec/archive/mld_s_ilu_solver_impl.f90 index 467c9d41..892b7964 100644 --- a/mlprec/archive/mld_s_ilu_solver_impl.f90 +++ b/mlprec/archive/mld_s_ilu_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_jac_smoother_impl.f90 b/mlprec/archive/mld_s_jac_smoother_impl.f90 index fe535650..521306d5 100644 --- a/mlprec/archive/mld_s_jac_smoother_impl.f90 +++ b/mlprec/archive/mld_s_jac_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_s_onelev_impl.f90 b/mlprec/archive/mld_s_onelev_impl.f90 index 6e8e4037..3c0b6e44 100644 --- a/mlprec/archive/mld_s_onelev_impl.f90 +++ b/mlprec/archive/mld_s_onelev_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_as_smoother_impl.f90 b/mlprec/archive/mld_z_as_smoother_impl.f90 index ef76057c..cc40522a 100644 --- a/mlprec/archive/mld_z_as_smoother_impl.f90 +++ b/mlprec/archive/mld_z_as_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_base_smoother_impl.f90 b/mlprec/archive/mld_z_base_smoother_impl.f90 index 585c1246..efb8c64e 100644 --- a/mlprec/archive/mld_z_base_smoother_impl.f90 +++ b/mlprec/archive/mld_z_base_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_diag_solver_impl.f90 b/mlprec/archive/mld_z_diag_solver_impl.f90 index fb79e8a8..be561ef6 100644 --- a/mlprec/archive/mld_z_diag_solver_impl.f90 +++ b/mlprec/archive/mld_z_diag_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_id_solver_impl.f90 b/mlprec/archive/mld_z_id_solver_impl.f90 index c7374c78..356aef63 100644 --- a/mlprec/archive/mld_z_id_solver_impl.f90 +++ b/mlprec/archive/mld_z_id_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_ilu_solver_impl.f90 b/mlprec/archive/mld_z_ilu_solver_impl.f90 index 5c7b2104..9d9e32c9 100644 --- a/mlprec/archive/mld_z_ilu_solver_impl.f90 +++ b/mlprec/archive/mld_z_ilu_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/archive/mld_z_jac_smoother_impl.f90 b/mlprec/archive/mld_z_jac_smoother_impl.f90 index 9fe53568..70406e40 100644 --- a/mlprec/archive/mld_z_jac_smoother_impl.f90 +++ b/mlprec/archive/mld_z_jac_smoother_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_build.f90 b/mlprec/impl/level/mld_c_base_onelev_build.f90 index a1bdacc8..5e341320 100644 --- a/mlprec/impl/level/mld_c_base_onelev_build.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_build.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_check.f90 b/mlprec/impl/level/mld_c_base_onelev_check.f90 index 9c2a61f1..9bd3ae97 100644 --- a/mlprec/impl/level/mld_c_base_onelev_check.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_cnv.f90 b/mlprec/impl/level/mld_c_base_onelev_cnv.f90 index 2f5d0d34..58648b2e 100644 --- a/mlprec/impl/level/mld_c_base_onelev_cnv.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_csetc.f90 b/mlprec/impl/level/mld_c_base_onelev_csetc.f90 index bce2d50e..dbd79579 100644 --- a/mlprec/impl/level/mld_c_base_onelev_csetc.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_cseti.F90 b/mlprec/impl/level/mld_c_base_onelev_cseti.F90 index f91b0c8a..78c28f6b 100644 --- a/mlprec/impl/level/mld_c_base_onelev_cseti.F90 +++ b/mlprec/impl/level/mld_c_base_onelev_cseti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_csetr.f90 b/mlprec/impl/level/mld_c_base_onelev_csetr.f90 index 7ac57742..e1e6ad4c 100644 --- a/mlprec/impl/level/mld_c_base_onelev_csetr.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_descr.f90 b/mlprec/impl/level/mld_c_base_onelev_descr.f90 index f824b81c..6f1a668a 100644 --- a/mlprec/impl/level/mld_c_base_onelev_descr.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_dump.f90 b/mlprec/impl/level/mld_c_base_onelev_dump.f90 index 53884c6f..f02cf11a 100644 --- a/mlprec/impl/level/mld_c_base_onelev_dump.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_dump.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_free.f90 b/mlprec/impl/level/mld_c_base_onelev_free.f90 index 7b01ba2c..f1bb82ba 100644 --- a/mlprec/impl/level/mld_c_base_onelev_free.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_setc.f90 b/mlprec/impl/level/mld_c_base_onelev_setc.f90 index 815e707b..ef0ab1d2 100644 --- a/mlprec/impl/level/mld_c_base_onelev_setc.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_seti.F90 b/mlprec/impl/level/mld_c_base_onelev_seti.F90 index eee5ac04..2ee6628a 100644 --- a/mlprec/impl/level/mld_c_base_onelev_seti.F90 +++ b/mlprec/impl/level/mld_c_base_onelev_seti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_setr.f90 b/mlprec/impl/level/mld_c_base_onelev_setr.f90 index 03f8230a..096df0be 100644 --- a/mlprec/impl/level/mld_c_base_onelev_setr.f90 +++ b/mlprec/impl/level/mld_c_base_onelev_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_setsm.F90 b/mlprec/impl/level/mld_c_base_onelev_setsm.F90 index 265e76a6..8697b781 100644 --- a/mlprec/impl/level/mld_c_base_onelev_setsm.F90 +++ b/mlprec/impl/level/mld_c_base_onelev_setsm.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_c_base_onelev_setsv.F90 b/mlprec/impl/level/mld_c_base_onelev_setsv.F90 index 84c387f3..4b0f3a1d 100644 --- a/mlprec/impl/level/mld_c_base_onelev_setsv.F90 +++ b/mlprec/impl/level/mld_c_base_onelev_setsv.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_build.f90 b/mlprec/impl/level/mld_d_base_onelev_build.f90 index 6385b83b..bd1d08f1 100644 --- a/mlprec/impl/level/mld_d_base_onelev_build.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_build.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_check.f90 b/mlprec/impl/level/mld_d_base_onelev_check.f90 index 52a0ca84..a3108d08 100644 --- a/mlprec/impl/level/mld_d_base_onelev_check.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_cnv.f90 b/mlprec/impl/level/mld_d_base_onelev_cnv.f90 index a2a991f4..609a1425 100644 --- a/mlprec/impl/level/mld_d_base_onelev_cnv.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_csetc.f90 b/mlprec/impl/level/mld_d_base_onelev_csetc.f90 index c2e805d9..c6432003 100644 --- a/mlprec/impl/level/mld_d_base_onelev_csetc.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_cseti.F90 b/mlprec/impl/level/mld_d_base_onelev_cseti.F90 index dcad847d..3948f82a 100644 --- a/mlprec/impl/level/mld_d_base_onelev_cseti.F90 +++ b/mlprec/impl/level/mld_d_base_onelev_cseti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_csetr.f90 b/mlprec/impl/level/mld_d_base_onelev_csetr.f90 index 3afeee50..a026be17 100644 --- a/mlprec/impl/level/mld_d_base_onelev_csetr.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_descr.f90 b/mlprec/impl/level/mld_d_base_onelev_descr.f90 index e39575af..909bd7a7 100644 --- a/mlprec/impl/level/mld_d_base_onelev_descr.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_dump.f90 b/mlprec/impl/level/mld_d_base_onelev_dump.f90 index 814f4e7c..6e8fb48f 100644 --- a/mlprec/impl/level/mld_d_base_onelev_dump.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_dump.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_free.f90 b/mlprec/impl/level/mld_d_base_onelev_free.f90 index e321baa4..3d48b85f 100644 --- a/mlprec/impl/level/mld_d_base_onelev_free.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_setc.f90 b/mlprec/impl/level/mld_d_base_onelev_setc.f90 index 58adc821..f524ed2b 100644 --- a/mlprec/impl/level/mld_d_base_onelev_setc.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_seti.F90 b/mlprec/impl/level/mld_d_base_onelev_seti.F90 index d2bb642c..b843f978 100644 --- a/mlprec/impl/level/mld_d_base_onelev_seti.F90 +++ b/mlprec/impl/level/mld_d_base_onelev_seti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_setr.f90 b/mlprec/impl/level/mld_d_base_onelev_setr.f90 index 1788e67c..201e4195 100644 --- a/mlprec/impl/level/mld_d_base_onelev_setr.f90 +++ b/mlprec/impl/level/mld_d_base_onelev_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_setsm.F90 b/mlprec/impl/level/mld_d_base_onelev_setsm.F90 index c50557c7..390ceea8 100644 --- a/mlprec/impl/level/mld_d_base_onelev_setsm.F90 +++ b/mlprec/impl/level/mld_d_base_onelev_setsm.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_d_base_onelev_setsv.F90 b/mlprec/impl/level/mld_d_base_onelev_setsv.F90 index 1408506f..58ad1cb0 100644 --- a/mlprec/impl/level/mld_d_base_onelev_setsv.F90 +++ b/mlprec/impl/level/mld_d_base_onelev_setsv.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_build.f90 b/mlprec/impl/level/mld_s_base_onelev_build.f90 index 25d72eda..a8decda2 100644 --- a/mlprec/impl/level/mld_s_base_onelev_build.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_build.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_check.f90 b/mlprec/impl/level/mld_s_base_onelev_check.f90 index 2d4794d9..ff9c6b99 100644 --- a/mlprec/impl/level/mld_s_base_onelev_check.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_cnv.f90 b/mlprec/impl/level/mld_s_base_onelev_cnv.f90 index 96698a42..7e239ee4 100644 --- a/mlprec/impl/level/mld_s_base_onelev_cnv.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_csetc.f90 b/mlprec/impl/level/mld_s_base_onelev_csetc.f90 index 6bbcecdf..3bfe42c6 100644 --- a/mlprec/impl/level/mld_s_base_onelev_csetc.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_cseti.F90 b/mlprec/impl/level/mld_s_base_onelev_cseti.F90 index ad76a21f..bde73cef 100644 --- a/mlprec/impl/level/mld_s_base_onelev_cseti.F90 +++ b/mlprec/impl/level/mld_s_base_onelev_cseti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_csetr.f90 b/mlprec/impl/level/mld_s_base_onelev_csetr.f90 index 8342212a..a9f23cca 100644 --- a/mlprec/impl/level/mld_s_base_onelev_csetr.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_descr.f90 b/mlprec/impl/level/mld_s_base_onelev_descr.f90 index 497992af..cea179f5 100644 --- a/mlprec/impl/level/mld_s_base_onelev_descr.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_dump.f90 b/mlprec/impl/level/mld_s_base_onelev_dump.f90 index 34c91b39..cf48d29a 100644 --- a/mlprec/impl/level/mld_s_base_onelev_dump.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_dump.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_free.f90 b/mlprec/impl/level/mld_s_base_onelev_free.f90 index 174e86a4..c095aa39 100644 --- a/mlprec/impl/level/mld_s_base_onelev_free.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_setc.f90 b/mlprec/impl/level/mld_s_base_onelev_setc.f90 index b1d1ad9a..3efb3abb 100644 --- a/mlprec/impl/level/mld_s_base_onelev_setc.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_seti.F90 b/mlprec/impl/level/mld_s_base_onelev_seti.F90 index 83083ae2..80fde9ee 100644 --- a/mlprec/impl/level/mld_s_base_onelev_seti.F90 +++ b/mlprec/impl/level/mld_s_base_onelev_seti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_setr.f90 b/mlprec/impl/level/mld_s_base_onelev_setr.f90 index c5d80540..c36393ad 100644 --- a/mlprec/impl/level/mld_s_base_onelev_setr.f90 +++ b/mlprec/impl/level/mld_s_base_onelev_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_setsm.F90 b/mlprec/impl/level/mld_s_base_onelev_setsm.F90 index 38abe612..6b2a0481 100644 --- a/mlprec/impl/level/mld_s_base_onelev_setsm.F90 +++ b/mlprec/impl/level/mld_s_base_onelev_setsm.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_s_base_onelev_setsv.F90 b/mlprec/impl/level/mld_s_base_onelev_setsv.F90 index f1848033..c3408bcb 100644 --- a/mlprec/impl/level/mld_s_base_onelev_setsv.F90 +++ b/mlprec/impl/level/mld_s_base_onelev_setsv.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_build.f90 b/mlprec/impl/level/mld_z_base_onelev_build.f90 index 795fa15a..9f35e339 100644 --- a/mlprec/impl/level/mld_z_base_onelev_build.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_build.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_check.f90 b/mlprec/impl/level/mld_z_base_onelev_check.f90 index ca7affdc..b54c786a 100644 --- a/mlprec/impl/level/mld_z_base_onelev_check.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_cnv.f90 b/mlprec/impl/level/mld_z_base_onelev_cnv.f90 index 615cb72a..23a5de1d 100644 --- a/mlprec/impl/level/mld_z_base_onelev_cnv.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_csetc.f90 b/mlprec/impl/level/mld_z_base_onelev_csetc.f90 index 72de5780..215a7b20 100644 --- a/mlprec/impl/level/mld_z_base_onelev_csetc.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_cseti.F90 b/mlprec/impl/level/mld_z_base_onelev_cseti.F90 index 47e05f11..8d695ef0 100644 --- a/mlprec/impl/level/mld_z_base_onelev_cseti.F90 +++ b/mlprec/impl/level/mld_z_base_onelev_cseti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_csetr.f90 b/mlprec/impl/level/mld_z_base_onelev_csetr.f90 index ecf91719..a8647881 100644 --- a/mlprec/impl/level/mld_z_base_onelev_csetr.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_descr.f90 b/mlprec/impl/level/mld_z_base_onelev_descr.f90 index 39e4acc3..ecbdece1 100644 --- a/mlprec/impl/level/mld_z_base_onelev_descr.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_dump.f90 b/mlprec/impl/level/mld_z_base_onelev_dump.f90 index 00366a48..2adb6252 100644 --- a/mlprec/impl/level/mld_z_base_onelev_dump.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_dump.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_free.f90 b/mlprec/impl/level/mld_z_base_onelev_free.f90 index 02a2f1a9..808dd7c0 100644 --- a/mlprec/impl/level/mld_z_base_onelev_free.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_setc.f90 b/mlprec/impl/level/mld_z_base_onelev_setc.f90 index 81d68089..c18a2a9b 100644 --- a/mlprec/impl/level/mld_z_base_onelev_setc.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_seti.F90 b/mlprec/impl/level/mld_z_base_onelev_seti.F90 index cb7a5a84..7e738b69 100644 --- a/mlprec/impl/level/mld_z_base_onelev_seti.F90 +++ b/mlprec/impl/level/mld_z_base_onelev_seti.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_setr.f90 b/mlprec/impl/level/mld_z_base_onelev_setr.f90 index 7faf934f..1c7b581b 100644 --- a/mlprec/impl/level/mld_z_base_onelev_setr.f90 +++ b/mlprec/impl/level/mld_z_base_onelev_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_setsm.F90 b/mlprec/impl/level/mld_z_base_onelev_setsm.F90 index f81aee92..47b7bf6c 100644 --- a/mlprec/impl/level/mld_z_base_onelev_setsm.F90 +++ b/mlprec/impl/level/mld_z_base_onelev_setsm.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/level/mld_z_base_onelev_setsv.F90 b/mlprec/impl/level/mld_z_base_onelev_setsv.F90 index cb89bc14..38fe4f37 100644 --- a/mlprec/impl/level/mld_z_base_onelev_setsv.F90 +++ b/mlprec/impl/level/mld_z_base_onelev_setsv.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_dec_map_bld.f90 b/mlprec/impl/mld_c_dec_map_bld.f90 index 37d1dd55..4e402d43 100644 --- a/mlprec/impl/mld_c_dec_map_bld.f90 +++ b/mlprec/impl/mld_c_dec_map_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_extprol_bld.f90 b/mlprec/impl/mld_c_extprol_bld.f90 index 5f58aed2..0456953b 100644 --- a/mlprec/impl/mld_c_extprol_bld.f90 +++ b/mlprec/impl/mld_c_extprol_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_hierarchy_bld.f90 b/mlprec/impl/mld_c_hierarchy_bld.f90 index 6c50bc0f..e2bb5135 100644 --- a/mlprec/impl/mld_c_hierarchy_bld.f90 +++ b/mlprec/impl/mld_c_hierarchy_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_lev_aggrmap_bld.f90 b/mlprec/impl/mld_c_lev_aggrmap_bld.f90 index f63d8ad6..d65ac8a5 100644 --- a/mlprec/impl/mld_c_lev_aggrmap_bld.f90 +++ b/mlprec/impl/mld_c_lev_aggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_lev_aggrmat_asb.f90 b/mlprec/impl/mld_c_lev_aggrmat_asb.f90 index ca491b68..cc821fe9 100644 --- a/mlprec/impl/mld_c_lev_aggrmat_asb.f90 +++ b/mlprec/impl/mld_c_lev_aggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_c_smoothers_bld.f90 b/mlprec/impl/mld_c_smoothers_bld.f90 index 93565bc2..0c030f2c 100644 --- a/mlprec/impl/mld_c_smoothers_bld.f90 +++ b/mlprec/impl/mld_c_smoothers_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmap_bld.f90 b/mlprec/impl/mld_caggrmap_bld.f90 index a7ef93c6..4bfb795d 100644 --- a/mlprec/impl/mld_caggrmap_bld.f90 +++ b/mlprec/impl/mld_caggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmat_asb.f90 b/mlprec/impl/mld_caggrmat_asb.f90 index e25fee45..9fa08f83 100644 --- a/mlprec/impl/mld_caggrmat_asb.f90 +++ b/mlprec/impl/mld_caggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmat_biz_asb.f90 b/mlprec/impl/mld_caggrmat_biz_asb.f90 index 857a95cb..52c0bbe4 100644 --- a/mlprec/impl/mld_caggrmat_biz_asb.f90 +++ b/mlprec/impl/mld_caggrmat_biz_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmat_minnrg_asb.f90 b/mlprec/impl/mld_caggrmat_minnrg_asb.f90 index c50f20cd..8f31ede4 100644 --- a/mlprec/impl/mld_caggrmat_minnrg_asb.f90 +++ b/mlprec/impl/mld_caggrmat_minnrg_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmat_nosmth_asb.f90 b/mlprec/impl/mld_caggrmat_nosmth_asb.f90 index 799465f7..5058f4ba 100644 --- a/mlprec/impl/mld_caggrmat_nosmth_asb.f90 +++ b/mlprec/impl/mld_caggrmat_nosmth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_caggrmat_smth_asb.f90 b/mlprec/impl/mld_caggrmat_smth_asb.f90 index a8fb5ab6..5e3a3196 100644 --- a/mlprec/impl/mld_caggrmat_smth_asb.f90 +++ b/mlprec/impl/mld_caggrmat_smth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_ccprecset.F90 b/mlprec/impl/mld_ccprecset.F90 index d2e14a83..c7722036 100644 --- a/mlprec/impl/mld_ccprecset.F90 +++ b/mlprec/impl/mld_ccprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cilu0_fact.f90 b/mlprec/impl/mld_cilu0_fact.f90 index f97c33d0..e4400520 100644 --- a/mlprec/impl/mld_cilu0_fact.f90 +++ b/mlprec/impl/mld_cilu0_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_ciluk_fact.f90 b/mlprec/impl/mld_ciluk_fact.f90 index 7f5e814d..f7b0b7e2 100644 --- a/mlprec/impl/mld_ciluk_fact.f90 +++ b/mlprec/impl/mld_ciluk_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cilut_fact.f90 b/mlprec/impl/mld_cilut_fact.f90 index 7bb55bef..92431846 100644 --- a/mlprec/impl/mld_cilut_fact.f90 +++ b/mlprec/impl/mld_cilut_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cmlprec_aply.f90 b/mlprec/impl/mld_cmlprec_aply.f90 index b7b3bb64..e5ed1b91 100644 --- a/mlprec/impl/mld_cmlprec_aply.f90 +++ b/mlprec/impl/mld_cmlprec_aply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cmlprec_bld.f90 b/mlprec/impl/mld_cmlprec_bld.f90 index 4f35204d..c71954ae 100644 --- a/mlprec/impl/mld_cmlprec_bld.f90 +++ b/mlprec/impl/mld_cmlprec_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cprecaply.f90 b/mlprec/impl/mld_cprecaply.f90 index 832d1d30..97b435c2 100644 --- a/mlprec/impl/mld_cprecaply.f90 +++ b/mlprec/impl/mld_cprecaply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cprecbld.f90 b/mlprec/impl/mld_cprecbld.f90 index 2ab5b92c..cee525a1 100644 --- a/mlprec/impl/mld_cprecbld.f90 +++ b/mlprec/impl/mld_cprecbld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cprecinit.F90 b/mlprec/impl/mld_cprecinit.F90 index c3aea8c8..664ab9eb 100644 --- a/mlprec/impl/mld_cprecinit.F90 +++ b/mlprec/impl/mld_cprecinit.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cprecset.F90 b/mlprec/impl/mld_cprecset.F90 index d3ee9426..872a5c6c 100644 --- a/mlprec/impl/mld_cprecset.F90 +++ b/mlprec/impl/mld_cprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cslu_interface.c b/mlprec/impl/mld_cslu_interface.c index e8c6fc2f..98d9048b 100644 --- a/mlprec/impl/mld_cslu_interface.c +++ b/mlprec/impl/mld_cslu_interface.c @@ -4,12 +4,14 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_cslud_interface.c b/mlprec/impl/mld_cslud_interface.c index 4e218fc3..d8aee1f6 100644 --- a/mlprec/impl/mld_cslud_interface.c +++ b/mlprec/impl/mld_cslud_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 + * (C) Copyright 2008, 2010, 2012, 2015, 2017 * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_csp_renum.f90 b/mlprec/impl/mld_csp_renum.f90 index 6bd4d095..d6752b2f 100644 --- a/mlprec/impl/mld_csp_renum.f90 +++ b/mlprec/impl/mld_csp_renum.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_dec_map_bld.f90 b/mlprec/impl/mld_d_dec_map_bld.f90 index f8f765d8..6ca61ca7 100644 --- a/mlprec/impl/mld_d_dec_map_bld.f90 +++ b/mlprec/impl/mld_d_dec_map_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_extprol_bld.f90 b/mlprec/impl/mld_d_extprol_bld.f90 index f40cd516..bd34837a 100644 --- a/mlprec/impl/mld_d_extprol_bld.f90 +++ b/mlprec/impl/mld_d_extprol_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_hierarchy_bld.f90 b/mlprec/impl/mld_d_hierarchy_bld.f90 index 3bb3da9f..15a33371 100644 --- a/mlprec/impl/mld_d_hierarchy_bld.f90 +++ b/mlprec/impl/mld_d_hierarchy_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_lev_aggrmap_bld.f90 b/mlprec/impl/mld_d_lev_aggrmap_bld.f90 index 1fce2bbe..f0d84827 100644 --- a/mlprec/impl/mld_d_lev_aggrmap_bld.f90 +++ b/mlprec/impl/mld_d_lev_aggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_lev_aggrmat_asb.f90 b/mlprec/impl/mld_d_lev_aggrmat_asb.f90 index f198e8f5..58799dfe 100644 --- a/mlprec/impl/mld_d_lev_aggrmat_asb.f90 +++ b/mlprec/impl/mld_d_lev_aggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_d_smoothers_bld.f90 b/mlprec/impl/mld_d_smoothers_bld.f90 index 76845914..5678f099 100644 --- a/mlprec/impl/mld_d_smoothers_bld.f90 +++ b/mlprec/impl/mld_d_smoothers_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmap_bld.f90 b/mlprec/impl/mld_daggrmap_bld.f90 index 14df10bc..93cdc676 100644 --- a/mlprec/impl/mld_daggrmap_bld.f90 +++ b/mlprec/impl/mld_daggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmat_asb.f90 b/mlprec/impl/mld_daggrmat_asb.f90 index e84b7113..7eb0a8ae 100644 --- a/mlprec/impl/mld_daggrmat_asb.f90 +++ b/mlprec/impl/mld_daggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmat_biz_asb.f90 b/mlprec/impl/mld_daggrmat_biz_asb.f90 index ed25b92a..567c1f2f 100644 --- a/mlprec/impl/mld_daggrmat_biz_asb.f90 +++ b/mlprec/impl/mld_daggrmat_biz_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmat_minnrg_asb.f90 b/mlprec/impl/mld_daggrmat_minnrg_asb.f90 index bd3d87e5..9ecaae43 100644 --- a/mlprec/impl/mld_daggrmat_minnrg_asb.f90 +++ b/mlprec/impl/mld_daggrmat_minnrg_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmat_nosmth_asb.f90 b/mlprec/impl/mld_daggrmat_nosmth_asb.f90 index da885481..7d9a11cd 100644 --- a/mlprec/impl/mld_daggrmat_nosmth_asb.f90 +++ b/mlprec/impl/mld_daggrmat_nosmth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_daggrmat_smth_asb.f90 b/mlprec/impl/mld_daggrmat_smth_asb.f90 index 042edfc5..525e7344 100644 --- a/mlprec/impl/mld_daggrmat_smth_asb.f90 +++ b/mlprec/impl/mld_daggrmat_smth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dcprecset.F90 b/mlprec/impl/mld_dcprecset.F90 index 69e186b7..85819cab 100644 --- a/mlprec/impl/mld_dcprecset.F90 +++ b/mlprec/impl/mld_dcprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dilu0_fact.f90 b/mlprec/impl/mld_dilu0_fact.f90 index 5c02f5ca..4d43b69b 100644 --- a/mlprec/impl/mld_dilu0_fact.f90 +++ b/mlprec/impl/mld_dilu0_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_diluk_fact.f90 b/mlprec/impl/mld_diluk_fact.f90 index 6d1d2e3b..eac92633 100644 --- a/mlprec/impl/mld_diluk_fact.f90 +++ b/mlprec/impl/mld_diluk_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dilut_fact.f90 b/mlprec/impl/mld_dilut_fact.f90 index 9fcb106c..e804cbcd 100644 --- a/mlprec/impl/mld_dilut_fact.f90 +++ b/mlprec/impl/mld_dilut_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dmlprec_aply.f90 b/mlprec/impl/mld_dmlprec_aply.f90 index 01f9c6e9..32c41d7b 100644 --- a/mlprec/impl/mld_dmlprec_aply.f90 +++ b/mlprec/impl/mld_dmlprec_aply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dmlprec_bld.f90 b/mlprec/impl/mld_dmlprec_bld.f90 index 1149b0cd..80adbcec 100644 --- a/mlprec/impl/mld_dmlprec_bld.f90 +++ b/mlprec/impl/mld_dmlprec_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dprecaply.f90 b/mlprec/impl/mld_dprecaply.f90 index 1e84206d..522d25ed 100644 --- a/mlprec/impl/mld_dprecaply.f90 +++ b/mlprec/impl/mld_dprecaply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dprecbld.f90 b/mlprec/impl/mld_dprecbld.f90 index d22f120b..2f3eeae9 100644 --- a/mlprec/impl/mld_dprecbld.f90 +++ b/mlprec/impl/mld_dprecbld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dprecinit.F90 b/mlprec/impl/mld_dprecinit.F90 index b91b4528..3255f3bb 100644 --- a/mlprec/impl/mld_dprecinit.F90 +++ b/mlprec/impl/mld_dprecinit.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dprecset.F90 b/mlprec/impl/mld_dprecset.F90 index 6e10bd05..ad3afba1 100644 --- a/mlprec/impl/mld_dprecset.F90 +++ b/mlprec/impl/mld_dprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dslu_interface.c b/mlprec/impl/mld_dslu_interface.c index 94cef0e9..2709c714 100644 --- a/mlprec/impl/mld_dslu_interface.c +++ b/mlprec/impl/mld_dslu_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dslud_interface.c b/mlprec/impl/mld_dslud_interface.c index 88e362ff..e1b796a3 100644 --- a/mlprec/impl/mld_dslud_interface.c +++ b/mlprec/impl/mld_dslud_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 + * (C) Copyright 2008, 2010, 2012, 2015, 2017 * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dsp_renum.f90 b/mlprec/impl/mld_dsp_renum.f90 index 0a630004..729e28f1 100644 --- a/mlprec/impl/mld_dsp_renum.f90 +++ b/mlprec/impl/mld_dsp_renum.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_dumf_interface.c b/mlprec/impl/mld_dumf_interface.c index 6ca8ec5f..8d8cc15c 100644 --- a/mlprec/impl/mld_dumf_interface.c +++ b/mlprec/impl/mld_dumf_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_dec_map_bld.f90 b/mlprec/impl/mld_s_dec_map_bld.f90 index 73d69367..5bc4667a 100644 --- a/mlprec/impl/mld_s_dec_map_bld.f90 +++ b/mlprec/impl/mld_s_dec_map_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_extprol_bld.f90 b/mlprec/impl/mld_s_extprol_bld.f90 index 615f675f..e7023899 100644 --- a/mlprec/impl/mld_s_extprol_bld.f90 +++ b/mlprec/impl/mld_s_extprol_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_hierarchy_bld.f90 b/mlprec/impl/mld_s_hierarchy_bld.f90 index e50bb0a9..ed6cdd9e 100644 --- a/mlprec/impl/mld_s_hierarchy_bld.f90 +++ b/mlprec/impl/mld_s_hierarchy_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_lev_aggrmap_bld.f90 b/mlprec/impl/mld_s_lev_aggrmap_bld.f90 index 6ad8c848..0fe6ec6e 100644 --- a/mlprec/impl/mld_s_lev_aggrmap_bld.f90 +++ b/mlprec/impl/mld_s_lev_aggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_lev_aggrmat_asb.f90 b/mlprec/impl/mld_s_lev_aggrmat_asb.f90 index 32bf5d08..0ec82d9d 100644 --- a/mlprec/impl/mld_s_lev_aggrmat_asb.f90 +++ b/mlprec/impl/mld_s_lev_aggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_s_smoothers_bld.f90 b/mlprec/impl/mld_s_smoothers_bld.f90 index 91a72fa9..5c8185a7 100644 --- a/mlprec/impl/mld_s_smoothers_bld.f90 +++ b/mlprec/impl/mld_s_smoothers_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmap_bld.f90 b/mlprec/impl/mld_saggrmap_bld.f90 index 984a62ac..f3db6815 100644 --- a/mlprec/impl/mld_saggrmap_bld.f90 +++ b/mlprec/impl/mld_saggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmat_asb.f90 b/mlprec/impl/mld_saggrmat_asb.f90 index 03ab9a06..3a9bb5b9 100644 --- a/mlprec/impl/mld_saggrmat_asb.f90 +++ b/mlprec/impl/mld_saggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmat_biz_asb.f90 b/mlprec/impl/mld_saggrmat_biz_asb.f90 index 02f3b4fb..a181b8e3 100644 --- a/mlprec/impl/mld_saggrmat_biz_asb.f90 +++ b/mlprec/impl/mld_saggrmat_biz_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmat_minnrg_asb.f90 b/mlprec/impl/mld_saggrmat_minnrg_asb.f90 index f4faaf28..e87eec34 100644 --- a/mlprec/impl/mld_saggrmat_minnrg_asb.f90 +++ b/mlprec/impl/mld_saggrmat_minnrg_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmat_nosmth_asb.f90 b/mlprec/impl/mld_saggrmat_nosmth_asb.f90 index b5de0839..60788e98 100644 --- a/mlprec/impl/mld_saggrmat_nosmth_asb.f90 +++ b/mlprec/impl/mld_saggrmat_nosmth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_saggrmat_smth_asb.f90 b/mlprec/impl/mld_saggrmat_smth_asb.f90 index f2d695e9..4de1581b 100644 --- a/mlprec/impl/mld_saggrmat_smth_asb.f90 +++ b/mlprec/impl/mld_saggrmat_smth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_scprecset.F90 b/mlprec/impl/mld_scprecset.F90 index 09bebd4f..d97452fa 100644 --- a/mlprec/impl/mld_scprecset.F90 +++ b/mlprec/impl/mld_scprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_silu0_fact.f90 b/mlprec/impl/mld_silu0_fact.f90 index 24eeaf1b..08c5d175 100644 --- a/mlprec/impl/mld_silu0_fact.f90 +++ b/mlprec/impl/mld_silu0_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_siluk_fact.f90 b/mlprec/impl/mld_siluk_fact.f90 index f77c341d..c9ac98df 100644 --- a/mlprec/impl/mld_siluk_fact.f90 +++ b/mlprec/impl/mld_siluk_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_silut_fact.f90 b/mlprec/impl/mld_silut_fact.f90 index d915fb1a..ff60b191 100644 --- a/mlprec/impl/mld_silut_fact.f90 +++ b/mlprec/impl/mld_silut_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_smlprec_aply.f90 b/mlprec/impl/mld_smlprec_aply.f90 index b7ec8205..4cb4264b 100644 --- a/mlprec/impl/mld_smlprec_aply.f90 +++ b/mlprec/impl/mld_smlprec_aply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_smlprec_bld.f90 b/mlprec/impl/mld_smlprec_bld.f90 index c845b8ad..91c9414d 100644 --- a/mlprec/impl/mld_smlprec_bld.f90 +++ b/mlprec/impl/mld_smlprec_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sprecaply.f90 b/mlprec/impl/mld_sprecaply.f90 index 5b6b3393..6ac5a2df 100644 --- a/mlprec/impl/mld_sprecaply.f90 +++ b/mlprec/impl/mld_sprecaply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sprecbld.f90 b/mlprec/impl/mld_sprecbld.f90 index 634f7d23..6bbbf0f7 100644 --- a/mlprec/impl/mld_sprecbld.f90 +++ b/mlprec/impl/mld_sprecbld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sprecinit.F90 b/mlprec/impl/mld_sprecinit.F90 index 11e9e06f..9998ea4f 100644 --- a/mlprec/impl/mld_sprecinit.F90 +++ b/mlprec/impl/mld_sprecinit.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sprecset.F90 b/mlprec/impl/mld_sprecset.F90 index 8cb70ae9..308a0473 100644 --- a/mlprec/impl/mld_sprecset.F90 +++ b/mlprec/impl/mld_sprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sslu_interface.c b/mlprec/impl/mld_sslu_interface.c index 587beacc..917e1c40 100644 --- a/mlprec/impl/mld_sslu_interface.c +++ b/mlprec/impl/mld_sslu_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_sslud_interface.c b/mlprec/impl/mld_sslud_interface.c index e5392376..a78a1ae4 100644 --- a/mlprec/impl/mld_sslud_interface.c +++ b/mlprec/impl/mld_sslud_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_ssp_renum.f90 b/mlprec/impl/mld_ssp_renum.f90 index 306cb65d..518449cb 100644 --- a/mlprec/impl/mld_ssp_renum.f90 +++ b/mlprec/impl/mld_ssp_renum.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_dec_map_bld.f90 b/mlprec/impl/mld_z_dec_map_bld.f90 index 2f2186f1..890b304e 100644 --- a/mlprec/impl/mld_z_dec_map_bld.f90 +++ b/mlprec/impl/mld_z_dec_map_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_extprol_bld.f90 b/mlprec/impl/mld_z_extprol_bld.f90 index 7a3d7b8d..118db096 100644 --- a/mlprec/impl/mld_z_extprol_bld.f90 +++ b/mlprec/impl/mld_z_extprol_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_hierarchy_bld.f90 b/mlprec/impl/mld_z_hierarchy_bld.f90 index cbd512f6..85d04ace 100644 --- a/mlprec/impl/mld_z_hierarchy_bld.f90 +++ b/mlprec/impl/mld_z_hierarchy_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_lev_aggrmap_bld.f90 b/mlprec/impl/mld_z_lev_aggrmap_bld.f90 index 564cce2a..11fa3722 100644 --- a/mlprec/impl/mld_z_lev_aggrmap_bld.f90 +++ b/mlprec/impl/mld_z_lev_aggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_lev_aggrmat_asb.f90 b/mlprec/impl/mld_z_lev_aggrmat_asb.f90 index 3b659b80..6e2404b9 100644 --- a/mlprec/impl/mld_z_lev_aggrmat_asb.f90 +++ b/mlprec/impl/mld_z_lev_aggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_onelev_impl.f90 b/mlprec/impl/mld_z_onelev_impl.f90 index 9d433ffa..a8cd5663 100644 --- a/mlprec/impl/mld_z_onelev_impl.f90 +++ b/mlprec/impl/mld_z_onelev_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_z_smoothers_bld.f90 b/mlprec/impl/mld_z_smoothers_bld.f90 index ee0f805e..99a28c25 100644 --- a/mlprec/impl/mld_z_smoothers_bld.f90 +++ b/mlprec/impl/mld_z_smoothers_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmap_bld.f90 b/mlprec/impl/mld_zaggrmap_bld.f90 index 86a5a6a1..98700643 100644 --- a/mlprec/impl/mld_zaggrmap_bld.f90 +++ b/mlprec/impl/mld_zaggrmap_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmat_asb.f90 b/mlprec/impl/mld_zaggrmat_asb.f90 index a7ff84c9..a1542feb 100644 --- a/mlprec/impl/mld_zaggrmat_asb.f90 +++ b/mlprec/impl/mld_zaggrmat_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmat_biz_asb.f90 b/mlprec/impl/mld_zaggrmat_biz_asb.f90 index 62cdb946..4b7586b6 100644 --- a/mlprec/impl/mld_zaggrmat_biz_asb.f90 +++ b/mlprec/impl/mld_zaggrmat_biz_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmat_minnrg_asb.f90 b/mlprec/impl/mld_zaggrmat_minnrg_asb.f90 index 8389dff6..54c4d5f5 100644 --- a/mlprec/impl/mld_zaggrmat_minnrg_asb.f90 +++ b/mlprec/impl/mld_zaggrmat_minnrg_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmat_nosmth_asb.f90 b/mlprec/impl/mld_zaggrmat_nosmth_asb.f90 index e90057e0..dee1b6ec 100644 --- a/mlprec/impl/mld_zaggrmat_nosmth_asb.f90 +++ b/mlprec/impl/mld_zaggrmat_nosmth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zaggrmat_smth_asb.f90 b/mlprec/impl/mld_zaggrmat_smth_asb.f90 index de4f992b..d4a6c394 100644 --- a/mlprec/impl/mld_zaggrmat_smth_asb.f90 +++ b/mlprec/impl/mld_zaggrmat_smth_asb.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zcprecset.F90 b/mlprec/impl/mld_zcprecset.F90 index 059b2d70..b611eb28 100644 --- a/mlprec/impl/mld_zcprecset.F90 +++ b/mlprec/impl/mld_zcprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zilu0_fact.f90 b/mlprec/impl/mld_zilu0_fact.f90 index fe0e4e01..55d8b961 100644 --- a/mlprec/impl/mld_zilu0_fact.f90 +++ b/mlprec/impl/mld_zilu0_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_ziluk_fact.f90 b/mlprec/impl/mld_ziluk_fact.f90 index 4c458765..e62e935a 100644 --- a/mlprec/impl/mld_ziluk_fact.f90 +++ b/mlprec/impl/mld_ziluk_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zilut_fact.f90 b/mlprec/impl/mld_zilut_fact.f90 index 7e80caf6..a543fee7 100644 --- a/mlprec/impl/mld_zilut_fact.f90 +++ b/mlprec/impl/mld_zilut_fact.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zmlprec_aply.f90 b/mlprec/impl/mld_zmlprec_aply.f90 index c5a34051..cac2a358 100644 --- a/mlprec/impl/mld_zmlprec_aply.f90 +++ b/mlprec/impl/mld_zmlprec_aply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zmlprec_bld.f90 b/mlprec/impl/mld_zmlprec_bld.f90 index ffba180d..d1b527a8 100644 --- a/mlprec/impl/mld_zmlprec_bld.f90 +++ b/mlprec/impl/mld_zmlprec_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zprecaply.f90 b/mlprec/impl/mld_zprecaply.f90 index 26ad8cc1..cbe1a0b6 100644 --- a/mlprec/impl/mld_zprecaply.f90 +++ b/mlprec/impl/mld_zprecaply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zprecbld.f90 b/mlprec/impl/mld_zprecbld.f90 index 6b98cd2b..47da997b 100644 --- a/mlprec/impl/mld_zprecbld.f90 +++ b/mlprec/impl/mld_zprecbld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zprecinit.F90 b/mlprec/impl/mld_zprecinit.F90 index 3a7e510d..f3de70e2 100644 --- a/mlprec/impl/mld_zprecinit.F90 +++ b/mlprec/impl/mld_zprecinit.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zprecset.F90 b/mlprec/impl/mld_zprecset.F90 index e0996c37..8983cd64 100644 --- a/mlprec/impl/mld_zprecset.F90 +++ b/mlprec/impl/mld_zprecset.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zslu_interface.c b/mlprec/impl/mld_zslu_interface.c index 7ec8d4d4..19f12dea 100644 --- a/mlprec/impl/mld_zslu_interface.c +++ b/mlprec/impl/mld_zslu_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zslud_interface.c b/mlprec/impl/mld_zslud_interface.c index 6156e95b..68273cb1 100644 --- a/mlprec/impl/mld_zslud_interface.c +++ b/mlprec/impl/mld_zslud_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zsp_renum.f90 b/mlprec/impl/mld_zsp_renum.f90 index 0d2c1c49..7558b74b 100644 --- a/mlprec/impl/mld_zsp_renum.f90 +++ b/mlprec/impl/mld_zsp_renum.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/mld_zumf_interface.c b/mlprec/impl/mld_zumf_interface.c index 70e0003a..54a43bad 100644 --- a/mlprec/impl/mld_zumf_interface.c +++ b/mlprec/impl/mld_zumf_interface.c @@ -4,12 +4,13 @@ * MultiLevel Domain Decomposition Parallel Preconditioners Package * based on PSBLAS (Parallel Sparse BLAS version 3.3) * - * (C) Copyright 2008, 2010, 2012, 2015 - * - * Salvatore Filippone University of Rome Tor Vergata - * Alfredo Buttari CNRS-IRIT, Toulouse - * Pasqua D'Ambra ICAR-CNR, Naples - * Daniela di Serafino Second University of Naples + * (C) Copyright 2008, 2010, 2012, 2015, 2017 + * + * Salvatore Filippone Cranfield University + * Ambra Abdullahi Hassan University of Rome Tor Vergata + * Alfredo Buttari CNRS-IRIT, Toulouse + * Pasqua D'Ambra ICAR-CNR, Naples + * Daniela di Serafino University of Campania "L. Vanvitelli", Caserta * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_apply.f90 b/mlprec/impl/smoother/mld_c_as_smoother_apply.f90 index ed82db24..12e68003 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_c_as_smoother_apply_vect.f90 index 715daa09..660cd8d2 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_bld.f90 b/mlprec/impl/smoother/mld_c_as_smoother_bld.f90 index 82a24fc2..420685e4 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_check.f90 b/mlprec/impl/smoother/mld_c_as_smoother_check.f90 index 4be40813..2d55964e 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_clone.f90 b/mlprec/impl/smoother/mld_c_as_smoother_clone.f90 index 1a335afa..a094ac74 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_cnv.f90 b/mlprec/impl/smoother/mld_c_as_smoother_cnv.f90 index 6db10dcd..571118d9 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_csetc.f90 b/mlprec/impl/smoother/mld_c_as_smoother_csetc.f90 index 20f27c98..cd2422f7 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_cseti.f90 b/mlprec/impl/smoother/mld_c_as_smoother_cseti.f90 index 85e64dd9..21c0efd8 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_csetr.f90 b/mlprec/impl/smoother/mld_c_as_smoother_csetr.f90 index 3884e01a..5d6c16d0 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_dmp.f90 b/mlprec/impl/smoother/mld_c_as_smoother_dmp.f90 index e3b95ea7..16e24248 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_free.f90 b/mlprec/impl/smoother/mld_c_as_smoother_free.f90 index ec50b41c..77d28959 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_prol_a.f90 b/mlprec/impl/smoother/mld_c_as_smoother_prol_a.f90 index 5fe04d3c..55212429 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_prol_a.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_prol_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_prol_v.f90 b/mlprec/impl/smoother/mld_c_as_smoother_prol_v.f90 index 46a75cf0..eed3bd77 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_prol_v.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_prol_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_restr_a.f90 b/mlprec/impl/smoother/mld_c_as_smoother_restr_a.f90 index f8db45fd..c49e8e60 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_restr_a.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_restr_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_restr_v.f90 b/mlprec/impl/smoother/mld_c_as_smoother_restr_v.f90 index 793795ec..b8874d2e 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_restr_v.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_restr_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_setc.f90 b/mlprec/impl/smoother/mld_c_as_smoother_setc.f90 index 98655901..5e0294cf 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_seti.f90 b/mlprec/impl/smoother/mld_c_as_smoother_seti.f90 index 04dbdc42..118e5f92 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_as_smoother_setr.f90 b/mlprec/impl/smoother/mld_c_as_smoother_setr.f90 index 8c36976f..de026a86 100644 --- a/mlprec/impl/smoother/mld_c_as_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_c_as_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_apply.f90 b/mlprec/impl/smoother/mld_c_base_smoother_apply.f90 index 5a6b914f..501fa96e 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_c_base_smoother_apply_vect.f90 index e6793d17..b9bdf6eb 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_bld.f90 b/mlprec/impl/smoother/mld_c_base_smoother_bld.f90 index 7b06a174..2a0bf5a3 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_check.f90 b/mlprec/impl/smoother/mld_c_base_smoother_check.f90 index 975ba6bc..1ddb33f0 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_clone.f90 b/mlprec/impl/smoother/mld_c_base_smoother_clone.f90 index 291b787c..2ebd8a72 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_cnv.f90 b/mlprec/impl/smoother/mld_c_base_smoother_cnv.f90 index 99113485..296098f5 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_csetc.f90 b/mlprec/impl/smoother/mld_c_base_smoother_csetc.f90 index b36079eb..da4d5f20 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_cseti.f90 b/mlprec/impl/smoother/mld_c_base_smoother_cseti.f90 index 5a992629..9d59092c 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_csetr.f90 b/mlprec/impl/smoother/mld_c_base_smoother_csetr.f90 index 5b2dd795..d24b5fd5 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_descr.f90 b/mlprec/impl/smoother/mld_c_base_smoother_descr.f90 index 8d6eb5b2..1ee4abd4 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_descr.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_dmp.f90 b/mlprec/impl/smoother/mld_c_base_smoother_dmp.f90 index 13b1b7fb..05533c4e 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_free.f90 b/mlprec/impl/smoother/mld_c_base_smoother_free.f90 index f509b2e9..7f740480 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_setc.f90 b/mlprec/impl/smoother/mld_c_base_smoother_setc.f90 index e2660867..20943540 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_seti.f90 b/mlprec/impl/smoother/mld_c_base_smoother_seti.f90 index ea5b2be0..afb689c4 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_base_smoother_setr.f90 b/mlprec/impl/smoother/mld_c_base_smoother_setr.f90 index e3737574..a3566763 100644 --- a/mlprec/impl/smoother/mld_c_base_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_c_base_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_apply.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_apply.f90 index 20da8ebd..7a5fe636 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_apply_vect.f90 index 918a9afb..19d85eca 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_bld.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_bld.f90 index fb2d1f28..906cc032 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_clone.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_clone.f90 index f07c4e5c..64128a82 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_cnv.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_cnv.f90 index f1a6e8fd..7510d6ce 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_c_jac_smoother_dmp.f90 b/mlprec/impl/smoother/mld_c_jac_smoother_dmp.f90 index e010eb32..d72799fa 100644 --- a/mlprec/impl/smoother/mld_c_jac_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_c_jac_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_apply.f90 b/mlprec/impl/smoother/mld_d_as_smoother_apply.f90 index 18e6510e..1c0222b4 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_d_as_smoother_apply_vect.f90 index e5b7040b..edc92859 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_bld.f90 b/mlprec/impl/smoother/mld_d_as_smoother_bld.f90 index a36dc35f..25b59e61 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_check.f90 b/mlprec/impl/smoother/mld_d_as_smoother_check.f90 index cc4a1e43..57223639 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_clone.f90 b/mlprec/impl/smoother/mld_d_as_smoother_clone.f90 index 09258d83..72e3f429 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_cnv.f90 b/mlprec/impl/smoother/mld_d_as_smoother_cnv.f90 index 1e5853b8..ad404789 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_csetc.f90 b/mlprec/impl/smoother/mld_d_as_smoother_csetc.f90 index 346af516..8eb94682 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_cseti.f90 b/mlprec/impl/smoother/mld_d_as_smoother_cseti.f90 index 4097164c..ff523993 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_csetr.f90 b/mlprec/impl/smoother/mld_d_as_smoother_csetr.f90 index 96da5da9..0387112c 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_dmp.f90 b/mlprec/impl/smoother/mld_d_as_smoother_dmp.f90 index cbca7288..e084e290 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_free.f90 b/mlprec/impl/smoother/mld_d_as_smoother_free.f90 index 451cb225..1ea2d9c0 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_prol_a.f90 b/mlprec/impl/smoother/mld_d_as_smoother_prol_a.f90 index 9562f66d..4503576b 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_prol_a.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_prol_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_prol_v.f90 b/mlprec/impl/smoother/mld_d_as_smoother_prol_v.f90 index eb4c0d85..9f3d25f4 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_prol_v.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_prol_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_restr_a.f90 b/mlprec/impl/smoother/mld_d_as_smoother_restr_a.f90 index 6d6aae9b..59ae2c3a 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_restr_a.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_restr_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_restr_v.f90 b/mlprec/impl/smoother/mld_d_as_smoother_restr_v.f90 index 05bf57a5..e2065585 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_restr_v.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_restr_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_setc.f90 b/mlprec/impl/smoother/mld_d_as_smoother_setc.f90 index 91a6d73d..99317428 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_seti.f90 b/mlprec/impl/smoother/mld_d_as_smoother_seti.f90 index 8a8db1b0..3ba1befe 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_as_smoother_setr.f90 b/mlprec/impl/smoother/mld_d_as_smoother_setr.f90 index 2d4963ce..d05d6a78 100644 --- a/mlprec/impl/smoother/mld_d_as_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_d_as_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_apply.f90 b/mlprec/impl/smoother/mld_d_base_smoother_apply.f90 index 5073ce74..8aaeaca8 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_d_base_smoother_apply_vect.f90 index cac35186..2288ca48 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_bld.f90 b/mlprec/impl/smoother/mld_d_base_smoother_bld.f90 index 740b77ef..6b800d7b 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_check.f90 b/mlprec/impl/smoother/mld_d_base_smoother_check.f90 index 057ef2fb..2cc3e983 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_clone.f90 b/mlprec/impl/smoother/mld_d_base_smoother_clone.f90 index 7db20e47..e98d4924 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_cnv.f90 b/mlprec/impl/smoother/mld_d_base_smoother_cnv.f90 index 836e0201..480bef41 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_csetc.f90 b/mlprec/impl/smoother/mld_d_base_smoother_csetc.f90 index 52e86430..d56109a4 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_cseti.f90 b/mlprec/impl/smoother/mld_d_base_smoother_cseti.f90 index f5939f93..87a5fbd3 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_csetr.f90 b/mlprec/impl/smoother/mld_d_base_smoother_csetr.f90 index a0b188ac..97900e7e 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_descr.f90 b/mlprec/impl/smoother/mld_d_base_smoother_descr.f90 index eb4f75f7..1cb424c2 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_descr.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_dmp.f90 b/mlprec/impl/smoother/mld_d_base_smoother_dmp.f90 index 60ea1b05..5b080207 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_free.f90 b/mlprec/impl/smoother/mld_d_base_smoother_free.f90 index cda22894..86f0e4dc 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_setc.f90 b/mlprec/impl/smoother/mld_d_base_smoother_setc.f90 index 2c2e569c..49519cdf 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_seti.f90 b/mlprec/impl/smoother/mld_d_base_smoother_seti.f90 index 499f8cdc..6e263a20 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_base_smoother_setr.f90 b/mlprec/impl/smoother/mld_d_base_smoother_setr.f90 index 7b3cc1fb..edc95cd0 100644 --- a/mlprec/impl/smoother/mld_d_base_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_d_base_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_apply.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_apply.f90 index 424eaf66..3af30b49 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_apply_vect.f90 index c9665412..4cf1b04d 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_bld.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_bld.f90 index c14e4da1..ada8112b 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_clone.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_clone.f90 index 3155453e..b688fd21 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_cnv.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_cnv.f90 index 1eda53c5..793b34eb 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_d_jac_smoother_dmp.f90 b/mlprec/impl/smoother/mld_d_jac_smoother_dmp.f90 index 9808bba7..7a41441e 100644 --- a/mlprec/impl/smoother/mld_d_jac_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_d_jac_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_apply.f90 b/mlprec/impl/smoother/mld_s_as_smoother_apply.f90 index 5782df56..f5d39b0f 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_s_as_smoother_apply_vect.f90 index 26958524..11116366 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_bld.f90 b/mlprec/impl/smoother/mld_s_as_smoother_bld.f90 index e3594bd0..64870b14 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_check.f90 b/mlprec/impl/smoother/mld_s_as_smoother_check.f90 index ae433122..3444aa81 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_clone.f90 b/mlprec/impl/smoother/mld_s_as_smoother_clone.f90 index 493167d4..aa2019f9 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_cnv.f90 b/mlprec/impl/smoother/mld_s_as_smoother_cnv.f90 index 207f840c..4fcf1b71 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_csetc.f90 b/mlprec/impl/smoother/mld_s_as_smoother_csetc.f90 index 3f834a70..84d1b6de 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_cseti.f90 b/mlprec/impl/smoother/mld_s_as_smoother_cseti.f90 index 2c610aed..898c783a 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_csetr.f90 b/mlprec/impl/smoother/mld_s_as_smoother_csetr.f90 index 175ce17e..527147ba 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_dmp.f90 b/mlprec/impl/smoother/mld_s_as_smoother_dmp.f90 index 894078af..d2a7d8ff 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_free.f90 b/mlprec/impl/smoother/mld_s_as_smoother_free.f90 index 4c2c6b20..44aa03c9 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_prol_a.f90 b/mlprec/impl/smoother/mld_s_as_smoother_prol_a.f90 index aa793d46..70ed8f85 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_prol_a.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_prol_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_prol_v.f90 b/mlprec/impl/smoother/mld_s_as_smoother_prol_v.f90 index 27618611..a784125e 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_prol_v.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_prol_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_restr_a.f90 b/mlprec/impl/smoother/mld_s_as_smoother_restr_a.f90 index 1e87382d..ee3240b4 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_restr_a.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_restr_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_restr_v.f90 b/mlprec/impl/smoother/mld_s_as_smoother_restr_v.f90 index f72b588c..64c63972 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_restr_v.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_restr_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_setc.f90 b/mlprec/impl/smoother/mld_s_as_smoother_setc.f90 index 7049ff43..0770d3c1 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_seti.f90 b/mlprec/impl/smoother/mld_s_as_smoother_seti.f90 index 8058cbc5..6b73be73 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_as_smoother_setr.f90 b/mlprec/impl/smoother/mld_s_as_smoother_setr.f90 index 34337bd6..24d68679 100644 --- a/mlprec/impl/smoother/mld_s_as_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_s_as_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_apply.f90 b/mlprec/impl/smoother/mld_s_base_smoother_apply.f90 index 358df0a3..6c849ec8 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_s_base_smoother_apply_vect.f90 index fa5858d9..b6d59b8c 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_bld.f90 b/mlprec/impl/smoother/mld_s_base_smoother_bld.f90 index b1053b72..7241fba3 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_check.f90 b/mlprec/impl/smoother/mld_s_base_smoother_check.f90 index 09cc1e24..66e0fe54 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_clone.f90 b/mlprec/impl/smoother/mld_s_base_smoother_clone.f90 index 3efa26f8..583c453f 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_cnv.f90 b/mlprec/impl/smoother/mld_s_base_smoother_cnv.f90 index 20515b95..4fa82a8b 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_csetc.f90 b/mlprec/impl/smoother/mld_s_base_smoother_csetc.f90 index c3e16ab5..048d30b9 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_cseti.f90 b/mlprec/impl/smoother/mld_s_base_smoother_cseti.f90 index 8e9f3180..08b7f3c6 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_csetr.f90 b/mlprec/impl/smoother/mld_s_base_smoother_csetr.f90 index 2eded091..c043b580 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_descr.f90 b/mlprec/impl/smoother/mld_s_base_smoother_descr.f90 index 07340d2a..8a8293f6 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_descr.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_dmp.f90 b/mlprec/impl/smoother/mld_s_base_smoother_dmp.f90 index e69046b0..e2e238a4 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_free.f90 b/mlprec/impl/smoother/mld_s_base_smoother_free.f90 index 83d7f9bd..b31de264 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_setc.f90 b/mlprec/impl/smoother/mld_s_base_smoother_setc.f90 index 1833d9e3..ce89d8f9 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_seti.f90 b/mlprec/impl/smoother/mld_s_base_smoother_seti.f90 index 81d28615..7c5e7560 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_base_smoother_setr.f90 b/mlprec/impl/smoother/mld_s_base_smoother_setr.f90 index fe065f7b..50166755 100644 --- a/mlprec/impl/smoother/mld_s_base_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_s_base_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_apply.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_apply.f90 index bed1af73..ba91d434 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_apply_vect.f90 index a5085e41..3905b18c 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_bld.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_bld.f90 index be081d1f..76bd4454 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_clone.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_clone.f90 index 38fff85a..05f0bf39 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_cnv.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_cnv.f90 index 671f4270..f7847282 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_s_jac_smoother_dmp.f90 b/mlprec/impl/smoother/mld_s_jac_smoother_dmp.f90 index 974d0d4f..725709e2 100644 --- a/mlprec/impl/smoother/mld_s_jac_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_s_jac_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_apply.f90 b/mlprec/impl/smoother/mld_z_as_smoother_apply.f90 index 41c7a38c..eb3db1b1 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_z_as_smoother_apply_vect.f90 index 0eb09646..289c6217 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_bld.f90 b/mlprec/impl/smoother/mld_z_as_smoother_bld.f90 index 42a7240f..9937d24f 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_check.f90 b/mlprec/impl/smoother/mld_z_as_smoother_check.f90 index a50c9d10..21e22c56 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_clone.f90 b/mlprec/impl/smoother/mld_z_as_smoother_clone.f90 index 5d0da8bd..82a464c6 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_cnv.f90 b/mlprec/impl/smoother/mld_z_as_smoother_cnv.f90 index 7879ea75..2a8e8d60 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_csetc.f90 b/mlprec/impl/smoother/mld_z_as_smoother_csetc.f90 index 69965046..02051de4 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_cseti.f90 b/mlprec/impl/smoother/mld_z_as_smoother_cseti.f90 index ca837a26..8980a3a4 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_csetr.f90 b/mlprec/impl/smoother/mld_z_as_smoother_csetr.f90 index 2694a606..22663365 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_dmp.f90 b/mlprec/impl/smoother/mld_z_as_smoother_dmp.f90 index c6ef6243..574d5cf4 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_free.f90 b/mlprec/impl/smoother/mld_z_as_smoother_free.f90 index 4d1a9ee7..0a0f5a69 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_prol_a.f90 b/mlprec/impl/smoother/mld_z_as_smoother_prol_a.f90 index 23cad06f..2c51cc4c 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_prol_a.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_prol_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_prol_v.f90 b/mlprec/impl/smoother/mld_z_as_smoother_prol_v.f90 index 5806055c..5aa52103 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_prol_v.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_prol_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_restr_a.f90 b/mlprec/impl/smoother/mld_z_as_smoother_restr_a.f90 index a1ae7a15..e11458fb 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_restr_a.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_restr_a.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_restr_v.f90 b/mlprec/impl/smoother/mld_z_as_smoother_restr_v.f90 index 0d024ea3..6c66b71f 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_restr_v.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_restr_v.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_setc.f90 b/mlprec/impl/smoother/mld_z_as_smoother_setc.f90 index d8366206..b4446dae 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_seti.f90 b/mlprec/impl/smoother/mld_z_as_smoother_seti.f90 index 01ab9877..2f0c5f4f 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_as_smoother_setr.f90 b/mlprec/impl/smoother/mld_z_as_smoother_setr.f90 index 25937677..644bc821 100644 --- a/mlprec/impl/smoother/mld_z_as_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_z_as_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_apply.f90 b/mlprec/impl/smoother/mld_z_base_smoother_apply.f90 index 7c6055ed..6a8bf67b 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_z_base_smoother_apply_vect.f90 index c6bfac13..1e99190f 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_bld.f90 b/mlprec/impl/smoother/mld_z_base_smoother_bld.f90 index 860bb7ee..2cc9624c 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_check.f90 b/mlprec/impl/smoother/mld_z_base_smoother_check.f90 index 64ff928c..e0365e10 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_check.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_clone.f90 b/mlprec/impl/smoother/mld_z_base_smoother_clone.f90 index e4649ebb..954619fb 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_cnv.f90 b/mlprec/impl/smoother/mld_z_base_smoother_cnv.f90 index 47918c94..c5765534 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_csetc.f90 b/mlprec/impl/smoother/mld_z_base_smoother_csetc.f90 index 0a041f00..91bf0211 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_csetc.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_cseti.f90 b/mlprec/impl/smoother/mld_z_base_smoother_cseti.f90 index bf3e8d53..5ecd098d 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_cseti.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_csetr.f90 b/mlprec/impl/smoother/mld_z_base_smoother_csetr.f90 index 9b90495c..cc17feea 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_csetr.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_descr.f90 b/mlprec/impl/smoother/mld_z_base_smoother_descr.f90 index b11eae94..4aa1c10c 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_descr.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_dmp.f90 b/mlprec/impl/smoother/mld_z_base_smoother_dmp.f90 index e63cbb67..50a2cbe4 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_free.f90 b/mlprec/impl/smoother/mld_z_base_smoother_free.f90 index 7b9844da..29d4bf56 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_free.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_setc.f90 b/mlprec/impl/smoother/mld_z_base_smoother_setc.f90 index 4aa97088..5b4e06eb 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_setc.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_seti.f90 b/mlprec/impl/smoother/mld_z_base_smoother_seti.f90 index 1a086ae8..902b1a6d 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_seti.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_base_smoother_setr.f90 b/mlprec/impl/smoother/mld_z_base_smoother_setr.f90 index 3730a912..51099a47 100644 --- a/mlprec/impl/smoother/mld_z_base_smoother_setr.f90 +++ b/mlprec/impl/smoother/mld_z_base_smoother_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_apply.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_apply.f90 index 85fc80a1..9ca7b2a3 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_apply.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_apply_vect.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_apply_vect.f90 index 63b074de..51cd349f 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_apply_vect.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_bld.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_bld.f90 index 3b5fa760..8e6b5ba8 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_bld.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_clone.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_clone.f90 index 23240b32..ba1e34e1 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_clone.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_cnv.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_cnv.f90 index 54fa4db5..14bd10c1 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_cnv.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/smoother/mld_z_jac_smoother_dmp.f90 b/mlprec/impl/smoother/mld_z_jac_smoother_dmp.f90 index bea6867c..1b2bfe02 100644 --- a/mlprec/impl/smoother/mld_z_jac_smoother_dmp.f90 +++ b/mlprec/impl/smoother/mld_z_jac_smoother_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_apply.f90 b/mlprec/impl/solver/mld_c_base_solver_apply.f90 index b6aaa30f..ab053993 100644 --- a/mlprec/impl/solver/mld_c_base_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_base_solver_apply_vect.f90 index ea0c2486..916c373d 100644 --- a/mlprec/impl/solver/mld_c_base_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_bld.f90 b/mlprec/impl/solver/mld_c_base_solver_bld.f90 index 6979e0d7..f44a2ca6 100644 --- a/mlprec/impl/solver/mld_c_base_solver_bld.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_check.f90 b/mlprec/impl/solver/mld_c_base_solver_check.f90 index f1e24749..d8335f35 100644 --- a/mlprec/impl/solver/mld_c_base_solver_check.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_clone.f90 b/mlprec/impl/solver/mld_c_base_solver_clone.f90 index 8cfb0bd5..40b2dd75 100644 --- a/mlprec/impl/solver/mld_c_base_solver_clone.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_cnv.f90 b/mlprec/impl/solver/mld_c_base_solver_cnv.f90 index 0891314d..be08c938 100644 --- a/mlprec/impl/solver/mld_c_base_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_csetc.f90 b/mlprec/impl/solver/mld_c_base_solver_csetc.f90 index c2d74850..e87f0a81 100644 --- a/mlprec/impl/solver/mld_c_base_solver_csetc.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_cseti.f90 b/mlprec/impl/solver/mld_c_base_solver_cseti.f90 index 7e57c887..ad80bdab 100644 --- a/mlprec/impl/solver/mld_c_base_solver_cseti.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_csetr.f90 b/mlprec/impl/solver/mld_c_base_solver_csetr.f90 index 0b6da787..47d5a4af 100644 --- a/mlprec/impl/solver/mld_c_base_solver_csetr.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_descr.f90 b/mlprec/impl/solver/mld_c_base_solver_descr.f90 index 669e92c6..3af6e9e0 100644 --- a/mlprec/impl/solver/mld_c_base_solver_descr.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_dmp.f90 b/mlprec/impl/solver/mld_c_base_solver_dmp.f90 index 47636030..ffe35793 100644 --- a/mlprec/impl/solver/mld_c_base_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_free.f90 b/mlprec/impl/solver/mld_c_base_solver_free.f90 index d19c23b2..712af103 100644 --- a/mlprec/impl/solver/mld_c_base_solver_free.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_setc.f90 b/mlprec/impl/solver/mld_c_base_solver_setc.f90 index e4e82310..d47290b1 100644 --- a/mlprec/impl/solver/mld_c_base_solver_setc.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_seti.f90 b/mlprec/impl/solver/mld_c_base_solver_seti.f90 index e57f9864..8fc3fef7 100644 --- a/mlprec/impl/solver/mld_c_base_solver_seti.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_base_solver_setr.f90 b/mlprec/impl/solver/mld_c_base_solver_setr.f90 index 9611f110..96b323f9 100644 --- a/mlprec/impl/solver/mld_c_base_solver_setr.f90 +++ b/mlprec/impl/solver/mld_c_base_solver_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_bwgs_solver_apply.f90 b/mlprec/impl/solver/mld_c_bwgs_solver_apply.f90 index 46ba4661..9f013c62 100644 --- a/mlprec/impl/solver/mld_c_bwgs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_bwgs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_bwgs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_bwgs_solver_apply_vect.f90 index 001d09f0..acbe0c08 100644 --- a/mlprec/impl/solver/mld_c_bwgs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_bwgs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_bwgs_solver_bld.f90 b/mlprec/impl/solver/mld_c_bwgs_solver_bld.f90 index eb9df276..6e3617e2 100644 --- a/mlprec/impl/solver/mld_c_bwgs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_c_bwgs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_apply.f90 b/mlprec/impl/solver/mld_c_diag_solver_apply.f90 index 3f625b18..f96fe2a7 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_diag_solver_apply_vect.f90 index 41957169..4963818f 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_bld.f90 b/mlprec/impl/solver/mld_c_diag_solver_bld.f90 index ddc7a236..832c512f 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_bld.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_clone.f90 b/mlprec/impl/solver/mld_c_diag_solver_clone.f90 index ed5356e5..0aa71e13 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_clone.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_cnv.f90 b/mlprec/impl/solver/mld_c_diag_solver_cnv.f90 index 51d869af..bc78d421 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_diag_solver_dmp.f90 b/mlprec/impl/solver/mld_c_diag_solver_dmp.f90 index 96e6da75..462c9999 100644 --- a/mlprec/impl/solver/mld_c_diag_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_c_diag_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_apply.f90 b/mlprec/impl/solver/mld_c_gs_solver_apply.f90 index bdcff82f..f6e18048 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_gs_solver_apply_vect.f90 index 07655ea8..463d5f71 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_bld.f90 b/mlprec/impl/solver/mld_c_gs_solver_bld.f90 index 22b1c708..3781ef0f 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_clone.f90 b/mlprec/impl/solver/mld_c_gs_solver_clone.f90 index e476d8c2..78365708 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_clone.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_cnv.f90 b/mlprec/impl/solver/mld_c_gs_solver_cnv.f90 index 73ac2c49..bc53d232 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_gs_solver_dmp.f90 b/mlprec/impl/solver/mld_c_gs_solver_dmp.f90 index 9d09a614..b81ce552 100644 --- a/mlprec/impl/solver/mld_c_gs_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_c_gs_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_id_solver_apply.f90 b/mlprec/impl/solver/mld_c_id_solver_apply.f90 index 7202d3d9..04473a49 100644 --- a/mlprec/impl/solver/mld_c_id_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_id_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_id_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_id_solver_apply_vect.f90 index fff0e142..dc5c338c 100644 --- a/mlprec/impl/solver/mld_c_id_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_id_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_id_solver_clone.f90 b/mlprec/impl/solver/mld_c_id_solver_clone.f90 index 30bcfd89..b4ed5d09 100644 --- a/mlprec/impl/solver/mld_c_id_solver_clone.f90 +++ b/mlprec/impl/solver/mld_c_id_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_apply.f90 b/mlprec/impl/solver/mld_c_ilu_solver_apply.f90 index e83f5126..b8980582 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_apply.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_apply_vect.f90 b/mlprec/impl/solver/mld_c_ilu_solver_apply_vect.f90 index 88853c8d..28694e4a 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_bld.f90 b/mlprec/impl/solver/mld_c_ilu_solver_bld.f90 index 40f91feb..86144f95 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_bld.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_clone.f90 b/mlprec/impl/solver/mld_c_ilu_solver_clone.f90 index e22ea655..599f4c74 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_clone.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_cnv.f90 b/mlprec/impl/solver/mld_c_ilu_solver_cnv.f90 index ed34ddaf..d77e7137 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_ilu_solver_dmp.f90 b/mlprec/impl/solver/mld_c_ilu_solver_dmp.f90 index 20fe6978..c795601a 100644 --- a/mlprec/impl/solver/mld_c_ilu_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_c_ilu_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_mumps_solver_apply.F90 b/mlprec/impl/solver/mld_c_mumps_solver_apply.F90 index 5265451a..fd17c238 100644 --- a/mlprec/impl/solver/mld_c_mumps_solver_apply.F90 +++ b/mlprec/impl/solver/mld_c_mumps_solver_apply.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_mumps_solver_apply_vect.F90 b/mlprec/impl/solver/mld_c_mumps_solver_apply_vect.F90 index edaeba4f..3ab6e62b 100644 --- a/mlprec/impl/solver/mld_c_mumps_solver_apply_vect.F90 +++ b/mlprec/impl/solver/mld_c_mumps_solver_apply_vect.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_c_mumps_solver_bld.F90 b/mlprec/impl/solver/mld_c_mumps_solver_bld.F90 index 8eb6bfe7..8adc657b 100644 --- a/mlprec/impl/solver/mld_c_mumps_solver_bld.F90 +++ b/mlprec/impl/solver/mld_c_mumps_solver_bld.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_apply.f90 b/mlprec/impl/solver/mld_d_base_solver_apply.f90 index 66cdcfb7..cb60c697 100644 --- a/mlprec/impl/solver/mld_d_base_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_base_solver_apply_vect.f90 index ccc9f066..9a8d7618 100644 --- a/mlprec/impl/solver/mld_d_base_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_bld.f90 b/mlprec/impl/solver/mld_d_base_solver_bld.f90 index 4f727618..93f62d31 100644 --- a/mlprec/impl/solver/mld_d_base_solver_bld.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_check.f90 b/mlprec/impl/solver/mld_d_base_solver_check.f90 index 4ada1532..35a10719 100644 --- a/mlprec/impl/solver/mld_d_base_solver_check.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_clone.f90 b/mlprec/impl/solver/mld_d_base_solver_clone.f90 index 89e737f3..986cfd7a 100644 --- a/mlprec/impl/solver/mld_d_base_solver_clone.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_cnv.f90 b/mlprec/impl/solver/mld_d_base_solver_cnv.f90 index 7913989f..937dc749 100644 --- a/mlprec/impl/solver/mld_d_base_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_csetc.f90 b/mlprec/impl/solver/mld_d_base_solver_csetc.f90 index 6bcdd91b..60daad66 100644 --- a/mlprec/impl/solver/mld_d_base_solver_csetc.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_cseti.f90 b/mlprec/impl/solver/mld_d_base_solver_cseti.f90 index 9cef3150..31c29554 100644 --- a/mlprec/impl/solver/mld_d_base_solver_cseti.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_csetr.f90 b/mlprec/impl/solver/mld_d_base_solver_csetr.f90 index 7e5b291d..a09e4363 100644 --- a/mlprec/impl/solver/mld_d_base_solver_csetr.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_descr.f90 b/mlprec/impl/solver/mld_d_base_solver_descr.f90 index abad5886..f646aa8b 100644 --- a/mlprec/impl/solver/mld_d_base_solver_descr.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_dmp.f90 b/mlprec/impl/solver/mld_d_base_solver_dmp.f90 index bffc1684..c7d53436 100644 --- a/mlprec/impl/solver/mld_d_base_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_free.f90 b/mlprec/impl/solver/mld_d_base_solver_free.f90 index eee0b9bf..0071e4cf 100644 --- a/mlprec/impl/solver/mld_d_base_solver_free.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_setc.f90 b/mlprec/impl/solver/mld_d_base_solver_setc.f90 index e5cfe301..a5a88f7f 100644 --- a/mlprec/impl/solver/mld_d_base_solver_setc.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_seti.f90 b/mlprec/impl/solver/mld_d_base_solver_seti.f90 index 999050b5..c12631cb 100644 --- a/mlprec/impl/solver/mld_d_base_solver_seti.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_base_solver_setr.f90 b/mlprec/impl/solver/mld_d_base_solver_setr.f90 index aa3befb0..f4ed73c2 100644 --- a/mlprec/impl/solver/mld_d_base_solver_setr.f90 +++ b/mlprec/impl/solver/mld_d_base_solver_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_bwgs_solver_apply.f90 b/mlprec/impl/solver/mld_d_bwgs_solver_apply.f90 index ac27c101..ba2569b2 100644 --- a/mlprec/impl/solver/mld_d_bwgs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_bwgs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_bwgs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_bwgs_solver_apply_vect.f90 index 01efdc00..e1eb802a 100644 --- a/mlprec/impl/solver/mld_d_bwgs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_bwgs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_bwgs_solver_bld.f90 b/mlprec/impl/solver/mld_d_bwgs_solver_bld.f90 index eb22db09..576f9c1e 100644 --- a/mlprec/impl/solver/mld_d_bwgs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_d_bwgs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_apply.f90 b/mlprec/impl/solver/mld_d_diag_solver_apply.f90 index 492dec31..c3d79381 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_diag_solver_apply_vect.f90 index 79988f0a..45600c59 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_bld.f90 b/mlprec/impl/solver/mld_d_diag_solver_bld.f90 index 6c2bf9c7..ab7c0def 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_bld.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_clone.f90 b/mlprec/impl/solver/mld_d_diag_solver_clone.f90 index 35c9fa83..93b97baa 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_clone.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_cnv.f90 b/mlprec/impl/solver/mld_d_diag_solver_cnv.f90 index 1ab738f6..32dac831 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_diag_solver_dmp.f90 b/mlprec/impl/solver/mld_d_diag_solver_dmp.f90 index c3bf0505..3fb8ca58 100644 --- a/mlprec/impl/solver/mld_d_diag_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_d_diag_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_apply.f90 b/mlprec/impl/solver/mld_d_gs_solver_apply.f90 index c7e7fc69..cff401c1 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_gs_solver_apply_vect.f90 index cec78bcd..e36e2fd7 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_bld.f90 b/mlprec/impl/solver/mld_d_gs_solver_bld.f90 index 47797e11..dcd13b20 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_clone.f90 b/mlprec/impl/solver/mld_d_gs_solver_clone.f90 index 3286d348..85ed3c96 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_clone.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_cnv.f90 b/mlprec/impl/solver/mld_d_gs_solver_cnv.f90 index c749a322..2e00c9b6 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_gs_solver_dmp.f90 b/mlprec/impl/solver/mld_d_gs_solver_dmp.f90 index e1f91247..7319db2f 100644 --- a/mlprec/impl/solver/mld_d_gs_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_d_gs_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_id_solver_apply.f90 b/mlprec/impl/solver/mld_d_id_solver_apply.f90 index afbd3328..05cbe128 100644 --- a/mlprec/impl/solver/mld_d_id_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_id_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_id_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_id_solver_apply_vect.f90 index 7b2477b1..820d26db 100644 --- a/mlprec/impl/solver/mld_d_id_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_id_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_id_solver_clone.f90 b/mlprec/impl/solver/mld_d_id_solver_clone.f90 index fd0495da..1b8398ef 100644 --- a/mlprec/impl/solver/mld_d_id_solver_clone.f90 +++ b/mlprec/impl/solver/mld_d_id_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_apply.f90 b/mlprec/impl/solver/mld_d_ilu_solver_apply.f90 index cfedede4..56208c4f 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_apply.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_apply_vect.f90 b/mlprec/impl/solver/mld_d_ilu_solver_apply_vect.f90 index 3f730026..a6e4d7e7 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_bld.f90 b/mlprec/impl/solver/mld_d_ilu_solver_bld.f90 index 4e3248ce..19a6776c 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_bld.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_clone.f90 b/mlprec/impl/solver/mld_d_ilu_solver_clone.f90 index 9b2b436e..0b95f15e 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_clone.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_cnv.f90 b/mlprec/impl/solver/mld_d_ilu_solver_cnv.f90 index 4f7972f3..97179b9a 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_ilu_solver_dmp.f90 b/mlprec/impl/solver/mld_d_ilu_solver_dmp.f90 index fc320064..dc905be5 100644 --- a/mlprec/impl/solver/mld_d_ilu_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_d_ilu_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_mumps_solver_apply.F90 b/mlprec/impl/solver/mld_d_mumps_solver_apply.F90 index aefa89e1..6944eaf4 100644 --- a/mlprec/impl/solver/mld_d_mumps_solver_apply.F90 +++ b/mlprec/impl/solver/mld_d_mumps_solver_apply.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_mumps_solver_apply_vect.F90 b/mlprec/impl/solver/mld_d_mumps_solver_apply_vect.F90 index 8f082589..4aeb377a 100644 --- a/mlprec/impl/solver/mld_d_mumps_solver_apply_vect.F90 +++ b/mlprec/impl/solver/mld_d_mumps_solver_apply_vect.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_d_mumps_solver_bld.F90 b/mlprec/impl/solver/mld_d_mumps_solver_bld.F90 index c0bc80e5..067e482d 100644 --- a/mlprec/impl/solver/mld_d_mumps_solver_bld.F90 +++ b/mlprec/impl/solver/mld_d_mumps_solver_bld.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_apply.f90 b/mlprec/impl/solver/mld_s_base_solver_apply.f90 index cf0cf04e..db495838 100644 --- a/mlprec/impl/solver/mld_s_base_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_base_solver_apply_vect.f90 index c96ba7a4..b0b6a7ae 100644 --- a/mlprec/impl/solver/mld_s_base_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_bld.f90 b/mlprec/impl/solver/mld_s_base_solver_bld.f90 index 14296f08..3689fdea 100644 --- a/mlprec/impl/solver/mld_s_base_solver_bld.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_check.f90 b/mlprec/impl/solver/mld_s_base_solver_check.f90 index b62398a6..85dfe0a7 100644 --- a/mlprec/impl/solver/mld_s_base_solver_check.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_clone.f90 b/mlprec/impl/solver/mld_s_base_solver_clone.f90 index 02a38dbb..fc92aa41 100644 --- a/mlprec/impl/solver/mld_s_base_solver_clone.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_cnv.f90 b/mlprec/impl/solver/mld_s_base_solver_cnv.f90 index d83d1d8b..e5203ac9 100644 --- a/mlprec/impl/solver/mld_s_base_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_csetc.f90 b/mlprec/impl/solver/mld_s_base_solver_csetc.f90 index 33b9eb59..573b584b 100644 --- a/mlprec/impl/solver/mld_s_base_solver_csetc.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_cseti.f90 b/mlprec/impl/solver/mld_s_base_solver_cseti.f90 index 2792619b..c1ccea96 100644 --- a/mlprec/impl/solver/mld_s_base_solver_cseti.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_csetr.f90 b/mlprec/impl/solver/mld_s_base_solver_csetr.f90 index af3532d2..857c3e33 100644 --- a/mlprec/impl/solver/mld_s_base_solver_csetr.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_descr.f90 b/mlprec/impl/solver/mld_s_base_solver_descr.f90 index f919e91b..1df4534d 100644 --- a/mlprec/impl/solver/mld_s_base_solver_descr.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_dmp.f90 b/mlprec/impl/solver/mld_s_base_solver_dmp.f90 index d3d98e25..63c9f684 100644 --- a/mlprec/impl/solver/mld_s_base_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_free.f90 b/mlprec/impl/solver/mld_s_base_solver_free.f90 index 63137f39..b858d729 100644 --- a/mlprec/impl/solver/mld_s_base_solver_free.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_setc.f90 b/mlprec/impl/solver/mld_s_base_solver_setc.f90 index 35f6d912..2fb13349 100644 --- a/mlprec/impl/solver/mld_s_base_solver_setc.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_seti.f90 b/mlprec/impl/solver/mld_s_base_solver_seti.f90 index 23f1af7f..6f712f99 100644 --- a/mlprec/impl/solver/mld_s_base_solver_seti.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_base_solver_setr.f90 b/mlprec/impl/solver/mld_s_base_solver_setr.f90 index bce7eb59..6aefda62 100644 --- a/mlprec/impl/solver/mld_s_base_solver_setr.f90 +++ b/mlprec/impl/solver/mld_s_base_solver_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_bwgs_solver_apply.f90 b/mlprec/impl/solver/mld_s_bwgs_solver_apply.f90 index b811cc85..cec35dba 100644 --- a/mlprec/impl/solver/mld_s_bwgs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_bwgs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_bwgs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_bwgs_solver_apply_vect.f90 index 2aca7629..beedc49a 100644 --- a/mlprec/impl/solver/mld_s_bwgs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_bwgs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_bwgs_solver_bld.f90 b/mlprec/impl/solver/mld_s_bwgs_solver_bld.f90 index b2a31e29..edc48842 100644 --- a/mlprec/impl/solver/mld_s_bwgs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_s_bwgs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_apply.f90 b/mlprec/impl/solver/mld_s_diag_solver_apply.f90 index 376df210..db8224ef 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_diag_solver_apply_vect.f90 index f0390a2d..8158e52e 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_bld.f90 b/mlprec/impl/solver/mld_s_diag_solver_bld.f90 index 8b78385e..1137d55d 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_bld.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_clone.f90 b/mlprec/impl/solver/mld_s_diag_solver_clone.f90 index 478e9861..27d76751 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_clone.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_cnv.f90 b/mlprec/impl/solver/mld_s_diag_solver_cnv.f90 index 1730629b..8f500cd2 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_diag_solver_dmp.f90 b/mlprec/impl/solver/mld_s_diag_solver_dmp.f90 index 0a35218c..43a5e2ff 100644 --- a/mlprec/impl/solver/mld_s_diag_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_s_diag_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_apply.f90 b/mlprec/impl/solver/mld_s_gs_solver_apply.f90 index 35f368a5..72dbe005 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_gs_solver_apply_vect.f90 index 0ef09382..2edbdee5 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_bld.f90 b/mlprec/impl/solver/mld_s_gs_solver_bld.f90 index 8b036ce3..dec51893 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_clone.f90 b/mlprec/impl/solver/mld_s_gs_solver_clone.f90 index a2dbe2af..41b48738 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_clone.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_cnv.f90 b/mlprec/impl/solver/mld_s_gs_solver_cnv.f90 index cb26a1dc..b3a09a4c 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_gs_solver_dmp.f90 b/mlprec/impl/solver/mld_s_gs_solver_dmp.f90 index 9c9f0bda..d39d2e7e 100644 --- a/mlprec/impl/solver/mld_s_gs_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_s_gs_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_id_solver_apply.f90 b/mlprec/impl/solver/mld_s_id_solver_apply.f90 index a18cf43b..89d5e11c 100644 --- a/mlprec/impl/solver/mld_s_id_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_id_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_id_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_id_solver_apply_vect.f90 index fc0eb3ba..fc02b053 100644 --- a/mlprec/impl/solver/mld_s_id_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_id_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_id_solver_clone.f90 b/mlprec/impl/solver/mld_s_id_solver_clone.f90 index f8710cd5..26b23c22 100644 --- a/mlprec/impl/solver/mld_s_id_solver_clone.f90 +++ b/mlprec/impl/solver/mld_s_id_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_apply.f90 b/mlprec/impl/solver/mld_s_ilu_solver_apply.f90 index 370e0b61..9479bcd1 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_apply.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_apply_vect.f90 b/mlprec/impl/solver/mld_s_ilu_solver_apply_vect.f90 index f9c54597..c249b907 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_bld.f90 b/mlprec/impl/solver/mld_s_ilu_solver_bld.f90 index 5a4e22fd..5d636b1f 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_bld.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_clone.f90 b/mlprec/impl/solver/mld_s_ilu_solver_clone.f90 index 23077d35..71b7afac 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_clone.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_cnv.f90 b/mlprec/impl/solver/mld_s_ilu_solver_cnv.f90 index 9546da5d..2f85cea1 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_ilu_solver_dmp.f90 b/mlprec/impl/solver/mld_s_ilu_solver_dmp.f90 index a1983902..1c18c99e 100644 --- a/mlprec/impl/solver/mld_s_ilu_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_s_ilu_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_mumps_solver_apply.F90 b/mlprec/impl/solver/mld_s_mumps_solver_apply.F90 index 19166c3c..98e66478 100644 --- a/mlprec/impl/solver/mld_s_mumps_solver_apply.F90 +++ b/mlprec/impl/solver/mld_s_mumps_solver_apply.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_mumps_solver_apply_vect.F90 b/mlprec/impl/solver/mld_s_mumps_solver_apply_vect.F90 index 1b3d5d9e..165c1120 100644 --- a/mlprec/impl/solver/mld_s_mumps_solver_apply_vect.F90 +++ b/mlprec/impl/solver/mld_s_mumps_solver_apply_vect.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_s_mumps_solver_bld.F90 b/mlprec/impl/solver/mld_s_mumps_solver_bld.F90 index 0e8814b8..43e2cc0a 100644 --- a/mlprec/impl/solver/mld_s_mumps_solver_bld.F90 +++ b/mlprec/impl/solver/mld_s_mumps_solver_bld.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_apply.f90 b/mlprec/impl/solver/mld_z_base_solver_apply.f90 index 644df2a0..500ec835 100644 --- a/mlprec/impl/solver/mld_z_base_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_base_solver_apply_vect.f90 index 2991758f..378c3f99 100644 --- a/mlprec/impl/solver/mld_z_base_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_bld.f90 b/mlprec/impl/solver/mld_z_base_solver_bld.f90 index a5602027..ed1de9ab 100644 --- a/mlprec/impl/solver/mld_z_base_solver_bld.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_check.f90 b/mlprec/impl/solver/mld_z_base_solver_check.f90 index bfe7ab50..9425ecb3 100644 --- a/mlprec/impl/solver/mld_z_base_solver_check.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_check.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_clone.f90 b/mlprec/impl/solver/mld_z_base_solver_clone.f90 index 0a558f2c..8ff2a7f4 100644 --- a/mlprec/impl/solver/mld_z_base_solver_clone.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_cnv.f90 b/mlprec/impl/solver/mld_z_base_solver_cnv.f90 index 09bca82c..117b4524 100644 --- a/mlprec/impl/solver/mld_z_base_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_csetc.f90 b/mlprec/impl/solver/mld_z_base_solver_csetc.f90 index 9500376f..f3010e9c 100644 --- a/mlprec/impl/solver/mld_z_base_solver_csetc.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_csetc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_cseti.f90 b/mlprec/impl/solver/mld_z_base_solver_cseti.f90 index b30853a1..0d78930e 100644 --- a/mlprec/impl/solver/mld_z_base_solver_cseti.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_cseti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_csetr.f90 b/mlprec/impl/solver/mld_z_base_solver_csetr.f90 index 47f4ef13..e8ef33ce 100644 --- a/mlprec/impl/solver/mld_z_base_solver_csetr.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_csetr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_descr.f90 b/mlprec/impl/solver/mld_z_base_solver_descr.f90 index 1d7d617a..e9205f47 100644 --- a/mlprec/impl/solver/mld_z_base_solver_descr.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_descr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_dmp.f90 b/mlprec/impl/solver/mld_z_base_solver_dmp.f90 index 23ddcaf8..9637da77 100644 --- a/mlprec/impl/solver/mld_z_base_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_free.f90 b/mlprec/impl/solver/mld_z_base_solver_free.f90 index c7f4eecc..01e35c74 100644 --- a/mlprec/impl/solver/mld_z_base_solver_free.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_free.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_setc.f90 b/mlprec/impl/solver/mld_z_base_solver_setc.f90 index f7a78a6f..be78f709 100644 --- a/mlprec/impl/solver/mld_z_base_solver_setc.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_setc.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_seti.f90 b/mlprec/impl/solver/mld_z_base_solver_seti.f90 index 78fa75fc..af589c3d 100644 --- a/mlprec/impl/solver/mld_z_base_solver_seti.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_seti.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_base_solver_setr.f90 b/mlprec/impl/solver/mld_z_base_solver_setr.f90 index 00cab36e..82f99e5f 100644 --- a/mlprec/impl/solver/mld_z_base_solver_setr.f90 +++ b/mlprec/impl/solver/mld_z_base_solver_setr.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_bwgs_solver_apply.f90 b/mlprec/impl/solver/mld_z_bwgs_solver_apply.f90 index e1c56211..022fe0fd 100644 --- a/mlprec/impl/solver/mld_z_bwgs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_bwgs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_bwgs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_bwgs_solver_apply_vect.f90 index 737cf8aa..963470e7 100644 --- a/mlprec/impl/solver/mld_z_bwgs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_bwgs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_bwgs_solver_bld.f90 b/mlprec/impl/solver/mld_z_bwgs_solver_bld.f90 index 0eacc30f..0bf26625 100644 --- a/mlprec/impl/solver/mld_z_bwgs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_z_bwgs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_apply.f90 b/mlprec/impl/solver/mld_z_diag_solver_apply.f90 index 7f1d885c..09e590a5 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_diag_solver_apply_vect.f90 index e072c919..84c4ba87 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_bld.f90 b/mlprec/impl/solver/mld_z_diag_solver_bld.f90 index de1f4203..9660fdb2 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_bld.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_clone.f90 b/mlprec/impl/solver/mld_z_diag_solver_clone.f90 index 2cf13944..c6fef5e5 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_clone.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_cnv.f90 b/mlprec/impl/solver/mld_z_diag_solver_cnv.f90 index 2c6737e2..72e97b08 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_diag_solver_dmp.f90 b/mlprec/impl/solver/mld_z_diag_solver_dmp.f90 index 56e275c0..b98cf067 100644 --- a/mlprec/impl/solver/mld_z_diag_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_z_diag_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_apply.f90 b/mlprec/impl/solver/mld_z_gs_solver_apply.f90 index 8d046f75..88d7f1c9 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_gs_solver_apply_vect.f90 index 95d748a4..da4a29db 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_bld.f90 b/mlprec/impl/solver/mld_z_gs_solver_bld.f90 index 55b9c9a3..9862cdf5 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_bld.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_clone.f90 b/mlprec/impl/solver/mld_z_gs_solver_clone.f90 index 30bfd925..bcf2923f 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_clone.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_cnv.f90 b/mlprec/impl/solver/mld_z_gs_solver_cnv.f90 index 0ffb10d7..b7799433 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_gs_solver_dmp.f90 b/mlprec/impl/solver/mld_z_gs_solver_dmp.f90 index 8ea7858b..dac2e7c8 100644 --- a/mlprec/impl/solver/mld_z_gs_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_z_gs_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_id_solver_apply.f90 b/mlprec/impl/solver/mld_z_id_solver_apply.f90 index beae94cb..fc6eb227 100644 --- a/mlprec/impl/solver/mld_z_id_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_id_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_id_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_id_solver_apply_vect.f90 index fba642af..7593eb5f 100644 --- a/mlprec/impl/solver/mld_z_id_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_id_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_id_solver_clone.f90 b/mlprec/impl/solver/mld_z_id_solver_clone.f90 index 92921edf..946834b5 100644 --- a/mlprec/impl/solver/mld_z_id_solver_clone.f90 +++ b/mlprec/impl/solver/mld_z_id_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_apply.f90 b/mlprec/impl/solver/mld_z_ilu_solver_apply.f90 index 73fb2f36..f96b07f6 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_apply.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_apply.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_apply_vect.f90 b/mlprec/impl/solver/mld_z_ilu_solver_apply_vect.f90 index 8c396789..648f7e16 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_apply_vect.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_apply_vect.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_bld.f90 b/mlprec/impl/solver/mld_z_ilu_solver_bld.f90 index 575259d5..c004cc71 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_bld.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_bld.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_clone.f90 b/mlprec/impl/solver/mld_z_ilu_solver_clone.f90 index 09014dd1..289d8f22 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_clone.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_clone.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_cnv.f90 b/mlprec/impl/solver/mld_z_ilu_solver_cnv.f90 index 13a9ac2a..75491267 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_cnv.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_cnv.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_ilu_solver_dmp.f90 b/mlprec/impl/solver/mld_z_ilu_solver_dmp.f90 index 18199a44..e9ac83e6 100644 --- a/mlprec/impl/solver/mld_z_ilu_solver_dmp.f90 +++ b/mlprec/impl/solver/mld_z_ilu_solver_dmp.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_mumps_solver_apply.F90 b/mlprec/impl/solver/mld_z_mumps_solver_apply.F90 index 60dceb52..5b83ec20 100644 --- a/mlprec/impl/solver/mld_z_mumps_solver_apply.F90 +++ b/mlprec/impl/solver/mld_z_mumps_solver_apply.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_mumps_solver_apply_vect.F90 b/mlprec/impl/solver/mld_z_mumps_solver_apply_vect.F90 index 48e40ba9..70705d8b 100644 --- a/mlprec/impl/solver/mld_z_mumps_solver_apply_vect.F90 +++ b/mlprec/impl/solver/mld_z_mumps_solver_apply_vect.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/impl/solver/mld_z_mumps_solver_bld.F90 b/mlprec/impl/solver/mld_z_mumps_solver_bld.F90 index 83012d20..70f3e27f 100644 --- a/mlprec/impl/solver/mld_z_mumps_solver_bld.F90 +++ b/mlprec/impl/solver/mld_z_mumps_solver_bld.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_base_prec_type.F90 b/mlprec/mld_base_prec_type.F90 index 47a3cf83..64ea045d 100644 --- a/mlprec/mld_base_prec_type.F90 +++ b/mlprec/mld_base_prec_type.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_as_smoother.f90 b/mlprec/mld_c_as_smoother.f90 index c442cfa3..2a9fa2f1 100644 --- a/mlprec/mld_c_as_smoother.f90 +++ b/mlprec/mld_c_as_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_base_smoother_mod.f90 b/mlprec/mld_c_base_smoother_mod.f90 index 7bba7d44..e8a7f318 100644 --- a/mlprec/mld_c_base_smoother_mod.f90 +++ b/mlprec/mld_c_base_smoother_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_base_solver_mod.f90 b/mlprec/mld_c_base_solver_mod.f90 index f631e7ff..320df3eb 100644 --- a/mlprec/mld_c_base_solver_mod.f90 +++ b/mlprec/mld_c_base_solver_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_diag_solver.f90 b/mlprec/mld_c_diag_solver.f90 index 10be3c38..e867ba6a 100644 --- a/mlprec/mld_c_diag_solver.f90 +++ b/mlprec/mld_c_diag_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_gs_solver.f90 b/mlprec/mld_c_gs_solver.f90 index dd62b4d5..0b28852d 100644 --- a/mlprec/mld_c_gs_solver.f90 +++ b/mlprec/mld_c_gs_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_id_solver.f90 b/mlprec/mld_c_id_solver.f90 index e34606b7..eb731fc8 100644 --- a/mlprec/mld_c_id_solver.f90 +++ b/mlprec/mld_c_id_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_ilu_fact_mod.f90 b/mlprec/mld_c_ilu_fact_mod.f90 index f8d855cc..4f1fda7d 100644 --- a/mlprec/mld_c_ilu_fact_mod.f90 +++ b/mlprec/mld_c_ilu_fact_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_ilu_solver.f90 b/mlprec/mld_c_ilu_solver.f90 index 028789a6..04cdbe31 100644 --- a/mlprec/mld_c_ilu_solver.f90 +++ b/mlprec/mld_c_ilu_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_inner_mod.f90 b/mlprec/mld_c_inner_mod.f90 index b705f40b..7dccec44 100644 --- a/mlprec/mld_c_inner_mod.f90 +++ b/mlprec/mld_c_inner_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_jac_smoother.f90 b/mlprec/mld_c_jac_smoother.f90 index 9c51e02f..a0aaab57 100644 --- a/mlprec/mld_c_jac_smoother.f90 +++ b/mlprec/mld_c_jac_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_mumps_solver.F90 b/mlprec/mld_c_mumps_solver.F90 index 49211c61..9f4d18d9 100644 --- a/mlprec/mld_c_mumps_solver.F90 +++ b/mlprec/mld_c_mumps_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_onelev_mod.f90 b/mlprec/mld_c_onelev_mod.f90 index 771acd22..8a4e2753 100644 --- a/mlprec/mld_c_onelev_mod.f90 +++ b/mlprec/mld_c_onelev_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_prec_mod.f90 b/mlprec/mld_c_prec_mod.f90 index aa46bbb9..48f5711c 100644 --- a/mlprec/mld_c_prec_mod.f90 +++ b/mlprec/mld_c_prec_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_prec_type.f90 b/mlprec/mld_c_prec_type.f90 index 53eb7b11..56f1b121 100644 --- a/mlprec/mld_c_prec_type.f90 +++ b/mlprec/mld_c_prec_type.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_slu_solver.F90 b/mlprec/mld_c_slu_solver.F90 index 91f1c65e..3f5a8a4a 100644 --- a/mlprec/mld_c_slu_solver.F90 +++ b/mlprec/mld_c_slu_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_c_sludist_solver.F90 b/mlprec/mld_c_sludist_solver.F90 index 509885bb..277c372b 100644 --- a/mlprec/mld_c_sludist_solver.F90 +++ b/mlprec/mld_c_sludist_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_as_smoother.f90 b/mlprec/mld_d_as_smoother.f90 index 770fdfc4..53e97a47 100644 --- a/mlprec/mld_d_as_smoother.f90 +++ b/mlprec/mld_d_as_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_base_smoother_mod.f90 b/mlprec/mld_d_base_smoother_mod.f90 index d8445b85..c274394b 100644 --- a/mlprec/mld_d_base_smoother_mod.f90 +++ b/mlprec/mld_d_base_smoother_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_base_solver_mod.f90 b/mlprec/mld_d_base_solver_mod.f90 index 060fa0b2..74206a1f 100644 --- a/mlprec/mld_d_base_solver_mod.f90 +++ b/mlprec/mld_d_base_solver_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_diag_solver.f90 b/mlprec/mld_d_diag_solver.f90 index ec25eed1..437c2b38 100644 --- a/mlprec/mld_d_diag_solver.f90 +++ b/mlprec/mld_d_diag_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_gs_solver.f90 b/mlprec/mld_d_gs_solver.f90 index 44a74e46..e78dd8d8 100644 --- a/mlprec/mld_d_gs_solver.f90 +++ b/mlprec/mld_d_gs_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_id_solver.f90 b/mlprec/mld_d_id_solver.f90 index 6f8c2d4c..6597e12f 100644 --- a/mlprec/mld_d_id_solver.f90 +++ b/mlprec/mld_d_id_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_ilu_fact_mod.f90 b/mlprec/mld_d_ilu_fact_mod.f90 index aebc53b5..e74183f0 100644 --- a/mlprec/mld_d_ilu_fact_mod.f90 +++ b/mlprec/mld_d_ilu_fact_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_ilu_solver.f90 b/mlprec/mld_d_ilu_solver.f90 index eea4dea1..0b9245ad 100644 --- a/mlprec/mld_d_ilu_solver.f90 +++ b/mlprec/mld_d_ilu_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_inner_mod.f90 b/mlprec/mld_d_inner_mod.f90 index 12a046bc..8327af49 100644 --- a/mlprec/mld_d_inner_mod.f90 +++ b/mlprec/mld_d_inner_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_jac_smoother.f90 b/mlprec/mld_d_jac_smoother.f90 index e6b4cd0a..845418b0 100644 --- a/mlprec/mld_d_jac_smoother.f90 +++ b/mlprec/mld_d_jac_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_mumps_solver.F90 b/mlprec/mld_d_mumps_solver.F90 index b680f91d..7a93ac87 100644 --- a/mlprec/mld_d_mumps_solver.F90 +++ b/mlprec/mld_d_mumps_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_onelev_mod.f90 b/mlprec/mld_d_onelev_mod.f90 index 27f51378..2ae10530 100644 --- a/mlprec/mld_d_onelev_mod.f90 +++ b/mlprec/mld_d_onelev_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_prec_mod.f90 b/mlprec/mld_d_prec_mod.f90 index be5fffa6..85862382 100644 --- a/mlprec/mld_d_prec_mod.f90 +++ b/mlprec/mld_d_prec_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_prec_type.f90 b/mlprec/mld_d_prec_type.f90 index 42d30ec3..d7b460a3 100644 --- a/mlprec/mld_d_prec_type.f90 +++ b/mlprec/mld_d_prec_type.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_slu_solver.F90 b/mlprec/mld_d_slu_solver.F90 index aa249c45..41807ea5 100644 --- a/mlprec/mld_d_slu_solver.F90 +++ b/mlprec/mld_d_slu_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_sludist_solver.F90 b/mlprec/mld_d_sludist_solver.F90 index eae5608d..dd948a95 100644 --- a/mlprec/mld_d_sludist_solver.F90 +++ b/mlprec/mld_d_sludist_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_d_umf_solver.F90 b/mlprec/mld_d_umf_solver.F90 index 0270f189..d7a372c6 100644 --- a/mlprec/mld_d_umf_solver.F90 +++ b/mlprec/mld_d_umf_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_prec_mod.f90 b/mlprec/mld_prec_mod.f90 index edabb7bd..c873040d 100644 --- a/mlprec/mld_prec_mod.f90 +++ b/mlprec/mld_prec_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_prec_type.f90 b/mlprec/mld_prec_type.f90 index bf27ca0b..38d45507 100644 --- a/mlprec/mld_prec_type.f90 +++ b/mlprec/mld_prec_type.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_as_smoother.f90 b/mlprec/mld_s_as_smoother.f90 index 1f1fff3a..05031fd6 100644 --- a/mlprec/mld_s_as_smoother.f90 +++ b/mlprec/mld_s_as_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_base_smoother_mod.f90 b/mlprec/mld_s_base_smoother_mod.f90 index 88de28c1..b027f5ea 100644 --- a/mlprec/mld_s_base_smoother_mod.f90 +++ b/mlprec/mld_s_base_smoother_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_base_solver_mod.f90 b/mlprec/mld_s_base_solver_mod.f90 index e81dfeca..20366666 100644 --- a/mlprec/mld_s_base_solver_mod.f90 +++ b/mlprec/mld_s_base_solver_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_diag_solver.f90 b/mlprec/mld_s_diag_solver.f90 index 94aada17..7d138d58 100644 --- a/mlprec/mld_s_diag_solver.f90 +++ b/mlprec/mld_s_diag_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_gs_solver.f90 b/mlprec/mld_s_gs_solver.f90 index 5fe8323c..2bbfc71e 100644 --- a/mlprec/mld_s_gs_solver.f90 +++ b/mlprec/mld_s_gs_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_id_solver.f90 b/mlprec/mld_s_id_solver.f90 index 9db4688f..c93f4e5a 100644 --- a/mlprec/mld_s_id_solver.f90 +++ b/mlprec/mld_s_id_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_ilu_fact_mod.f90 b/mlprec/mld_s_ilu_fact_mod.f90 index 042377af..049c032a 100644 --- a/mlprec/mld_s_ilu_fact_mod.f90 +++ b/mlprec/mld_s_ilu_fact_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_ilu_solver.f90 b/mlprec/mld_s_ilu_solver.f90 index e9f51cf2..102a669c 100644 --- a/mlprec/mld_s_ilu_solver.f90 +++ b/mlprec/mld_s_ilu_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_inner_mod.f90 b/mlprec/mld_s_inner_mod.f90 index 8b5e3641..78fda11d 100644 --- a/mlprec/mld_s_inner_mod.f90 +++ b/mlprec/mld_s_inner_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_jac_smoother.f90 b/mlprec/mld_s_jac_smoother.f90 index 3ae35a21..78a1cd8d 100644 --- a/mlprec/mld_s_jac_smoother.f90 +++ b/mlprec/mld_s_jac_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_mumps_solver.F90 b/mlprec/mld_s_mumps_solver.F90 index 6a72f2a7..0b4a2bf4 100644 --- a/mlprec/mld_s_mumps_solver.F90 +++ b/mlprec/mld_s_mumps_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_onelev_mod.f90 b/mlprec/mld_s_onelev_mod.f90 index 8aa8952e..7509959d 100644 --- a/mlprec/mld_s_onelev_mod.f90 +++ b/mlprec/mld_s_onelev_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_prec_mod.f90 b/mlprec/mld_s_prec_mod.f90 index fa387c63..85bc3ebd 100644 --- a/mlprec/mld_s_prec_mod.f90 +++ b/mlprec/mld_s_prec_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_prec_type.f90 b/mlprec/mld_s_prec_type.f90 index fd216adb..22299a72 100644 --- a/mlprec/mld_s_prec_type.f90 +++ b/mlprec/mld_s_prec_type.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_slu_solver.F90 b/mlprec/mld_s_slu_solver.F90 index e5e411bb..b9c6acc5 100644 --- a/mlprec/mld_s_slu_solver.F90 +++ b/mlprec/mld_s_slu_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_s_sludist_solver.F90 b/mlprec/mld_s_sludist_solver.F90 index d61b718b..6a7a6b41 100644 --- a/mlprec/mld_s_sludist_solver.F90 +++ b/mlprec/mld_s_sludist_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_as_smoother.f90 b/mlprec/mld_z_as_smoother.f90 index b45709a5..563c8fc0 100644 --- a/mlprec/mld_z_as_smoother.f90 +++ b/mlprec/mld_z_as_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_base_smoother_mod.f90 b/mlprec/mld_z_base_smoother_mod.f90 index 09a35d1c..21d631d9 100644 --- a/mlprec/mld_z_base_smoother_mod.f90 +++ b/mlprec/mld_z_base_smoother_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_base_solver_mod.f90 b/mlprec/mld_z_base_solver_mod.f90 index 9c43d3bf..ee4d8b4c 100644 --- a/mlprec/mld_z_base_solver_mod.f90 +++ b/mlprec/mld_z_base_solver_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_diag_solver.f90 b/mlprec/mld_z_diag_solver.f90 index 189d8724..ae62a612 100644 --- a/mlprec/mld_z_diag_solver.f90 +++ b/mlprec/mld_z_diag_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_gs_solver.f90 b/mlprec/mld_z_gs_solver.f90 index 3eb8fe49..8a8e4a25 100644 --- a/mlprec/mld_z_gs_solver.f90 +++ b/mlprec/mld_z_gs_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_id_solver.f90 b/mlprec/mld_z_id_solver.f90 index 8480ffe1..12debc79 100644 --- a/mlprec/mld_z_id_solver.f90 +++ b/mlprec/mld_z_id_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_ilu_fact_mod.f90 b/mlprec/mld_z_ilu_fact_mod.f90 index 20905016..fd9fbe87 100644 --- a/mlprec/mld_z_ilu_fact_mod.f90 +++ b/mlprec/mld_z_ilu_fact_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_ilu_solver.f90 b/mlprec/mld_z_ilu_solver.f90 index 4ea3f0b8..24b381a4 100644 --- a/mlprec/mld_z_ilu_solver.f90 +++ b/mlprec/mld_z_ilu_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_inner_mod.f90 b/mlprec/mld_z_inner_mod.f90 index 4310d4b0..2c1660ae 100644 --- a/mlprec/mld_z_inner_mod.f90 +++ b/mlprec/mld_z_inner_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_jac_smoother.f90 b/mlprec/mld_z_jac_smoother.f90 index 06683f68..d872cdaa 100644 --- a/mlprec/mld_z_jac_smoother.f90 +++ b/mlprec/mld_z_jac_smoother.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_mumps_solver.F90 b/mlprec/mld_z_mumps_solver.F90 index 0d89cfc2..4cd603d5 100644 --- a/mlprec/mld_z_mumps_solver.F90 +++ b/mlprec/mld_z_mumps_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008,2009,2010,2012,2013 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_onelev_mod.f90 b/mlprec/mld_z_onelev_mod.f90 index 054a45a0..cb556622 100644 --- a/mlprec/mld_z_onelev_mod.f90 +++ b/mlprec/mld_z_onelev_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_prec_mod.f90 b/mlprec/mld_z_prec_mod.f90 index a7bc3072..e2b5f2f8 100644 --- a/mlprec/mld_z_prec_mod.f90 +++ b/mlprec/mld_z_prec_mod.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_prec_type.f90 b/mlprec/mld_z_prec_type.f90 index 3fead095..ee1bd1a0 100644 --- a/mlprec/mld_z_prec_type.f90 +++ b/mlprec/mld_z_prec_type.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_slu_solver.F90 b/mlprec/mld_z_slu_solver.F90 index 10673492..bfbd9207 100644 --- a/mlprec/mld_z_slu_solver.F90 +++ b/mlprec/mld_z_slu_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_sludist_solver.F90 b/mlprec/mld_z_sludist_solver.F90 index 46827def..e493f9a6 100644 --- a/mlprec/mld_z_sludist_solver.F90 +++ b/mlprec/mld_z_sludist_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/mlprec/mld_z_umf_solver.F90 b/mlprec/mld_z_umf_solver.F90 index 470c795c..da864733 100644 --- a/mlprec/mld_z_umf_solver.F90 +++ b/mlprec/mld_z_umf_solver.F90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/data_input.f90 b/tests/fileread/data_input.f90 index 22fb9104..adde70d0 100644 --- a/tests/fileread/data_input.f90 +++ b/tests/fileread/data_input.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/mld_cf_sample.f90 b/tests/fileread/mld_cf_sample.f90 index 9fb9d0d6..d92f8242 100644 --- a/tests/fileread/mld_cf_sample.f90 +++ b/tests/fileread/mld_cf_sample.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 , 2016 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/mld_df_sample.f90 b/tests/fileread/mld_df_sample.f90 index 6bfc27e9..ee2f9983 100644 --- a/tests/fileread/mld_df_sample.f90 +++ b/tests/fileread/mld_df_sample.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 , 2016 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/mld_sf_sample.f90 b/tests/fileread/mld_sf_sample.f90 index 8b59ea28..2e71e156 100644 --- a/tests/fileread/mld_sf_sample.f90 +++ b/tests/fileread/mld_sf_sample.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 , 2016 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/mld_zf_sample.f90 b/tests/fileread/mld_zf_sample.f90 index 8bfe1c16..8fc00117 100644 --- a/tests/fileread/mld_zf_sample.f90 +++ b/tests/fileread/mld_zf_sample.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 , 2016 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/fileread/runs/dfs.inp b/tests/fileread/runs/dfs.inp index f5157aa6..d85b015b 100644 --- a/tests/fileread/runs/dfs.inp +++ b/tests/fileread/runs/dfs.inp @@ -1,7 +1,7 @@ -pde2d500.mtx ! This matrix (and others) from: http://math.nist.gov/MatrixMarket/ or -NONE !pressrhs.mtx ! rhs | http://www.cise.ufl.edu/research/sparse/matrices/index.html +A1M-hetero3D.mtx ! This matrix (and others) from: http://math.nist.gov/MatrixMarket/ or +B1M-hetero3D.mtx ! rhs | http://www.cise.ufl.edu/research/sparse/matrices/index.html MM ! -BICGSTAB ! Iterative method: BiCGSTAB BiCG CGS RGMRES BiCGSTABL CG +FCG ! Iterative method: BiCGSTAB BiCG CGS RGMRES BiCGSTABL CG CSR ! Storage format: CSR COO JAD 2 ! IPART (partition method): 0 (block) 2 (graph, with Metis) 2 ! ISTOPC @@ -9,27 +9,27 @@ CSR ! Storage format: CSR COO JAD 1 ! ITRACE 30 ! IRST (restart for RGMRES and BiCGSTABL) 1.d-6 ! EPS -4L-M-RAS-I-UR ! Longer descriptive name for preconditioner (up to 20 chars) +ML-VCYCLE-FBGS-MUMPS ! Longer descriptive name for preconditioner (up to 20 chars) ML ! Preconditioner type: NONE JACOBI BJAC AS ML 0 ! Number of overlap layers for AS preconditioner HALO ! AS restriction operator: NONE HALO NONE ! AS prolongation operator: NONE SUM AVG -ILU ! AS subdomain solver: DSCALE ILU MILU ILUT UMF SLU MUMPS +DSCALE ! AS subdomain solver: DSCALE ILU MILU ILUT UMF SLU MUMPS 0 ! Fill level P for ILU(P) and ILU(T,P) 1.d-4 ! Threshold T for ILU(T,P) -2 ! Number of Jacobi sweeps for base smoother +1 ! Number of Jacobi sweeps for base smoother -3 ! Number of levels in a multilevel preconditioner; if <0, lib default -BJAC ! Smoother type JACOBI BJAC AS ignored for non-ML +FBGS ! Smoother type JACOBI BJAC AS ignored for non-ML SMOOTHED ! Type of aggregation: SMOOTHED NONSMOOTHED DEC ! Type of aggregation: DEC -DEGREE ! Ordering of aggregation NATURAL DEGREE +NATURAL ! Ordering of aggregation NATURAL DEGREE VCYCLE ! Type of multilevel correction: ADD MULT -POST ! Side of multiplicative correction PRE POST TWOSIDE (ignored for ADD) +TWOSIDE ! Side of multiplicative correction PRE POST TWOSIDE (ignored for ADD) DIST ! Coarsest-level matrix distribution: DIST REPL -BJAC ! Coarsest-level solver: JACOBI BJAC UMF SLU SLUDIST MUMPS -ILU ! Coarsest-level subsolver: ILU UMF SLU MUMPS SLUDIST +MUMPS ! Coarsest-level solver: JACOBI BJAC UMF SLU SLUDIST MUMPS +MUMPS ! Coarsest-level subsolver: ILU UMF SLU MUMPS SLUDIST 1 ! Coarsest-level fillin P for ILU(P) and ILU(T,P) 1.d-4 ! Coarsest-level threshold T for ILU(T,P) -4 ! Number of Jacobi sweeps for BJAC/PJAC coarsest-level solver -0.05d0 ! Smoothed aggregation threshold: >= 0.0 +1 ! Number of Jacobi sweeps for BJAC/PJAC coarsest-level solver +0.0100d0 ! Smoothed aggregation threshold: >= 0.0 1.0 ! Smoothed aggregation scaling factor. diff --git a/tests/newslv/data_input.f90 b/tests/newslv/data_input.f90 index 5a7b7816..05bebf1d 100644 --- a/tests/newslv/data_input.f90 +++ b/tests/newslv/data_input.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/newslv/mld_d_tlu_solver.f90 b/tests/newslv/mld_d_tlu_solver.f90 index 3a23fefa..50a933d3 100644 --- a/tests/newslv/mld_d_tlu_solver.f90 +++ b/tests/newslv/mld_d_tlu_solver.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/newslv/mld_d_tlu_solver_impl.f90 b/tests/newslv/mld_d_tlu_solver_impl.f90 index f46876ff..337dfd27 100644 --- a/tests/newslv/mld_d_tlu_solver_impl.f90 +++ b/tests/newslv/mld_d_tlu_solver_impl.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/newslv/ppde3d.f90 b/tests/newslv/ppde3d.f90 index b9f3a605..3b9c23d3 100644 --- a/tests/newslv/ppde3d.f90 +++ b/tests/newslv/ppde3d.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/data_input.f90 b/tests/pdegen/data_input.f90 index 339648e0..7fcc54ef 100644 --- a/tests/pdegen/data_input.f90 +++ b/tests/pdegen/data_input.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/mld_d_pde2d.f90 b/tests/pdegen/mld_d_pde2d.f90 index b348b4b8..47acd238 100644 --- a/tests/pdegen/mld_d_pde2d.f90 +++ b/tests/pdegen/mld_d_pde2d.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/mld_d_pde3d.f90 b/tests/pdegen/mld_d_pde3d.f90 index de40feef..7e48ec67 100644 --- a/tests/pdegen/mld_d_pde3d.f90 +++ b/tests/pdegen/mld_d_pde3d.f90 @@ -5,11 +5,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/mld_s_pde2d.f90 b/tests/pdegen/mld_s_pde2d.f90 index 9f0fd898..cfe572ac 100644 --- a/tests/pdegen/mld_s_pde2d.f90 +++ b/tests/pdegen/mld_s_pde2d.f90 @@ -6,11 +6,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/mld_s_pde3d.f90 b/tests/pdegen/mld_s_pde3d.f90 index 6a3f1bb7..9febd2e6 100644 --- a/tests/pdegen/mld_s_pde3d.f90 +++ b/tests/pdegen/mld_s_pde3d.f90 @@ -5,11 +5,11 @@ !!$ !!$ (C) Copyright 2008, 2010, 2012, 2015, 2017 !!$ -!!$ Salvatore Filippone Cranfield University -!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata -!!$ Alfredo Buttari CNRS-IRIT, Toulouse -!!$ Pasqua D'Ambra ICAR-CNR, Naples -!!$ Daniela di Serafino Second University of Naples +!!$ Salvatore Filippone Cranfield University +!!$ Ambra Abdullahi Hassan University of Rome Tor Vergata +!!$ Alfredo Buttari CNRS-IRIT, Toulouse +!!$ Pasqua D'Ambra ICAR-CNR, Naples +!!$ Daniela di Serafino University of Campania "L. Vanvitelli", Caserta !!$ !!$ Redistribution and use in source and binary forms, with or without !!$ modification, are permitted provided that the following conditions diff --git a/tests/pdegen/runs/mld_pde3d.inp b/tests/pdegen/runs/mld_pde3d.inp index 775a45e3..9f55ce7e 100644 --- a/tests/pdegen/runs/mld_pde3d.inp +++ b/tests/pdegen/runs/mld_pde3d.inp @@ -25,13 +25,13 @@ BJAC ! Smoother type JACOBI BJAC AS; ignored for non-ML 0 ! Number of overlap layers for AS preconditioner (at finest level) HALO ! AS Restriction operator NONE HALO NONE ! AS Prolongation operator NONE SUM AVG -FWGS ! Subdomain solver DSCALE ILU MILU ILUT FWGS BWGS MUMPS UMF SLU -1 ! Solver sweeps for GS +ILU ! Subdomain solver DSCALE ILU MILU ILUT FWGS BWGS MUMPS UMF SLU +1 ! Solver sweeps for GS 0 ! Level-set N for ILU(N), and P for ILUT 1.d-4 ! Threshold T for ILU(T,P) -REPL ! Coarse level: matrix distribution DIST REPL -SLU ! Coarse level: solver JACOBI BJAC UMF SLU SLUDIST MUMPS -SLU ! Coarse level: subsolver DSCALE GS BWGS ILU UMF SLU SLUDIST MUMPS +DIST ! Coarse level: matrix distribution DIST REPL +SLUDIST ! Coarse level: solver JACOBI BJAC UMF SLU SLUDIST MUMPS +SLUDIST ! Coarse level: subsolver DSCALE GS BWGS ILU UMF SLU SLUDIST MUMPS 1 ! Coarse level: Level-set N for ILU(N) 1.d-4 ! Coarse level: Threshold T for ILU(T,P) 2 ! Coarse level: Number of Jacobi sweeps