Go to the documentation of this file.
37 #ifndef DILUGaussSeidelSmoother_H
38 #define DILUGaussSeidelSmoother_H
A class for handling words, derived from string.
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 FieldField< Field, scalar > & interfaceBouCoeffs() const
const word & fieldName() const
Combined DILU/GaussSeidel smoother for asymmetric matrices in which DILU smoothing is followed by Gau...
const FieldField< Field, scalar > & interfaceIntCoeffs() const
A lduMatrix::smoother for Gauss-Seidel.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
const lduMatrix & matrix() const
DILUGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from matrix components.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
GaussSeidelSmoother gsSmoother_
Abstract base-class for lduMatrix smoothers.
const volScalarField & psi
DILUSmoother diluSmoother_
const lduInterfaceFieldPtrsList & interfaces() 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.
TypeName("DILUGaussSeidel")
Runtime type information.