Belos Version of the Day
Loading...
Searching...
No Matches
Belos::PseudoBlockCGIterationState< ScalarType, MV > Class Template Reference

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

#include <BelosPseudoBlockCGIter.hpp>

Inheritance diagram for Belos::PseudoBlockCGIterationState< ScalarType, MV >:

Public Member Functions

 PseudoBlockCGIterationState ()=default
 PseudoBlockCGIterationState (Teuchos::RCP< const MV > tmp)
virtual ~PseudoBlockCGIterationState ()=default
void initialize (Teuchos::RCP< const MV > tmp, int _numVectors)
bool matches (Teuchos::RCP< const MV > tmp, int _numVectors=1) const
Public Member Functions inherited from Belos::CGIterationStateBase< ScalarType, MV >
virtual ~CGIterationStateBase ()=default
bool isInitialized () const
int numVectors () const

Additional Inherited Members

Public Attributes inherited from Belos::CGIterationStateBase< ScalarType, MV >
Teuchos::RCP< MV > R
 The current residual.
Teuchos::RCP< MV > Z
 The current preconditioned residual.
Teuchos::RCP< MV > P
 The current decent direction vector.
Teuchos::RCP< MV > AP
 The matrix A applied to current decent direction vector.

Detailed Description

template<class ScalarType, class MV>
class Belos::PseudoBlockCGIterationState< ScalarType, MV >

Structure to contain pointers to PseudoBlockCGIteration state variables.

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

Definition at line 56 of file BelosPseudoBlockCGIter.hpp.

Constructor & Destructor Documentation

◆ PseudoBlockCGIterationState() [1/2]

template<class ScalarType, class MV>
Belos::PseudoBlockCGIterationState< ScalarType, MV >::PseudoBlockCGIterationState ( )
default

◆ PseudoBlockCGIterationState() [2/2]

template<class ScalarType, class MV>
Belos::PseudoBlockCGIterationState< ScalarType, MV >::PseudoBlockCGIterationState ( Teuchos::RCP< const MV > tmp)
inline

Definition at line 61 of file BelosPseudoBlockCGIter.hpp.

◆ ~PseudoBlockCGIterationState()

template<class ScalarType, class MV>
virtual Belos::PseudoBlockCGIterationState< ScalarType, MV >::~PseudoBlockCGIterationState ( )
virtualdefault

Member Function Documentation

◆ initialize()

template<class ScalarType, class MV>
void Belos::PseudoBlockCGIterationState< ScalarType, MV >::initialize ( Teuchos::RCP< const MV > tmp,
int _numVectors )
inlinevirtual

Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.

Definition at line 67 of file BelosPseudoBlockCGIter.hpp.

◆ matches()

template<class ScalarType, class MV>
bool Belos::PseudoBlockCGIterationState< ScalarType, MV >::matches ( Teuchos::RCP< const MV > tmp,
int _numVectors = 1 ) const
inlinevirtual

Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.

Definition at line 77 of file BelosPseudoBlockCGIter.hpp.


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

Generated on for Belos by doxygen 1.15.0