|
Belos Version of the Day
|
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 |
Public Member Functions inherited from Belos::CGIterationStateBase< ScalarType, MV, DM > | |
| 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 |
Public Attributes inherited from Belos::CGIterationStateBase< ScalarType, MV, DM > | |
| Teuchos::RCP< MV > | R |
| The current residual. | |
| Teuchos::RCP< MV > | Z |
| The current preconditioned residual. | |
| Teuchos::RCP< MV > | P |
| The current decent direction vector. | |
| Teuchos::RCP< MV > | AP |
| The matrix A applied to current decent direction vector. | |
Structure to contain pointers to CGSingleRedIteration state variables.
This struct is utilized by CGSingleRedIteration::initialize() and CGSingleRedIteration::getState().
Definition at line 53 of file BelosCGSingleRedIter.hpp.
|
default |
|
inline |
Definition at line 58 of file BelosCGSingleRedIter.hpp.
|
virtualdefault |
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV, DM >.
Definition at line 64 of file BelosCGSingleRedIter.hpp.
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV, DM >.
Definition at line 106 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::W |
Definition at line 116 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::V |
Definition at line 117 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::U |
Definition at line 118 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::S |
Definition at line 119 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::T |
Definition at line 120 of file BelosCGSingleRedIter.hpp.
| Teuchos::RCP<MV> Belos::CGSingleRedIterationState< ScalarType, MV, DM >::AZ |
Definition at line 121 of file BelosCGSingleRedIter.hpp.
1.9.8