Public Member Functions | |
virtual const word & | type () const =0 |
declareRunTimeSelectionTable (autoPtr, smoother, symMatrix,(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix),(fieldName, matrix)) | |
declareRunTimeSelectionTable (autoPtr, smoother, asymMatrix,(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix),(fieldName, matrix)) | |
smoother (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix) | |
virtual | ~smoother ()=default |
const word & | fieldName () const noexcept |
const LduMatrix< Type, DType, LUType > & | matrix () const noexcept |
virtual void | smooth (Field< Type > &psi, const label nSweeps) const =0 |
Static Public Member Functions | |
static autoPtr< smoother > | New (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &smootherDict) |
Protected Attributes | |
word | fieldName_ |
const LduMatrix< Type, DType, LUType > & | matrix_ |
Definition at line 261 of file LduMatrix.H.
Definition at line 98 of file LduMatrixSmoother.C.
|
virtualdefault |
|
pure virtual |
declareRunTimeSelectionTable | ( | autoPtr | , |
smoother | , | ||
symMatrix | , | ||
(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix) | , | ||
(fieldName, matrix) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
smoother | , | ||
asymMatrix | , | ||
(const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix) | , | ||
(fieldName, matrix) | |||
) |
|
static |
Definition at line 29 of file LduMatrixSmoother.C.
References LduMatrix::asymmetric(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, dictionary::get(), and LduMatrix::symmetric().
|
inlinenoexcept |
Definition at line 337 of file LduMatrix.H.
References LduMatrix::smoother::fieldName_.
|
inlinenoexcept |
Definition at line 342 of file LduMatrix.H.
References LduMatrix::smoother::matrix_.
|
pure virtual |
Implemented in TGaussSeidelSmoother< Type, DType, LUType >.
|
protected |
Definition at line 267 of file LduMatrix.H.
Referenced by LduMatrix::smoother::fieldName().
|
protected |
Definition at line 268 of file LduMatrix.H.
Referenced by LduMatrix::smoother::matrix().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.