Belos
Version of the Day
|
Structure to contain pointers to TFQMRIter state variables. More...
#include <BelosTFQMRIter.hpp>
Public Member Functions | |
TFQMRIterState () | |
Public Attributes | |
Teuchos::RCP< const MV > | R |
The current residual basis. More... | |
Teuchos::RCP< const MV > | W |
Teuchos::RCP< const MV > | U |
Teuchos::RCP< const MV > | Rtilde |
Teuchos::RCP< const MV > | D |
Teuchos::RCP< const MV > | V |
Structure to contain pointers to TFQMRIter state variables.
This struct is utilized by TFQMRIter::initialize() and TRQMRIter::getState().
Definition at line 62 of file BelosTFQMRIter.hpp.
|
inline |
Definition at line 72 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::R |
The current residual basis.
Definition at line 65 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::W |
Definition at line 66 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::U |
Definition at line 67 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::Rtilde |
Definition at line 68 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::D |
Definition at line 69 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::V |
Definition at line 70 of file BelosTFQMRIter.hpp.