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

Classes

class  Iteration

Public Types

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

Public Member Functions

 BiCGStab (AlgebraType &algebra, ITraceMng *trace_mng=nullptr)
void setOutputLevel (int level)
template<typename PrecondT, typename iterT>
int solve (PrecondT &precond, iterT &iter, MatrixType const &A, VectorType const &b, VectorType &x)
template<typename PrecondT, typename iterT>
int solve2 (PrecondT &precond, iterT &iter, MatrixType const &A, VectorType const &b, VectorType &x)

Detailed Description

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

Definition at line 17 of file BiCGStab.h.

Member Typedef Documentation

◆ AlgebraType

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

Definition at line 21 of file BiCGStab.h.

◆ FutureType

template<typename AlgebraT>
typedef AlgebraType::FutureType Alien::BiCGStab< AlgebraT >::FutureType

Definition at line 25 of file BiCGStab.h.

◆ MatrixType

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

Definition at line 22 of file BiCGStab.h.

◆ ValueType

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

Definition at line 24 of file BiCGStab.h.

◆ VectorType

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

Definition at line 23 of file BiCGStab.h.

Constructor & Destructor Documentation

◆ BiCGStab()

template<typename AlgebraT>
Alien::BiCGStab< AlgebraT >::BiCGStab ( AlgebraType & algebra,
ITraceMng * trace_mng = nullptr )
inline

Definition at line 121 of file BiCGStab.h.

◆ ~BiCGStab()

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

Definition at line 126 of file BiCGStab.h.

Member Function Documentation

◆ setOutputLevel()

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

Definition at line 129 of file BiCGStab.h.

◆ solve()

template<typename AlgebraT>
template<typename PrecondT, typename iterT>
int Alien::BiCGStab< AlgebraT >::solve ( PrecondT & precond,
iterT & iter,
MatrixType const & A,
VectorType const & b,
VectorType & x )
inline

Definition at line 135 of file BiCGStab.h.

◆ solve2()

template<typename AlgebraT>
template<typename PrecondT, typename iterT>
int Alien::BiCGStab< AlgebraT >::solve2 ( PrecondT & precond,
iterT & iter,
MatrixType const & A,
VectorType const & b,
VectorType & x )
inline

Definition at line 286 of file BiCGStab.h.


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