|
Belos
Version of the Day
|
The Belos::PCPGSolMgr provides a solver manager for the PCPG linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "BelosSolverManager.hpp"#include "BelosPCPGIter.hpp"#include "BelosDGKSOrthoManager.hpp"#include "BelosICGSOrthoManager.hpp"#include "BelosIMGSOrthoManager.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.hpp"#include "BelosStatusTestCombo.hpp"#include "BelosStatusTestOutputFactory.hpp"#include "BelosOutputManager.hpp"#include "Teuchos_BLAS.hpp"#include "Teuchos_LAPACK.hpp"
Go to the source code of this file.
Classes | |
| class | Belos::PCPGSolMgrLinearProblemFailure |
| PCPGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::PCPGSolMgrOrthoFailure |
| PCPGSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
| class | Belos::PCPGSolMgrLAPACKFailure |
| PCPGSolMgrLAPACKFailure is thrown when a nonzero value is retuned from an LAPACK call. More... | |
| class | Belos::PCPGSolMgrRecyclingFailure |
| PCPGSolMgrRecyclingFailure is thrown when any problem occurs in using/creating the recycling subspace. More... | |
| class | Belos::PCPGSolMgr< ScalarType, MV, OP > |
| The Belos::PCPGSolMgr manages the PCPG linear solver. Three Hypotheses: First users must ensure that for each linear system has the same coefficient matrix! Second the seed space is invariant during an individual linear system solve. Third, due to finite precision arithmetic, the off-diaognal "P'AP" terms grow. More... | |
Namespaces | |
| namespace | Belos |
The Belos::PCPGSolMgr provides a solver manager for the PCPG linear solver.
Definition in file BelosPCPGSolMgr.hpp.
1.7.6.1