35 #ifndef TGaussSeidelSmoother_H 36 #define TGaussSeidelSmoother_H 49 template<
class Type,
class DType,
class LUType>
52 public LduMatrix<Type, DType, LUType>::smoother
81 const word& fieldName,
const word & fieldName() const
TypeName("GaussSeidel")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static void smooth(const word &fieldName, Field< Type > &psi, const LduMatrix< Type, DType, LUType > &matrix, const Field< DType > &rD, const label nSweeps)
Smooth for the given number of sweeps.
TGaussSeidelSmoother(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix)
Construct from components.
A class for handling words, derived from string.
LduMatrix is a general matrix class in which the coefficients are stored as three arrays...
const volScalarField & psi
const LduMatrix< Type, DType, LUType > & matrix() const
Foam::TGaussSeidelSmoother.