Abstract base class for interpolation. More...


Public Member Functions | |
| TypeName ("interpolation") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const VolField< Type > &psi),(psi)) | |
| virtual autoPtr< interpolation< Type > > | clone () const =0 |
| Clone. More... | |
| virtual | ~interpolation () |
| Destructor. More... | |
Static Public Member Functions | |
| static autoPtr< interpolation< Type > > | New (const word &interpolationType, const VolField< Type > &psi) |
| Return a reference to the specified interpolation scheme. More... | |
| static autoPtr< interpolation< Type > > | New (const dictionary &interpolationSchemes, const VolField< Type > &psi) |
| Return a reference to the selected interpolation scheme. More... | |
Abstract base class for interpolation.
Definition at line 230 of file interpolation.H.
|
virtual |
Destructor.
Definition at line 99 of file interpolation.C.
| TypeName | ( | "interpolation< Type >" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| interpolation< Type > | , | ||
| dictionary | , | ||
| (const VolField< Type > &psi) | , | ||
| (psi) | |||
| ) |
|
static |
Return a reference to the specified interpolation scheme.
Definition at line 52 of file interpolation.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, IOobject::name(), Foam::nl, and psi.
Referenced by ParamagneticForce< CloudType >::cacheFields(), and streamlines::write().


|
static |
Return a reference to the selected interpolation scheme.
Definition at line 76 of file interpolation.C.
References dictionary::lookup(), IOobject::name(), Foam::New(), and psi.

|
pure virtual |
Clone.