Belos Package Browser (Single Doxygen Collection)
Development
|
Belos concrete class for performing the block GCRO-DR (block GMRES with recycling) 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"
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | Belos::BlockGCRODRIterState< ScalarType, MV > |
Structure to contain pointers to BlockGCRODRIter state variables. More... | |
class | Belos::BlockGCRODRIterInitFailure |
BlockGCRODRIterInitFailure is thrown when the BlockGCRODRIter object is unable to generate an initial iterate in the BlockGCRODRIter::initialize() routine. More... | |
class | Belos::BlockGCRODRIterOrthoFailure |
BlockGCRODRIterOrthoFailure is thrown when the BlockGCRODRIter object is unable to compute independent direction vectors in the BlockGCRODRIter::iterate() routine. More... | |
class | Belos::BlockGCRODRIter< ScalarType, MV, OP > |
Implementation of the Block GCRO-DR (Block Recycling GMRES) iteration. More... | |
Namespaces | |
Belos | |
Belos concrete class for performing the block GCRO-DR (block GMRES with recycling) iteration.
Definition in file BelosBlockGCRODRIter.hpp.