You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amg4psblas/mlprec
Salvatore Filippone c6881d1926 mld2p4-2:
mlprec/impl/smoother/mld_c_as_smoother_clone.f90
 mlprec/impl/smoother/mld_c_base_smoother_clone.f90
 mlprec/impl/smoother/mld_c_jac_smoother_clone.f90
 mlprec/impl/smoother/mld_d_as_smoother_clone.f90
 mlprec/impl/smoother/mld_d_base_smoother_clone.f90
 mlprec/impl/smoother/mld_d_jac_smoother_clone.f90
 mlprec/impl/smoother/mld_s_as_smoother_clone.f90
 mlprec/impl/smoother/mld_s_base_smoother_clone.f90
 mlprec/impl/smoother/mld_s_jac_smoother_clone.f90
 mlprec/impl/smoother/mld_z_as_smoother_clone.f90
 mlprec/impl/smoother/mld_z_base_smoother_clone.f90
 mlprec/impl/smoother/mld_z_jac_smoother_clone.f90
 mlprec/impl/solver/mld_c_base_solver_clone.f90
 mlprec/impl/solver/mld_c_diag_solver_clone.f90
 mlprec/impl/solver/mld_c_id_solver_clone.f90
 mlprec/impl/solver/mld_c_ilu_solver_clone.f90
 mlprec/impl/solver/mld_d_base_solver_clone.f90
 mlprec/impl/solver/mld_d_diag_solver_clone.f90
 mlprec/impl/solver/mld_d_id_solver_clone.f90
 mlprec/impl/solver/mld_d_ilu_solver_clone.f90
 mlprec/impl/solver/mld_s_base_solver_clone.f90
 mlprec/impl/solver/mld_s_diag_solver_clone.f90
 mlprec/impl/solver/mld_s_id_solver_clone.f90
 mlprec/impl/solver/mld_s_ilu_solver_clone.f90
 mlprec/impl/solver/mld_z_base_solver_clone.f90
 mlprec/impl/solver/mld_z_diag_solver_clone.f90
 mlprec/impl/solver/mld_z_id_solver_clone.f90
 mlprec/impl/solver/mld_z_ilu_solver_clone.f90
 mlprec/mld_base_prec_type.F90
 mlprec/mld_c_as_smoother.f90
 mlprec/mld_c_base_smoother_mod.f90
 mlprec/mld_c_base_solver_mod.f90
 mlprec/mld_c_diag_solver.f90
 mlprec/mld_c_id_solver.f90
 mlprec/mld_c_ilu_solver.f90
 mlprec/mld_c_jac_smoother.f90
 mlprec/mld_c_onelev_mod.f90
 mlprec/mld_c_prec_type.f90
 mlprec/mld_d_as_smoother.f90
 mlprec/mld_d_base_smoother_mod.f90
 mlprec/mld_d_base_solver_mod.f90
 mlprec/mld_d_diag_solver.f90
 mlprec/mld_d_id_solver.f90
 mlprec/mld_d_ilu_solver.f90
 mlprec/mld_d_jac_smoother.f90
 mlprec/mld_d_onelev_mod.f90
 mlprec/mld_d_prec_type.f90
 mlprec/mld_s_as_smoother.f90
 mlprec/mld_s_base_smoother_mod.f90
 mlprec/mld_s_base_solver_mod.f90
 mlprec/mld_s_diag_solver.f90
 mlprec/mld_s_id_solver.f90
 mlprec/mld_s_ilu_solver.f90
 mlprec/mld_s_jac_smoother.f90
 mlprec/mld_s_onelev_mod.f90
 mlprec/mld_s_prec_type.f90
 mlprec/mld_z_as_smoother.f90
 mlprec/mld_z_base_smoother_mod.f90
 mlprec/mld_z_base_solver_mod.f90
 mlprec/mld_z_diag_solver.f90
 mlprec/mld_z_id_solver.f90
 mlprec/mld_z_ilu_solver.f90
 mlprec/mld_z_jac_smoother.f90
 mlprec/mld_z_onelev_mod.f90
 mlprec/mld_z_prec_type.f90


Fix clone  to avoid INTENT(OUT),ALLOCATABLE and use intent(inout)
12 years ago
..
archive mld2p4-2: 12 years ago
impl mld2p4-2: 12 years ago
Makefile mld2p4-NewNL: 13 years ago
mlc2mlh.sh Fixed C include file and its generation. 14 years ago
mld_base_prec_type.F90 mld2p4-2: 12 years ago
mld_c_as_smoother.f90 mld2p4-2: 12 years ago
mld_c_base_smoother_mod.f90 mld2p4-2: 12 years ago
mld_c_base_solver_mod.f90 mld2p4-2: 12 years ago
mld_c_diag_solver.f90 mld2p4-2: 12 years ago
mld_c_id_solver.f90 mld2p4-2: 12 years ago
mld_c_ilu_fact_mod.f90 mld2p4-2: 12 years ago
mld_c_ilu_solver.f90 mld2p4-2: 12 years ago
mld_c_inner_mod.f90 mld2p4-2: 12 years ago
mld_c_jac_smoother.f90 mld2p4-2: 12 years ago
mld_c_onelev_mod.f90 mld2p4-2: 12 years ago
mld_c_prec_mod.f90 mld2p4-2: 12 years ago
mld_c_prec_type.f90 mld2p4-2: 12 years ago
mld_c_slu_solver.F90 mld2p4-2: 12 years ago
mld_c_sludist_solver.F90 mld2p4-2: 12 years ago
mld_c_umf_solver.F90 mld2p4-2: 12 years ago
mld_const.h Fixed C include file and its generation. 14 years ago
mld_d_as_smoother.f90 mld2p4-2: 12 years ago
mld_d_base_smoother_mod.f90 mld2p4-2: 12 years ago
mld_d_base_solver_mod.f90 mld2p4-2: 12 years ago
mld_d_diag_solver.f90 mld2p4-2: 12 years ago
mld_d_id_solver.f90 mld2p4-2: 12 years ago
mld_d_ilu_fact_mod.f90 mld2p4-2: 12 years ago
mld_d_ilu_solver.f90 mld2p4-2: 12 years ago
mld_d_inner_mod.f90 mld2p4-2: 12 years ago
mld_d_jac_smoother.f90 mld2p4-2: 12 years ago
mld_d_onelev_mod.f90 mld2p4-2: 12 years ago
mld_d_prec_mod.f90 mld2p4-2: 12 years ago
mld_d_prec_type.f90 mld2p4-2: 12 years ago
mld_d_slu_solver.F90 mld2p4-2: 12 years ago
mld_d_sludist_solver.F90 mld2p4-2: 12 years ago
mld_d_umf_solver.F90 mld2p4-2: 12 years ago
mld_prec_mod.f90 mld2p4-2: 12 years ago
mld_prec_type.f90 mld2p4-2: 12 years ago
mld_s_as_smoother.f90 mld2p4-2: 12 years ago
mld_s_base_smoother_mod.f90 mld2p4-2: 12 years ago
mld_s_base_solver_mod.f90 mld2p4-2: 12 years ago
mld_s_diag_solver.f90 mld2p4-2: 12 years ago
mld_s_id_solver.f90 mld2p4-2: 12 years ago
mld_s_ilu_fact_mod.f90 mld2p4-2: 12 years ago
mld_s_ilu_impl.f90 mld2p4-2: 12 years ago
mld_s_ilu_solver.f90 mld2p4-2: 12 years ago
mld_s_inner_mod.f90 mld2p4-2: 12 years ago
mld_s_jac_smoother.f90 mld2p4-2: 12 years ago
mld_s_onelev_mod.f90 mld2p4-2: 12 years ago
mld_s_prec_mod.f90 mld2p4-2: 12 years ago
mld_s_prec_type.f90 mld2p4-2: 12 years ago
mld_s_slu_solver.F90 mld2p4-2: 12 years ago
mld_s_sludist_solver.F90 mld2p4-2: 12 years ago
mld_s_umf_solver.F90 mld2p4-2: 12 years ago
mld_z_as_smoother.f90 mld2p4-2: 12 years ago
mld_z_base_smoother_mod.f90 mld2p4-2: 12 years ago
mld_z_base_solver_mod.f90 mld2p4-2: 12 years ago
mld_z_diag_solver.f90 mld2p4-2: 12 years ago
mld_z_id_solver.f90 mld2p4-2: 12 years ago
mld_z_ilu_fact_mod.f90 mld2p4-2: 12 years ago
mld_z_ilu_solver.f90 mld2p4-2: 12 years ago
mld_z_inner_mod.f90 mld2p4-2: 12 years ago
mld_z_jac_smoother.f90 mld2p4-2: 12 years ago
mld_z_onelev_mod.f90 mld2p4-2: 12 years ago
mld_z_prec_mod.f90 mld2p4-2: 12 years ago
mld_z_prec_type.f90 mld2p4-2: 12 years ago
mld_z_slu_solver.F90 mld2p4-2: 12 years ago
mld_z_sludist_solver.F90 mld2p4-2: 12 years ago
mld_z_umf_solver.F90 mld2p4-2: 12 years ago