Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
BelosPseudoBlockGmresSolMgr.hpp File Reference

The Belos::PseudoBlockGmresSolMgr provides a solver manager for the BlockGmres linear solver. More...

#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosPseudoBlockGmresIter.hpp"
#include "BelosOrthoManagerFactory.hpp"
#include "BelosStatusTestFactory.hpp"
#include "BelosStatusTestOutputFactory.hpp"
#include "BelosOutputManager.hpp"
Include dependency graph for BelosPseudoBlockGmresSolMgr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Belos::PseudoBlockGmresSolMgrLinearProblemFailure
 PseudoBlockGmresSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More...
 
class  Belos::PseudoBlockGmresSolMgrOrthoFailure
 PseudoBlockGmresSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More...
 
class  Belos::PseudoBlockGmresSolMgr< ScalarType, MV, OP >
 Interface to standard and "pseudoblock" GMRES. More...
 

Namespaces

 Belos
 

Detailed Description

The Belos::PseudoBlockGmresSolMgr provides a solver manager for the BlockGmres linear solver.

Definition in file BelosPseudoBlockGmresSolMgr.hpp.