Go to the documentation of this file.
43 #ifndef DICGaussSeidelSmoother_H
44 #define DICGaussSeidelSmoother_H
A class for handling words, derived from Foam::string.
DICGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
A field of fields is a PtrList of fields with reference counting.
TypeName("DICGaussSeidel")
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduInterfaceFieldPtrsList & interfaces() const noexcept
A lduMatrix::smoother for Gauss-Seidel.
virtual void scalarSmooth(solveScalarField &psi, const solveScalarField &Source, const direction cmpt, const label nSweeps) const
Generic templated field type.
virtual void smooth(solveScalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussS...
Simplified diagonal-based incomplete Cholesky smoother for symmetric matrices.
const word & fieldName() const noexcept
const FieldField< Field, scalar > & interfaceIntCoeffs() const noexcept
const FieldField< Field, scalar > & interfaceBouCoeffs() const noexcept
const volScalarField & psi
const lduMatrix & matrix() const noexcept