#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosBlockGmresIter.hpp"
#include "BelosGCRODRIter.hpp"
#include "BelosBlockFGmresIter.hpp"
#include "BelosDGKSOrthoManager.hpp"
#include "BelosICGSOrthoManager.hpp"
#include "BelosIMGSOrthoManager.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosStatusTestGenResNorm.hpp"
#include "BelosStatusTestCombo.hpp"
#include "BelosStatusTestOutput.hpp"
#include "BelosOutputManager.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_TimeMonitor.hpp"
Include dependency graph for BelosGCRODRSolMgr.hpp:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Classes | |
| class | Belos::GCRODRSolMgrLinearProblemFailure |
| GCRODRSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::GCRODRSolMgrOrthoFailure |
| GCRODRSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
| class | Belos::GCRODRSolMgrLAPACKFailure |
| GCRODRSolMgrLAPACKFailure is thrown when a nonzero value is retuned from an LAPACK call. More... | |
| class | Belos::GCRODRSolMgrRecyclingFailure |
| GCRODRSolMgrRecyclingFailure is thrown when any problem occurs in using/creating the recycling subspace. More... | |
| class | Belos::GCRODRSolMgr< ScalarType, MV, OP > |
| The Belos::GCRODRSolMgr provides a powerful and fully-featured solver manager over the GCRODR linear solver. More... | |
Definition in file BelosGCRODRSolMgr.hpp.
1.4.7