Belos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Belos::PseudoBlockTFQMRIterState< ScalarType, MV > Struct Template Reference

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

#include <BelosPseudoBlockTFQMRIter.hpp>

Public Types

typedef Teuchos::ScalarTraits< ScalarType > SCT
 
typedef SCT::magnitudeType MagnitudeType
 

Public Member Functions

 PseudoBlockTFQMRIterState ()
 

Public Attributes

Teuchos::RCP< const MV > W
 The current residual basis.
 
Teuchos::RCP< const MV > U
 
Teuchos::RCP< const MV > AU
 
Teuchos::RCP< const MV > Rtilde
 
Teuchos::RCP< const MV > D
 
Teuchos::RCP< const MV > V
 
std::vector< ScalarType > alpha
 
std::vector< ScalarType > eta
 
std::vector< ScalarType > rho
 
std::vector< MagnitudeTypetau
 
std::vector< MagnitudeTypetheta
 

Detailed Description

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

Structure to contain pointers to PseudoBlockTFQMRIter state variables.

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

Definition at line 92 of file BelosPseudoBlockTFQMRIter.hpp.

Member Typedef Documentation

◆ SCT

template<class ScalarType , class MV >
typedef Teuchos::ScalarTraits<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::SCT

Definition at line 94 of file BelosPseudoBlockTFQMRIter.hpp.

◆ MagnitudeType

template<class ScalarType , class MV >
typedef SCT::magnitudeType Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::MagnitudeType

Definition at line 95 of file BelosPseudoBlockTFQMRIter.hpp.

Constructor & Destructor Documentation

◆ PseudoBlockTFQMRIterState()

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

Definition at line 108 of file BelosPseudoBlockTFQMRIter.hpp.

Member Data Documentation

◆ W

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::W

The current residual basis.

Definition at line 98 of file BelosPseudoBlockTFQMRIter.hpp.

◆ U

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::U

Definition at line 99 of file BelosPseudoBlockTFQMRIter.hpp.

◆ AU

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::AU

Definition at line 100 of file BelosPseudoBlockTFQMRIter.hpp.

◆ Rtilde

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::Rtilde

Definition at line 101 of file BelosPseudoBlockTFQMRIter.hpp.

◆ D

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::D

Definition at line 102 of file BelosPseudoBlockTFQMRIter.hpp.

◆ V

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

Definition at line 103 of file BelosPseudoBlockTFQMRIter.hpp.

◆ alpha

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

Definition at line 104 of file BelosPseudoBlockTFQMRIter.hpp.

◆ eta

template<class ScalarType , class MV >
std::vector<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::eta

Definition at line 104 of file BelosPseudoBlockTFQMRIter.hpp.

◆ rho

template<class ScalarType , class MV >
std::vector<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::rho

Definition at line 104 of file BelosPseudoBlockTFQMRIter.hpp.

◆ tau

template<class ScalarType , class MV >
std::vector<MagnitudeType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::tau

Definition at line 105 of file BelosPseudoBlockTFQMRIter.hpp.

◆ theta

template<class ScalarType , class MV >
std::vector<MagnitudeType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::theta

Definition at line 105 of file BelosPseudoBlockTFQMRIter.hpp.


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