hypre/krylov
kolev1 1caa1d0b45 Two changes in GMRES related to issue852:
1) Added user and internal functions GMRESSetSkipRealResidualCheck, to skip the
evaluation and the check of the final residual in GMRES. This can be useful in
badly conditioned problems where restart is not expected to be beneficial.

2) Independent of the above, added a check if consecutive real GMRES residuals
decrease in the case of "false convergence 2". If not, we conclude that restart
leads to pollution from round-off errors and exit GMRES.
2012-02-27 23:24:53 +00:00
..
bicgstab.c Fixed compiler warning about mixing code and variable declarations in 2011-11-08 16:19:33 +00:00
bicgstab.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
cgnr.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
cgnr.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
flexgmres.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
flexgmres.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
gmres.c Two changes in GMRES related to issue852: 2012-02-27 23:24:53 +00:00
gmres.h Two changes in GMRES related to issue852: 2012-02-27 23:24:53 +00:00
headers Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_bicgstab.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_cgnr.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_flexgmres.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_gmres.c Two changes in GMRES related to issue852: 2012-02-27 23:24:53 +00:00
HYPRE_krylov.h Two changes in GMRES related to issue852: 2012-02-27 23:24:53 +00:00
HYPRE_lgmres.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_lobpcg.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_lobpcg.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_MatvecFunctions.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
HYPRE_pcg.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
krylov.h Two changes in GMRES related to issue852: 2012-02-27 23:24:53 +00:00
lgmres.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
lgmres.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
lobpcg.c Fixed compiler warning with gcc 4.2.1. 2011-09-29 18:10:26 +00:00
lobpcg.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
Makefile Changed to install only one hypre lib file. 2010-01-29 01:40:29 +00:00
pcg.c Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
pcg.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00