37 #ifndef DILUPreconditioner_H 38 #define DILUPreconditioner_H virtual void precondition(scalarField &wA, const scalarField &rA, const direction cmpt=0) const
Return wA the preconditioned form of residual rA.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~DILUPreconditioner()
Destructor.
DILUPreconditioner(const lduMatrix::solver &, const dictionary &solverControlsUnused)
Construct from matrix components and preconditioner solver controls.
Abstract base-class for lduMatrix solvers.
virtual void preconditionT(scalarField &wT, const scalarField &rT, const direction cmpt=0) const
Return wT the transpose-matrix preconditioned form of residual rT.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
Abstract base-class for lduMatrix preconditioners.
static void calcReciprocalD(scalarField &rD, const lduMatrix &matrix)
Calculate the reciprocal of the preconditioned diagonal.
TypeName("DILU")
Runtime type information.
Simplified diagonal-based incomplete LU preconditioner for asymmetric matrices. The reciprocal of the...