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::BiCGStabIterationState< ScalarType, MV > Struct Template Reference

Structure to contain pointers to BiCGStabIteration state variables. More...

#include <BelosBiCGStabIter.hpp>

Public Member Functions

 BiCGStabIterationState ()
 

Public Attributes

Teuchos::RCP< const MV > R
 The current residual. More...
 
Teuchos::RCP< const MV > Rhat
 The initial residual. More...
 
Teuchos::RCP< const MV > P
 The first decent direction vector. More...
 
Teuchos::RCP< const MV > V
 A * M * the first decent direction vector. More...
 
std::vector< ScalarType > rho_old
 
std::vector< ScalarType > alpha
 
std::vector< ScalarType > omega
 

Detailed Description

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

Structure to contain pointers to BiCGStabIteration state variables.

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

Definition at line 87 of file BelosBiCGStabIter.hpp.

Constructor & Destructor Documentation

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

Definition at line 103 of file BelosBiCGStabIter.hpp.

Member Data Documentation

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

The current residual.

Definition at line 90 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::Rhat

The initial residual.

Definition at line 93 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::P

The first decent direction vector.

Definition at line 96 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::V

A * M * the first decent direction vector.

Definition at line 99 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::rho_old

Definition at line 101 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::alpha

Definition at line 101 of file BelosBiCGStabIter.hpp.

template<class ScalarType, class MV>
std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::omega

Definition at line 101 of file BelosBiCGStabIter.hpp.


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

Generated on Wed Apr 24 2024 09:25:58 for Belos by doxygen 1.8.5