mlprec/impl/smoother/mld_d_as_smoother_apply_vect.f90
mlprec/impl/solver/Makefile
mlprec/impl/solver/mld_d_gs_solver_apply.f90
mlprec/impl/solver/mld_d_gs_solver_clone.f90
mlprec/impl/solver/mld_d_gs_solver_cnv.f90
mlprec/impl/solver/mld_d_gs_solver_dmp.f90
mlprec/mld_d_gs_solver.f90
Finished adding methods.
Modified AS to take is_iterative() into account; need to modify gs_bld.
mlprec/impl/smoother/mld_d_jac_smoother_apply_vect.f90
mlprec/mld_base_prec_type.F90
mlprec/mld_d_base_solver_mod.f90
mlprec/mld_d_gs_solver.f90
mlprec/mld_d_prec_type.f90
Now GS seems to be working properly.
mlprec/Makefile
mlprec/mld_base_prec_type.F90
mlprec/mld_d_gs_solver.f90
mlprec/mld_d_prec_mod.f90
Started work to include Gauss-Seidel. Will need more work, and also to
be templated.