Go to the documentation of this file.
49 #ifndef nonBlockingGaussSeidelSmoother_H
50 #define nonBlockingGaussSeidelSmoother_H
99 const label blockStart,
A class for handling words, derived from Foam::string.
A field of fields is a PtrList of fields with reference counting.
virtual void scalarSmooth(solveScalarField &psi, const solveScalarField &source, const direction cmpt, const label nSweeps) const
lduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
const lduInterfaceFieldPtrsList & interfaces() const noexcept
nonBlockingGaussSeidelSmoother(const word &fieldName, const lduMatrix &matrix, const FieldField< Field, scalar > &interfaceBouCoeffs, const FieldField< Field, scalar > &interfaceIntCoeffs, const lduInterfaceFieldPtrsList &interfaces)
Generic templated field type.
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
const word & fieldName() const noexcept
TypeName("nonBlockingGaussSeidel")
const FieldField< Field, scalar > & interfaceIntCoeffs() const noexcept
const FieldField< Field, scalar > & interfaceBouCoeffs() const noexcept
Variant of gaussSeidelSmoother that expects processor boundary cells to be sorted last and so can blo...
const volScalarField & psi
static void smooth(const word &fieldName, solveScalarField &psi, const lduMatrix &matrix, const label blockStart, const solveScalarField &source, const FieldField< Field, scalar > &interfaceBouCoeffs, const lduInterfaceFieldPtrsList &interfaces, const direction cmpt, const label nSweeps)
const lduMatrix & matrix() const noexcept