Belos
Version of the Day
|
Structure to contain pointers to BlockGCRODRIter state variables. More...
#include <BelosBlockGCRODRIter.hpp>
Public Member Functions | |
BlockGCRODRIterState () | |
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 BlockGCRODRIter state variables.
This struct is utilized by BlockGCRODRIter::initialize() and BlockGCRODRIter::getState().
Definition at line 95 of file BelosBlockGCRODRIter.hpp.
|
inline |
Definition at line 120 of file BelosBlockGCRODRIter.hpp.
int Belos::BlockGCRODRIterState< ScalarType, MV >::curDim |
The current dimension of the reduction.
This should always be equal to BlockGCRODRIter::getCurSubspaceDim()
Definition at line 101 of file BelosBlockGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::BlockGCRODRIterState< ScalarType, MV >::V |
The current Krylov basis.
Definition at line 104 of file BelosBlockGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::BlockGCRODRIterState< ScalarType, MV >::U |
The recycled subspace and its projection.
Definition at line 107 of file BelosBlockGCRODRIter.hpp.
Teuchos::RCP<MV> Belos::BlockGCRODRIterState< ScalarType, MV >::C |
Definition at line 107 of file BelosBlockGCRODRIter.hpp.
Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::BlockGCRODRIterState< 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 114 of file BelosBlockGCRODRIter.hpp.
Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::BlockGCRODRIterState< ScalarType, MV >::B |
The projection of the Krylov subspace against the recycled subspace *.
Definition at line 118 of file BelosBlockGCRODRIter.hpp.