Abstract base-class for LduMatrix smoothers. More...
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. More... | |
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 () |
const word & | fieldName () const |
const LduMatrix< Type, DType, LUType > & | matrix () const |
virtual void | smooth (Field< Type > &psi, const label nSweeps) const =0 |
Smooth the solution for a given number of sweeps. More... | |
Static Public Member Functions | |
static autoPtr< smoother > | New (const word &fieldName, const LduMatrix< Type, DType, LUType > &matrix, const dictionary &smootherDict) |
Return a new smoother. More... | |
Protected Attributes | |
word | fieldName_ |
const LduMatrix< Type, DType, LUType > & | matrix_ |
Abstract base-class for LduMatrix smoothers.
Definition at line 261 of file LduMatrix.H.
Definition at line 107 of file LduMatrixSmoother.C.
Referenced by LduMatrix< Type, DType, LUType >::smoother::New().
|
inlinevirtual |
Definition at line 332 of file LduMatrix.H.
|
pure virtual |
Runtime type information.
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 |
Return a new smoother.
Definition at line 33 of file LduMatrixSmoother.C.
References LduMatrix< Type, DType, LUType >::asymmetric(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, dictionary::lookup(), LduMatrix< Type, DType, LUType >::smoother::smoother(), and LduMatrix< Type, DType, LUType >::symmetric().
|
inline |
Definition at line 340 of file LduMatrix.H.
References LduMatrix< Type, DType, LUType >::solver::fieldName_.
|
inline |
Definition at line 345 of file LduMatrix.H.
References LduMatrix< Type, DType, LUType >::solver::matrix_, psi, and Foam::fvc::smooth().
Smooth the solution for a given number of sweeps.
Implemented in TGaussSeidelSmoother< Type, DType, LUType >.
|
protected |
Definition at line 267 of file LduMatrix.H.
|
protected |
Definition at line 268 of file LduMatrix.H.