43 #ifndef nonBlockingGaussSeidelSmoother_H 44 #define nonBlockingGaussSeidelSmoother_H 90 const word& fieldName,
93 const label blockStart,
Variant of gaussSeidelSmoother that expects processor boundary cells to be sorted last and so can blo...
TypeName("nonBlockingGaussSeidel")
Runtime type information.
static void smooth(const word &fieldName, scalarField &psi, const lduMatrix &matrix, const label blockStart, const scalarField &source, const FieldField< Field, scalar > &interfaceBouCoeffs, const lduInterfaceFieldPtrsList &interfaces, const direction cmpt, const label nSweeps)
Smooth for the given number of sweeps.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & fieldName() const
Abstract base-class for lduMatrix smoothers.
nonBlockingGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Construct from components.
lduMatrix is a general matrix class in which the coefficients are stored as three arrays...
const volScalarField & psi
const FieldField< Field, scalar > & interfaceBouCoeffs() const
const lduInterfaceFieldPtrsList & interfaces() const
const FieldField< Field, scalar > & interfaceIntCoeffs() const
const lduMatrix & matrix() const