Belos Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Belos::PseudoBlockGmresIterState< ScalarType, MV, DM > Struct Template Reference

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

#include <BelosGmresIteration.hpp>

Public Types

typedef Teuchos::ScalarTraits< ScalarTypeSCT
 
typedef SCT::magnitudeType MagnitudeType
 

Public Member Functions

 PseudoBlockGmresIterState ()
 

Public Attributes

int curDim
 The current dimension of the reduction.
 
std::vector< Teuchos::RCP< const MV > > V
 The current Krylov basis.
 
std::vector< Teuchos::RCP< const DM > > H
 The current Hessenberg matrix.
 
std::vector< Teuchos::RCP< const DM > > R
 The current upper-triangular matrix from the QR reduction of H.
 
std::vector< Teuchos::RCP< const DM > > Z
 The current right-hand side of the least squares system RY = Z.
 
std::vector< Teuchos::RCP< const std::vector< ScalarType > > > sn
 The current Given's rotation coefficients.
 
std::vector< Teuchos::RCP< const std::vector< MagnitudeType > > > cs
 

Detailed Description

template<class ScalarType, class MV, class DM>
struct Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >

Structure to contain pointers to PseudoBlockGmresIter state variables.

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

Definition at line 73 of file BelosGmresIteration.hpp.

Member Typedef Documentation

◆ SCT

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

Definition at line 75 of file BelosGmresIteration.hpp.

◆ MagnitudeType

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

Definition at line 76 of file BelosGmresIteration.hpp.

Constructor & Destructor Documentation

◆ PseudoBlockGmresIterState()

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

Definition at line 99 of file BelosGmresIteration.hpp.

Member Data Documentation

◆ curDim

template<class ScalarType , class MV , class DM >
int Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::curDim

The current dimension of the reduction.

This should always be equal to PseudoBlockGmresIter::getCurSubspaceDim()

Definition at line 82 of file BelosGmresIteration.hpp.

◆ V

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const MV> > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::V

The current Krylov basis.

Definition at line 84 of file BelosGmresIteration.hpp.

◆ H

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const DM> > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::H

The current Hessenberg matrix.

The curDim by curDim leading submatrix of H is the projection of problem->getOperator() by the first curDim vectors in V.

Definition at line 90 of file BelosGmresIteration.hpp.

◆ R

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const DM> > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::R

The current upper-triangular matrix from the QR reduction of H.

Definition at line 92 of file BelosGmresIteration.hpp.

◆ Z

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const DM> > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::Z

The current right-hand side of the least squares system RY = Z.

Definition at line 94 of file BelosGmresIteration.hpp.

◆ sn

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const std::vector<ScalarType> > > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::sn

The current Given's rotation coefficients.

Definition at line 96 of file BelosGmresIteration.hpp.

◆ cs

template<class ScalarType , class MV , class DM >
std::vector<Teuchos::RCP<const std::vector<MagnitudeType> > > Belos::PseudoBlockGmresIterState< ScalarType, MV, DM >::cs

Definition at line 97 of file BelosGmresIteration.hpp.


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

Generated for Belos by doxygen 1.9.8