Belos
Version of the Day
|
Structure to contain pointers to MinresIteration state variables. More...
#include <BelosMinresIteration.hpp>
Public Member Functions | |
MinresIterationState () | |
Public Attributes | |
Teuchos::RCP< const MV > | Y |
The current residual. More... | |
Teuchos::RCP< const MV > | R1 |
Previous residual. More... | |
Teuchos::RCP< const MV > | R2 |
Previous residual. More... | |
Teuchos::RCP< const MV > | W |
The current direction vector. More... | |
Teuchos::RCP< const MV > | W1 |
Previous direction vector. More... | |
Teuchos::RCP< const MV > | W2 |
Previous direction vector. More... | |
Structure to contain pointers to MinresIteration state variables.
This struct is utilized by MinresIteration::initialize() and MinresIteration::getState().
Definition at line 63 of file BelosMinresIteration.hpp.
|
inline |
Definition at line 83 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::Y |
The current residual.
Definition at line 66 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R1 |
Previous residual.
Definition at line 69 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R2 |
Previous residual.
Definition at line 72 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W |
The current direction vector.
Definition at line 75 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W1 |
Previous direction vector.
Definition at line 78 of file BelosMinresIteration.hpp.
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W2 |
Previous direction vector.
Definition at line 81 of file BelosMinresIteration.hpp.