Go to the documentation of this file.
37 #ifndef DICPreconditioner_H
38 #define DICPreconditioner_H
virtual void precondition(scalarField &wA, const scalarField &rA, const direction cmpt=0) const
Return wA the preconditioned form of residual rA.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
DICPreconditioner(const lduMatrix::solver &, const dictionary &solverControlsUnused)
Construct from matrix components and preconditioner solver controls.
Abstract base-class for lduMatrix solvers.
static void calcReciprocalD(scalarField &rD, const lduMatrix &matrix)
Calculate the reciprocal of the preconditioned diagonal.
Pre-declare SubField and related Field type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalarField rD_
The reciprocal preconditioned diagonal.
Simplified diagonal-based incomplete Cholesky preconditioner for symmetric matrices (symmetric equiva...
TypeName("DIC")
Runtime type information.
virtual ~DICPreconditioner()
Destructor.
Abstract base-class for lduMatrix preconditioners.