|
Belos
Version of the Day
|
Declaration and definition of Belos::GmresPolySolMgr (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"#include "Teuchos_as.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 > |
| Hybrid block GMRES iterative linear solver. More... | |
Namespaces | |
| namespace | Belos |
Declaration and definition of Belos::GmresPolySolMgr (hybrid block GMRES linear solver).
Definition in file BelosGmresPolySolMgr.hpp.
1.7.6.1