TBCI Numerical high perf. C++ Library 2.8.0
ILU0_BdMatrixPreconditioner< T > Class Template Reference

#include <ilu0precond.h>

Inheritance diagram for ILU0_BdMatrixPreconditioner< T >:
Collaboration diagram for ILU0_BdMatrixPreconditioner< T >:

Public Member Functions

 ILU0_BdMatrixPreconditioner ()
 ILU0_BdMatrixPreconditioner (const BdMatrix< T > &A)
 ~ILU0_BdMatrixPreconditioner ()
void update (const BdMatrix< T > &A)
TVector< Tsolve (TVector< T > x) const
 Solve routine as sketched in the Templates book, Fig. 3.2.
TVector< Tsolve (const Vector< T > &v) const
TVector< TtransSolve (const Vector< T > &v) const
TVector< TtransSolve (TVector< T > tv) const
Public Member Functions inherited from Preconditioner_Sig< T, BdMatrix< T > >
 Preconditioner_Sig ()
virtual ~Preconditioner_Sig ()

Detailed Description

template<typename T>
class ILU0_BdMatrixPreconditioner< T >

Templated incomplete LU preconditioner for the class TBCI::BdMatrix

Definition at line 162 of file ilu0precond.h.

Constructor & Destructor Documentation

◆ ILU0_BdMatrixPreconditioner() [1/2]

template<typename T>
ILU0_BdMatrixPreconditioner< T >::ILU0_BdMatrixPreconditioner ( )
inline

Definition at line 165 of file ilu0precond.h.

◆ ILU0_BdMatrixPreconditioner() [2/2]

template<typename T>
ILU0_BdMatrixPreconditioner< T >::ILU0_BdMatrixPreconditioner ( const BdMatrix< T > & A)
inline

Definition at line 166 of file ilu0precond.h.

References update().

◆ ~ILU0_BdMatrixPreconditioner()

template<typename T>
ILU0_BdMatrixPreconditioner< T >::~ILU0_BdMatrixPreconditioner ( )
inline

Definition at line 168 of file ilu0precond.h.

Member Function Documentation

◆ solve() [1/2]

template<typename T>
TVector< T > ILU0_BdMatrixPreconditioner< T >::solve ( const Vector< T > & v) const
inlinevirtual

Implements Preconditioner_Sig< T, BdMatrix< T > >.

Definition at line 176 of file ilu0precond.h.

References solve().

◆ solve() [2/2]

template<typename T>
TVector< T > ILU0_BdMatrixPreconditioner< T >::solve ( TVector< T > x) const

Solve routine as sketched in the Templates book, Fig. 3.2.

Definition at line 218 of file ilu0precond.h.

References ALIGN2, BCHK, h, i, MIN_ALIGN2, REGISTER, sum(), T, and y.

Referenced by solve(), transSolve(), and transSolve().

◆ transSolve() [1/2]

template<typename T>
TVector< T > ILU0_BdMatrixPreconditioner< T >::transSolve ( const Vector< T > & v) const
inlinevirtual

Implements Preconditioner_Sig< T, BdMatrix< T > >.

Definition at line 183 of file ilu0precond.h.

References solve().

◆ transSolve() [2/2]

template<typename T>
TVector< T > ILU0_BdMatrixPreconditioner< T >::transSolve ( TVector< T > tv) const
inline

Definition at line 186 of file ilu0precond.h.

References solve().

◆ update()

template<typename T>
void ILU0_BdMatrixPreconditioner< T >::update ( const BdMatrix< T > & A)
virtual

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