| 
    Belos
    Version of the Day
    
   | 
 
Structure to contain pointers to FixedPointIteration state variables. More...
#include <BelosFixedPointIteration.hpp>
Public Member Functions | |
| FixedPointIterationState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | R | 
| The current residual.  More... | |
| Teuchos::RCP< const MV > | Z | 
| The current preconditioned residual.  More... | |
Structure to contain pointers to FixedPointIteration state variables.
This struct is utilized by FixedPointIteration::initialize() and FixedPointIteration::getState().
Definition at line 31 of file BelosFixedPointIteration.hpp.
      
  | 
  inline | 
Definition at line 39 of file BelosFixedPointIteration.hpp.
| Teuchos::RCP<const MV> Belos::FixedPointIterationState< ScalarType, MV >::R | 
The current residual.
Definition at line 34 of file BelosFixedPointIteration.hpp.
| Teuchos::RCP<const MV> Belos::FixedPointIterationState< ScalarType, MV >::Z | 
The current preconditioned residual.
Definition at line 37 of file BelosFixedPointIteration.hpp.
 1.8.5