Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Belos::FixedPointIterationState< ScalarType, MV > Struct Template Reference

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...
 

Detailed Description

template<class ScalarType, class MV>
struct Belos::FixedPointIterationState< ScalarType, MV >

Structure to contain pointers to FixedPointIteration state variables.

This struct is utilized by FixedPointIteration::initialize() and FixedPointIteration::getState().

Definition at line 63 of file BelosFixedPointIteration.hpp.

Constructor & Destructor Documentation

template<class ScalarType, class MV>
Belos::FixedPointIterationState< ScalarType, MV >::FixedPointIterationState ( )
inline

Definition at line 71 of file BelosFixedPointIteration.hpp.

Member Data Documentation

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::FixedPointIterationState< ScalarType, MV >::R

The current residual.

Definition at line 66 of file BelosFixedPointIteration.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::FixedPointIterationState< ScalarType, MV >::Z

The current preconditioned residual.

Definition at line 69 of file BelosFixedPointIteration.hpp.


The documentation for this struct was generated from the following file:

Generated on Wed Mar 27 2024 09:25:08 for Belos by doxygen 1.8.5