| 
    Belos
    Version of the Day
    
   | 
 
A solver manager for the Block GCRO-DR (Block Recycling GMRES) linear solver. More...
#include "BelosConfigDefs.hpp"#include "BelosTypes.hpp"#include "BelosOrthoManagerFactory.hpp"#include "BelosLinearProblem.hpp"#include "BelosSolverManager.hpp"#include "BelosGmresIteration.hpp"#include "BelosBlockGCRODRIter.hpp"#include "BelosBlockGmresIter.hpp"#include "BelosBlockFGmresIter.hpp"#include "BelosStatusTestMaxIters.hpp"#include "BelosStatusTestGenResNorm.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::BlockGCRODRSolMgrLinearProblemFailure | 
| Thrown when the linear problem was not set up correctly.  More... | |
| class | Belos::BlockGCRODRSolMgrOrthoFailure | 
| Thrown when the solution manager was unable to orthogonalize the basis vectors.  More... | |
| class | Belos::BlockGCRODRSolMgrLAPACKFailure | 
| Thrown when an LAPACK call fails.  More... | |
| class | Belos::BlockGCRODRSolMgrRecyclingFailure | 
| Thrown if any problem occurs in using or creating the recycle subspace.  More... | |
| class | Belos::BlockGCRODRSolMgr< ScalarType, MV, OP > | 
| A solver manager for the Block GCRO-DR (Block Recycling GMRES) linear solver.  More... | |
Namespaces | |
| Belos | |
A solver manager for the Block GCRO-DR (Block Recycling GMRES) linear solver.
Definition in file BelosBlockGCRODRSolMgr.hpp.
 1.8.5