Belos Package Browser (Single Doxygen Collection)
Development
|
Structure to contain pointers to GCRODRIter state variables. More...
#include <BelosGCRODRIter.hpp>
Public Member Functions | |
GCRODRIterState () | |
Public Attributes | |
int | curDim |
The current dimension of the reduction. More... | |
Teuchos::RCP< MV > | V |
The current Krylov basis. More... | |
Teuchos::RCP< MV > | U |
The recycled subspace and its projection. More... | |
Teuchos::RCP< MV > | C |
Teuchos::RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | H |
The current Hessenberg matrix. More... | |
Teuchos::RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | B |
The projection of the Krylov subspace against the recycled subspace. More... | |
Structure to contain pointers to GCRODRIter state variables.
This struct is utilized by GCRODRIter::initialize() and GCRODRIter::getState().
Definition at line 88 of file BelosGCRODRIter.hpp.
|
inline |
Definition at line 112 of file BelosGCRODRIter.hpp.
int Belos::GCRODRIterState< ScalarType, MV >::curDim |
The current dimension of the reduction.
This should always be equal to BlockGmresIter::getCurSubspaceDim()
Definition at line 93 of file BelosGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::GCRODRIterState< ScalarType, MV >::V |
The current Krylov basis.
Definition at line 96 of file BelosGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::GCRODRIterState< ScalarType, MV >::U |
The recycled subspace and its projection.
Definition at line 99 of file BelosGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::GCRODRIterState< ScalarType, MV >::C |
Definition at line 99 of file BelosGCRODRIter.hpp.
Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::GCRODRIterState< ScalarType, MV >::H |
The current Hessenberg matrix.
The curDim
by curDim
leading submatrix of H is the projection of problem->getOperator() by the first curDim
vectors in V.
Definition at line 106 of file BelosGCRODRIter.hpp.
Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::GCRODRIterState< ScalarType, MV >::B |
The projection of the Krylov subspace against the recycled subspace.
Definition at line 110 of file BelosGCRODRIter.hpp.