Go to the documentation of this file.
37 #ifndef TGaussSeidelSmoother_H
38 #define TGaussSeidelSmoother_H
51 template<
class Type,
class DType,
class LUType>
54 public LduMatrix<Type, DType, LUType>::smoother
A class for handling words, derived from Foam::string.
LduMatrix is a general matrix class in which the coefficients are stored as three arrays,...
TGaussSeidelSmoother(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix)
const LduMatrix< Type, DType, LUType > & matrix() const noexcept
const word & fieldName() const noexcept
static void smooth(const word &fieldName, Field< Type > &psi, const LduMatrix< Type, DType, LUType > &matrix, const Field< DType > &rD, const label nSweeps)
Foam::TGaussSeidelSmoother.
const volScalarField & psi