Go to the documentation of this file.
41 #ifndef DILUSmoother_H
42 #define DILUSmoother_H
A class for handling words, derived from Foam::string.
A field of fields is a PtrList of fields with reference counting.
Simplified diagonal-based incomplete LU smoother for asymmetric matrices.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduInterfaceFieldPtrsList & interfaces() const noexcept
Generic templated field type.
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
const word & fieldName() const noexcept
void smooth(solveScalarField &psi, const scalarField &source, const direction cmpt, const label nSweeps) const
void scalarSmooth(solveScalarField &psi, const solveScalarField &source, const direction cmpt, const label nSweeps) const
const FieldField< Field, scalar > & interfaceIntCoeffs() const noexcept
const FieldField< Field, scalar > & interfaceBouCoeffs() const noexcept
DILUSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
const volScalarField & psi
const lduMatrix & matrix() const noexcept