Belos
Version of the Day
|
The Belos::BlockGmresSolMgr provides a solver manager for the BlockGmres linear solver. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosGmresIteration.hpp"
#include "BelosBlockGmresIter.hpp"
#include "BelosBlockFGmresIter.hpp"
#include "BelosOrthoManagerFactory.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosStatusTestGenResNorm.hpp"
#include "BelosStatusTestImpResNorm.hpp"
#include "BelosStatusTestCombo.hpp"
#include "BelosStatusTestOutput.hpp"
#include "BelosStatusTestOutputFactory.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_BLAS.hpp"
Go to the source code of this file.
Classes | |
class | Belos::BlockGmresSolMgrLinearProblemFailure |
BlockGmresSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
class | Belos::BlockGmresSolMgrOrthoFailure |
BlockGmresSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
class | Belos::BlockGmresSolMgr< ScalarType, MV, OP > |
Interface to Block GMRES and Flexible GMRES. More... | |
Namespaces | |
Belos | |
The Belos::BlockGmresSolMgr provides a solver manager for the BlockGmres linear solver.
Definition in file BelosBlockGmresSolMgr.hpp.