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 95 of file BelosTFQMRIter.hpp.
|
inline |
Definition at line 105 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::R |
The current residual basis.
Definition at line 98 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::W |
Definition at line 99 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::U |
Definition at line 100 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::Rtilde |
Definition at line 101 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::D |
Definition at line 102 of file BelosTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::V |
Definition at line 103 of file BelosTFQMRIter.hpp.