hypre/krylov
kolev1 4502255f79 Added two new features to PCG:
1) A new, residual-based stopping criteria ||r_old - r_new|| < rtol ||b|| which
   is activated with HYPRE_PCGSetResidualTol() and is designed to be used in
   high-accuracy computations with rtol <= 1e-16.

2) HYPRE_PCGSetRecomputeResidual(), which periodically recomputes the residual
   from scratch (r=b-Ax). This, again, can be useful in high-accuracy
   computations, but is potentially expensive and can lead to degraded
   convergence!
2009-07-20 00:16:39 +00:00
..
bicgstab.c added ClearVector to bicgstab 2008-07-31 23:11:23 +00:00
bicgstab.h added ClearVector to bicgstab 2008-07-31 23:11:23 +00:00
cgnr.c replaced copyright headers 2008-07-18 01:34:48 +00:00
cgnr.h replaced copyright headers 2008-07-18 01:34:48 +00:00
flexgmres.c Bug in absolute tolerance parameter routine. 2009-06-05 17:43:45 +00:00
flexgmres.h Changing the memory routine prototypes to use size_t 2008-07-23 01:11:19 +00:00
gmres.c Changing the memory routine prototypes to use size_t 2008-07-23 01:11:19 +00:00
gmres.h Changing the memory routine prototypes to use size_t 2008-07-23 01:11:19 +00:00
headers replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_bicgstab.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_cgnr.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_flexgmres.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_gmres.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_krylov.h Added two new features to PCG: 2009-07-20 00:16:39 +00:00
HYPRE_lgmres.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_lobpcg.c replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_lobpcg.h replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_MatvecFunctions.h replaced copyright headers 2008-07-18 01:34:48 +00:00
HYPRE_pcg.c Added two new features to PCG: 2009-07-20 00:16:39 +00:00
krylov.h Added two new features to PCG: 2009-07-20 00:16:39 +00:00
lgmres.c Changing the memory routine prototypes to use size_t 2008-07-23 01:11:19 +00:00
lgmres.h Changing the memory routine prototypes to use size_t 2008-07-23 01:11:19 +00:00
lobpcg.c replaced copyright headers 2008-07-18 01:34:48 +00:00
lobpcg.h replaced copyright headers 2008-07-18 01:34:48 +00:00
Makefile replaced copyright headers 2008-07-18 01:34:48 +00:00
pcg.c Added two new features to PCG: 2009-07-20 00:16:39 +00:00
pcg.h Added two new features to PCG: 2009-07-20 00:16:39 +00:00