1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00
Grid/lib/algorithms/iterative
Daniel Richtmann c6cbe533ea
Set everything up for the implementation of CAGMRES
The current implementation is the exact same code as normal GMRES. This commit
only sets up the "framework" for the implementation of CAGMRES, i.e., a test and
an include in the algorithms header file.
2017-11-09 17:14:44 +01:00
..
AdefGeneric.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
BlockConjugateGradient.h Stability improvement to BCG. Force m_rr hermitian beyond rounding. 2017-09-04 14:09:47 +01:00
CommunicationAvoidingGeneralisedMinimalResidual.h Set everything up for the implementation of CAGMRES 2017-11-09 17:14:44 +01:00
ConjugateGradient.h More digits 2017-10-30 00:04:47 +00:00
ConjugateGradientMixedPrec.h Added iteration reporting to CG and mixed CG 2017-02-02 17:04:42 -05:00
ConjugateGradientMultiShift.h Added configure flag for LAPACK. Tested ImplicitlyRestartedLanczos::calc() 2016-02-20 02:50:32 -05:00
ConjugateGradientReliableUpdate.h Added switching to fallback linear operator in reliable update CG, and added recalculation of b parameter on update. 2017-07-31 13:39:44 -04:00
ConjugateResidual.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
FlexibleGeneralisedMinimalResidual.h Some minor formatting improvements 2017-11-09 12:52:04 +01:00
GeneralisedMinimalResidual.h Some minor formatting improvements 2017-11-09 12:52:04 +01:00
ImplicitlyRestartedLanczos.h Improved treatment of reverse asked for by chris. 2017-11-02 22:05:31 +00:00
LocalCoherenceLanczos.h Passes reload of coarse basis 2017-10-27 09:43:22 +01:00
MinimalResidual.h Set precision and formatting only once in MR code 2017-11-08 13:57:06 +01:00
NormalEquations.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
PrecConjugateResidual.h Global edit adding copyright and license info to every source file. 2016-01-02 14:51:32 +00:00
PrecGeneralisedConjugateResidual.h HDCR updates 2016-03-16 02:29:58 -07:00
SchurRedBlack.h Staggered updates : Schur fixed and added a unit test for Test_staggered_cg_schur.cc giving stronger check 2017-10-26 20:58:46 +01:00