Foam::interpolationCell. More...
#include <finiteVolume/interpolationCell.H>
Definition at line 49 of file interpolationCell.H.
Inheritance diagram for interpolationCell< Type >:
Collaboration diagram for interpolationCell< Type >:Public Member Functions | |
| TypeName ("cell") | |
| Runtime type information.
| |
| interpolationCell (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
| Construct from components.
| |
| Type | interpolate (const vector &position, const label nCell, const label facei=-1) const |
| Interpolate field to the given point in the given cell.
| |
| interpolationCell | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi ) |
Construct from components.
Definition at line 40 of file interpolationCell.C.
| TypeName | ( | "cell" | ) |
Runtime type information.
| Type interpolate | ( | const vector & | position, |
| const label | nCell, | ||
| const label | facei = -1
|
||
| ) | const [virtual]
|
Interpolate field to the given point in the given cell.
Implements interpolation< Type >.
Definition at line 52 of file interpolationCell.C.