Go to the documentation of this file.
42 #ifndef TDILUPreconditioner_H
43 #define TDILUPreconditioner_H
56 template<
class Type,
class DType,
class LUType>
59 public LduMatrix<Type, DType, LUType>::preconditioner
virtual void preconditionT(Field< Type > &wT, const Field< Type > &rT) const
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
Simplified diagonal-based incomplete LU preconditioner for asymmetric matrices.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual ~TDILUPreconditioner()=default
static void calcInvD(Field< DType > &rD, const LduMatrix< Type, DType, LUType > &matrix)
virtual void precondition(Field< Type > &wA, const Field< Type > &rA) const
TDILUPreconditioner(const typename LduMatrix< Type, DType, LUType >::solver &sol, const dictionary &preconditionerDict)