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

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

#include <BelosPseudoBlockGmresIter.hpp>

Public Types

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

Public Member Functions

 PseudoBlockGmresIterState ()
 

Public Attributes

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

Detailed Description

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

Structure to contain pointers to PseudoBlockGmresIter state variables.

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

Definition at line 90 of file BelosPseudoBlockGmresIter.hpp.

Member Typedef Documentation

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

Definition at line 92 of file BelosPseudoBlockGmresIter.hpp.

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

Definition at line 93 of file BelosPseudoBlockGmresIter.hpp.

Constructor & Destructor Documentation

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

Definition at line 116 of file BelosPseudoBlockGmresIter.hpp.

Member Data Documentation

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

The current dimension of the reduction.

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

Definition at line 99 of file BelosPseudoBlockGmresIter.hpp.

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

The current Krylov basis.

Definition at line 101 of file BelosPseudoBlockGmresIter.hpp.

template<class ScalarType, class MV>
std::vector<Teuchos::RCP<const Teuchos::SerialDenseMatrix<int,ScalarType> > > Belos::PseudoBlockGmresIterState< ScalarType, MV >::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 107 of file BelosPseudoBlockGmresIter.hpp.

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

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

Definition at line 109 of file BelosPseudoBlockGmresIter.hpp.

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

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

Definition at line 111 of file BelosPseudoBlockGmresIter.hpp.

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

The current Given's rotation coefficients.

Definition at line 113 of file BelosPseudoBlockGmresIter.hpp.

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

Definition at line 114 of file BelosPseudoBlockGmresIter.hpp.


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

Generated on Thu Apr 18 2024 09:27:55 for Belos by doxygen 1.8.5