Alien  1.3.0
User documentation
Loading...
Searching...
No Matches
Alien::NeumannPolyPreconditioner< AlgebraT > Class Template Reference

Public Types

typedef AlgebraT AlgebraType
typedef AlgebraType::Matrix MatrixType
typedef AlgebraType::Vector VectorType
typedef MatrixType::ValueType ValueType

Public Member Functions

 NeumannPolyPreconditioner (AlgebraType &algebra, MatrixType const &matrix, ValueType factor, int polynome_order, int factor_max_iter, ITraceMng *trace_mng=nullptr)
void setOutputLevel (int level)
void init ()
void solve (const VectorType &x, VectorType &y)
void solve (AlgebraType &algebra, VectorType const &x, VectorType &y) const
void evalG (AlgebraType &algebra, const VectorType &x, VectorType &y) const
void evalG (const VectorType &x, VectorType &y)
void computeFactor ()

Detailed Description

template<typename AlgebraT>
class Alien::NeumannPolyPreconditioner< AlgebraT >

Definition at line 32 of file NeumannPolyPreconditioner.h.

Member Typedef Documentation

◆ AlgebraType

template<typename AlgebraT>
typedef AlgebraT Alien::NeumannPolyPreconditioner< AlgebraT >::AlgebraType

Definition at line 36 of file NeumannPolyPreconditioner.h.

◆ MatrixType

template<typename AlgebraT>
typedef AlgebraType::Matrix Alien::NeumannPolyPreconditioner< AlgebraT >::MatrixType

Definition at line 37 of file NeumannPolyPreconditioner.h.

◆ ValueType

template<typename AlgebraT>
typedef MatrixType::ValueType Alien::NeumannPolyPreconditioner< AlgebraT >::ValueType

Definition at line 39 of file NeumannPolyPreconditioner.h.

◆ VectorType

template<typename AlgebraT>
typedef AlgebraType::Vector Alien::NeumannPolyPreconditioner< AlgebraT >::VectorType

Definition at line 38 of file NeumannPolyPreconditioner.h.

Constructor & Destructor Documentation

◆ NeumannPolyPreconditioner()

template<typename AlgebraT>
Alien::NeumannPolyPreconditioner< AlgebraT >::NeumannPolyPreconditioner ( AlgebraType & algebra,
MatrixType const & matrix,
ValueType factor,
int polynome_order,
int factor_max_iter,
ITraceMng * trace_mng = nullptr )
inline

Definition at line 42 of file NeumannPolyPreconditioner.h.

◆ ~NeumannPolyPreconditioner()

template<typename AlgebraT>
virtual Alien::NeumannPolyPreconditioner< AlgebraT >::~NeumannPolyPreconditioner ( )
inlinevirtual

Definition at line 57 of file NeumannPolyPreconditioner.h.

Member Function Documentation

◆ computeFactor()

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::computeFactor ( )
inline

Definition at line 142 of file NeumannPolyPreconditioner.h.

◆ evalG() [1/2]

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::evalG ( AlgebraType & algebra,
const VectorType & x,
VectorType & y ) const
inline
Parameters
yinput

Definition at line 121 of file NeumannPolyPreconditioner.h.

Referenced by solve().

◆ evalG() [2/2]

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::evalG ( const VectorType & x,
VectorType & y )
inline
Parameters
yinput

Definition at line 132 of file NeumannPolyPreconditioner.h.

◆ init()

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::init ( )
inline

Definition at line 68 of file NeumannPolyPreconditioner.h.

◆ setOutputLevel()

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::setOutputLevel ( int level)
inline

Definition at line 63 of file NeumannPolyPreconditioner.h.

◆ solve() [1/2]

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::solve ( AlgebraType & algebra,
VectorType const & x,
VectorType & y ) const
inline

Definition at line 103 of file NeumannPolyPreconditioner.h.

◆ solve() [2/2]

template<typename AlgebraT>
void Alien::NeumannPolyPreconditioner< AlgebraT >::solve ( const VectorType & x,
VectorType & y )
inline
Parameters
yinput output

Definition at line 85 of file NeumannPolyPreconditioner.h.

References evalG().


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