const FieldField< Field, scalar > & interfaceIntCoeffs() const
const word & fieldName() const
TypeName("DIC")
Runtime type information.
Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices.
const lduMatrix & matrix() const
const FieldField< Field, scalar > & interfaceBouCoeffs() const
Abstract base-class for lduMatrix smoothers.
A class for handling words, derived from string.
const volScalarField & psi
DICSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from matrix components.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
void smooth(scalarField &psi, const scalarField &source, const direction cmpt, const label nSweeps) const
Smooth the solution for a given number of sweeps.
const lduInterfaceFieldPtrsList & interfaces() const