|
Belos
Version of the Day
|
The Belos::GmresPolySolMgr provides a solver manager for the hybrid block GMRES linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "BelosSolverManager.hpp"#include "BelosGmresPolyOp.hpp"#include "BelosGmresIteration.hpp"#include "BelosBlockGmresIter.hpp"#include "BelosDGKSOrthoManager.hpp"#include "BelosICGSOrthoManager.hpp"#include "BelosIMGSOrthoManager.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.hpp"#include "BelosStatusTestImpResNorm.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::GmresPolySolMgrLinearProblemFailure |
| GmresPolySolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::GmresPolySolMgrPolynomialFailure |
| GmresPolySolMgrPolynomialFailure is thrown when their is a problem generating the GMRES polynomial for this linear problem. More... | |
| class | Belos::GmresPolySolMgrOrthoFailure |
| GmresPolySolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
| class | Belos::GmresPolySolMgr< ScalarType, MV, OP > |
| The Belos::GmresPolySolMgr provides a powerful and fully-featured solver manager over the hybrid block GMRES linear solver. More... | |
Namespaces | |
| namespace | Belos |
The Belos::GmresPolySolMgr provides a solver manager for the hybrid block GMRES linear solver.
Definition in file BelosGmresPolySolMgr.hpp.
1.7.6.1