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

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

#include <BelosBlockCGIter.hpp>

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

Public Member Functions

 BlockCGIterationState ()=default
 BlockCGIterationState (Teuchos::RCP< const MV > tmp)
virtual ~BlockCGIterationState ()=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::BlockCGIterationState< ScalarType, MV >

Structure to contain pointers to BlockCGIteration state variables.

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

Definition at line 47 of file BelosBlockCGIter.hpp.

Constructor & Destructor Documentation

◆ BlockCGIterationState() [1/2]

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

◆ BlockCGIterationState() [2/2]

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

Definition at line 52 of file BelosBlockCGIter.hpp.

◆ ~BlockCGIterationState()

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

Member Function Documentation

◆ initialize()

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

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

Definition at line 58 of file BelosBlockCGIter.hpp.

◆ matches()

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

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

Definition at line 68 of file BelosBlockCGIter.hpp.


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

Generated on for Belos by doxygen 1.15.0