Belos Package Browser (Single Doxygen Collection)
Development
|
The Belos::PseudoBlockCGSolMgr provides a solver manager for the BlockCG linear solver. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosPseudoBlockCGIter.hpp"
#include "BelosCGSingleRedIter.hpp"
#include "BelosCGIter.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::PseudoBlockCGSolMgrLinearProblemFailure |
PseudoBlockCGSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
class | Belos::PseudoBlockCGSolMgrOrthoFailure |
PseudoBlockCGSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
class | Belos::PseudoBlockCGSolMgr< ScalarType, MV, OP, supportsScalarType > |
The Belos::PseudoBlockCGSolMgr provides a powerful and fully-featured solver manager over the pseudo-block CG iteration. More... | |
class | Belos::PseudoBlockCGSolMgr< ScalarType, MV, OP, true > |
Namespaces | |
Belos | |
The Belos::PseudoBlockCGSolMgr provides a solver manager for the BlockCG linear solver.
Definition in file BelosPseudoBlockCGSolMgr.hpp.