37 #ifndef DICGaussSeidelSmoother_H 38 #define DICGaussSeidelSmoother_H const FieldField< Field, scalar > & interfaceIntCoeffs() const
const word & fieldName() 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.
Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices.
A lduMatrix::smoother for Gauss-Seidel.
DICGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from matrix components.
const lduMatrix & matrix() const
const FieldField< Field, scalar > & interfaceBouCoeffs() const
TypeName("DICGaussSeidel")
Runtime type information.
Abstract base-class for lduMatrix smoothers.
A class for handling words, derived from string.
const volScalarField & psi
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussS...
const lduInterfaceFieldPtrsList & interfaces() const