37 #ifndef DILUGaussSeidelSmoother_H 38 #define DILUGaussSeidelSmoother_H Simplified diagonal-based incomplete LU smoother for asymmetric matrices.
const FieldField< Field, scalar > & interfaceIntCoeffs() const
virtual void smooth(scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
Smooth the solution for a given number of sweeps.
const word & fieldName() const
A lduMatrix::smoother for Gauss-Seidel.
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
DILUGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from matrix components.
TypeName("DILUGaussSeidel")
Runtime type information.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by Gau...
const lduInterfaceFieldPtrsList & interfaces() const