Public Member Functions | |
virtual const word & | type () const =0 |
declareRunTimeSelectionTable (autoPtr, preconditioner, symMatrix,(const solver &sol, const dictionary &preconditionerDict),(sol, preconditionerDict)) | |
declareRunTimeSelectionTable (autoPtr, preconditioner, asymMatrix,(const solver &sol, const dictionary &preconditionerDict),(sol, preconditionerDict)) | |
preconditioner (const solver &sol) | |
virtual | ~preconditioner ()=default |
virtual void | read (const dictionary &preconditionerDict) |
virtual void | precondition (Field< Type > &wA, const Field< Type > &rA) const =0 |
virtual void | preconditionT (Field< Type > &wT, const Field< Type > &rT) const |
Static Public Member Functions | |
static autoPtr< preconditioner > | New (const solver &sol, const dictionary &preconditionerDict) |
Protected Attributes | |
const solver & | solver_ |
Definition at line 358 of file LduMatrix.H.
|
inline |
Definition at line 404 of file LduMatrix.H.
|
virtualdefault |
|
pure virtual |
declareRunTimeSelectionTable | ( | autoPtr | , |
preconditioner | , | ||
symMatrix | , | ||
(const solver &sol, const dictionary &preconditionerDict) | , | ||
(sol, preconditionerDict) | |||
) |
declareRunTimeSelectionTable | ( | autoPtr | , |
preconditioner | , | ||
asymMatrix | , | ||
(const solver &sol, const dictionary &preconditionerDict) | , | ||
(sol, preconditionerDict) | |||
) |
|
static |
Definition at line 29 of file LduMatrixPreconditioner.C.
References LduMatrix::asymmetric(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, dictionary::get(), LduMatrix::solver::matrix(), and LduMatrix::symmetric().
|
inlinevirtual |
Reimplemented in DiagonalPreconditioner< Type, DType, LUType >, and NoPreconditioner< Type, DType, LUType >.
Definition at line 431 of file LduMatrix.H.
Reimplemented in DiagonalPreconditioner< Type, DType, LUType >, TDILUPreconditioner< Type, DType, LUType >, and NoPreconditioner< Type, DType, LUType >.
Definition at line 445 of file LduMatrix.H.
References NotImplemented.
|
protected |
Definition at line 365 of file LduMatrix.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.