Belos Package Browser (Single Doxygen Collection)
Development
|
Structure to contain pointers to PseudoBlockCGIteration state variables. More...
#include <BelosPseudoBlockCGIter.hpp>
Public Member Functions | |
PseudoBlockCGIterationState ()=default | |
PseudoBlockCGIterationState (Teuchos::RCP< const MV > tmp) | |
virtual | ~PseudoBlockCGIterationState ()=default |
void | initialize (Teuchos::RCP< const MV > tmp, int _numVectors) |
bool | matches (Teuchos::RCP< const MV > tmp, int _numVectors=1) const |
![]() | |
virtual | ~CGIterationStateBase ()=default |
bool | isInitialized () const |
int | numVectors () const |
Additional Inherited Members | |
![]() | |
Teuchos::RCP< MV > | R |
The current residual. More... | |
Teuchos::RCP< MV > | Z |
The current preconditioned residual. More... | |
Teuchos::RCP< MV > | P |
The current decent direction vector. More... | |
Teuchos::RCP< MV > | AP |
The matrix A applied to current decent direction vector. More... | |
Structure to contain pointers to PseudoBlockCGIteration state variables.
This struct is utilized by PseudoBlockCGIteration::initialize() and PseudoBlockCGIteration::getState().
Definition at line 56 of file BelosPseudoBlockCGIter.hpp.
|
default |
|
inline |
Definition at line 61 of file BelosPseudoBlockCGIter.hpp.
|
virtualdefault |
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 67 of file BelosPseudoBlockCGIter.hpp.
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 77 of file BelosPseudoBlockCGIter.hpp.