Belos Package Browser (Single Doxygen Collection)
Development
|
Belos concrete class for performing the GCRO-DR iteration. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosMatOrthoManager.hpp"
#include "BelosOutputManager.hpp"
#include "BelosStatusTest.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosMultiVecTraits.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
Go to the source code of this file.
Classes | |
struct | Belos::GCRODRIterState< ScalarType, MV > |
Structure to contain pointers to GCRODRIter state variables. More... | |
class | Belos::GCRODRIterInitFailure |
GCRODRIterInitFailure is thrown when the GCRODRIter object is unable to generate an initial iterate in the GCRODRIter::initialize() routine. More... | |
class | Belos::GCRODRIterOrthoFailure |
GCRODRIterOrthoFailure is thrown when the GCRODRIter object is unable to compute independent direction vectors in the GCRODRIter::iterate() routine. More... | |
class | Belos::GCRODRIter< ScalarType, MV, OP > |
This class implements the GCRODR iteration, where a single-std::vector Krylov subspace is constructed. The QR decomposition of block, upper Hessenberg matrix is performed each iteration to update the least squares system and give the current linear system residuals. More... | |
Namespaces | |
Belos | |
Belos concrete class for performing the GCRO-DR iteration.
Definition in file BelosGCRODRIter.hpp.