#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverManager.hpp"
#include "BelosGmresIteration.hpp"
#include "BelosBlockGmresIter.hpp"
#include "BelosBlockFGmresIter.hpp"
#include "BelosDGKSOrthoManager.hpp"
#include "BelosICGSOrthoManager.hpp"
#include "BelosIMGSOrthoManager.hpp"
#include "BelosStatusTestMaxIters.hpp"
#include "BelosStatusTestGenResNorm.hpp"
#include "BelosStatusTestImpResNorm.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 BelosBlockGmresSolMgr.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Classes | |
| class | Belos::BlockGmresSolMgrLinearProblemFailure |
| BlockGmresSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More... | |
| class | Belos::BlockGmresSolMgrOrthoFailure |
| BlockGmresSolMgrOrthoFailure is thrown when the orthogonalization manager is unable to generate orthonormal columns from the initial basis vectors. More... | |
| class | Belos::BlockGmresSolMgr< ScalarType, MV, OP > |
| The Belos::BlockGmresSolMgr provides a powerful and fully-featured solver manager over the BlockGmres linear solver. More... | |
Definition in file BelosBlockGmresSolMgr.hpp.
1.4.7