Belos Package Browser (Single Doxygen Collection)
Development
|
Structure to contain pointers to CGSingleRedIteration state variables. More...
#include <BelosCGSingleRedIter.hpp>
Public Member Functions | |
CGSingleRedIterationState ()=default | |
CGSingleRedIterationState (Teuchos::RCP< const MV > tmp) | |
virtual | ~CGSingleRedIterationState ()=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 |
Public Attributes | |
Teuchos::RCP< MV > | W |
Teuchos::RCP< MV > | V |
Teuchos::RCP< MV > | U |
Teuchos::RCP< MV > | S |
Teuchos::RCP< MV > | T |
Teuchos::RCP< MV > | AZ |
![]() | |
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 CGSingleRedIteration state variables.
This struct is utilized by CGSingleRedIteration::initialize() and CGSingleRedIteration::getState().
Definition at line 54 of file BelosCGSingleRedIter.hpp.
|
default |
|
inline |
Definition at line 59 of file BelosCGSingleRedIter.hpp.
|
virtualdefault |
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 65 of file BelosCGSingleRedIter.hpp.
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 107 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::W |
Definition at line 117 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::V |
Definition at line 118 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::U |
Definition at line 119 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::S |
Definition at line 120 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::T |
Definition at line 121 of file BelosCGSingleRedIter.hpp.
Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV >::AZ |
Definition at line 122 of file BelosCGSingleRedIter.hpp.