|
Belos
Version of the Day
|
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosLinearProblem.hpp"#include "BelosSolverManager.hpp"#include "BelosCGIter.hpp"#include "BelosCGSingleRedIter.hpp"#include "BelosBlockCGIter.hpp"#include "BelosOrthoManagerFactory.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.hpp"#include "BelosStatusTestCombo.hpp"#include "BelosStatusTestOutputFactory.hpp"#include "BelosOutputManager.hpp"#include "Teuchos_LAPACK.hpp"#include "Teuchos_RCPDecl.hpp"#include <algorithm>

Go to the source code of this file.
Classes | |
| class | Belos::BlockCGSolMgrLinearProblemFailure |
| BlockCGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::BlockCGSolMgr< ScalarType, MV, OP, lapackSupportsScalarType > |
| The Belos::BlockCGSolMgr provides a powerful and fully-featured solver manager over the CG and BlockCG linear solver. More... | |
| class | Belos::BlockCGSolMgr< ScalarType, MV, OP, true > |
Namespaces | |
| Belos | |
The Belos::BlockCGSolMgr provides a solver manager for the BlockCG linear solver.
Definition in file BelosBlockCGSolMgr.hpp.
1.8.5