hypre/parcsr_ls
2008-05-02 21:21:07 +00:00
..
_hypre_parcsr_ls.h Added absolute tolerance convergence check for BiCGStab and PCG. 2008-05-02 21:21:07 +00:00
ame.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
ame.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
amg_hybrid.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
ams.c Added two new solver types to AMS: 2008-03-04 19:38:30 +00:00
ams.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
aux_interp.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
aux_interp.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
block_tridiag.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
block_tridiag.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
Common.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
driver.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_hypre_laplace.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_amg.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_bicgstab.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_block.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_cgnr.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_Euclid.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_gmres.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_hybrid.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_int.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_ParaSails.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_pcg.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_pilut.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
F90_HYPRE_parcsr_schwarz.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
headers changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
headers.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_ame.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_ams.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_amg.c Added the option to not assume the matrix blocks for the Schwarz 2008-01-29 23:44:05 +00:00
HYPRE_parcsr_bicgstab.c Added absolute tolerance convergence check to PCG and BiCGStab (now work the same as GMRES). Left in some existing code for backwards compatibility. 2008-05-01 17:30:19 +00:00
HYPRE_parcsr_block.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_cgnr.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_Euclid.c added some changes, fixed some bugs regarding using Euclid as a smoother in AMG 2007-11-30 21:35:35 +00:00
HYPRE_parcsr_gmres.c Added absolute convergence tolerance stopping criteria to GMRES. 2008-04-25 23:27:23 +00:00
HYPRE_parcsr_hybrid.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_int.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_int.h changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_ls.h Added absolute tolerance convergence check to PCG and BiCGStab (now work the same as GMRES). Left in some existing code for backwards compatibility. 2008-05-01 17:30:19 +00:00
HYPRE_parcsr_ml.cpp changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_ParaSails.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_pcg.c Added absolute tolerance convergence check to PCG and BiCGStab (now work the same as GMRES). Left in some existing code for backwards compatibility. 2008-05-01 17:30:19 +00:00
HYPRE_parcsr_pilut.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
HYPRE_parcsr_schwarz.c Added option for not assuming matrix blocks are SPD for Schwarz smoothers. 2008-01-29 23:45:34 +00:00
Makefile changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_amg_setup.c Fixed bug for when max_levels = 1. 2008-04-22 22:13:36 +00:00
par_amg_solve.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_amg_solveT.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_amg.c Added the option to not assume the matrix blocks for the Schwarz 2008-01-29 23:44:05 +00:00
par_amg.h Added the option to not assume the matrix blocks for the Schwarz 2008-01-29 23:44:05 +00:00
par_cg_relax_wt.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_cgc_coarsen.c fixed a bug, which caused the no global partition option to fail. 2007-12-11 15:33:41 +00:00
par_coarse_parms.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_coarsen.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_coordinates.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_cr.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_cycle.c Fixed bug for when max_levels = 1. 2008-04-22 22:13:36 +00:00
par_difconv.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_gsmg.c Made sure that the hypre_F90_NAME_LAPACK/hypre_F90_NAME_BLAS macros are used correctly. See issue169. 2008-02-07 00:43:22 +00:00
par_indepset.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_interp.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_jacobi_interp.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_laplace_9pt.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_laplace_27pt.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_laplace.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_lr_interp.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_multi_interp.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_nodal_systems.c Added two additional options for creating the primary matrix for the hybrid 2008-05-01 20:28:33 +00:00
par_rap_communication.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_rap.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_relax_interface.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_relax.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_rotate_7pt.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_scaled_matnorm.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_schwarz.c Added the option to not assume the matrix blocks for the Schwarz 2008-01-29 23:44:05 +00:00
par_stats.c adjusted printout 2007-11-19 17:41:35 +00:00
par_strength.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
par_vardifconv.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
pcg_par.c changed copyright statement to reflect new management. 2007-11-13 19:34:01 +00:00
schwarz.c fixed a bug, undefined comm_pkg. 2008-02-05 21:19:53 +00:00
schwarz.h Added the option to not assume the matrix blocks for the Schwarz 2008-01-29 23:44:05 +00:00