35 #ifndef symGaussSeidelSmoother_H 36 #define symGaussSeidelSmoother_H 78 const word& fieldName,
const FieldField< Field, scalar > & interfaceIntCoeffs() const
const word & fieldName() const
static void smooth(const word &fieldName, scalarField &psi, const lduMatrix &matrix, const scalarField &source, const FieldField< Field, scalar > &interfaceBouCoeffs, const lduInterfaceFieldPtrsList &interfaces, const direction cmpt, const label nSweeps)
Smooth for the given number of sweeps.
const lduMatrix & matrix() const
const FieldField< Field, scalar > & interfaceBouCoeffs() const
Abstract base-class for lduMatrix smoothers.
A lduMatrix::smoother for symmetric Gauss-Seidel.
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...
const lduInterfaceFieldPtrsList & interfaces() const
symGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from components.
TypeName("symGaussSeidel")
Runtime type information.