34 lduMatrix::smoother::addsymMatrixConstructorToTable<DICGaussSeidelSmoother>
43 const word& fieldName,
87 dicSmoother_.smooth(
psi, source, cmpt, nSweeps);
88 gsSmoother_.smooth(
psi, source, cmpt, nSweeps);
Combined DIC/GaussSeidel smoother for symmetric matrices in which DIC smoothing is followed by GaussS...
virtual void smooth(scalarField &psi, const scalarField &Source, const direction cmpt, const label nSweeps) const
Smooth the solution for a given number of sweeps.
DICGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from matrix components.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
A class for handling words, derived from string.
const volScalarField & psi
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
defineTypeNameAndDebug(combustionModel, 0)
lduMatrix::smoother::addsymMatrixConstructorToTable< DICGaussSeidelSmoother > addDICGaussSeidelSmootherSymMatrixConstructorToTable_