32 #ifndef interpolationCell_H
33 #define interpolationCell_H
92 const label facei = -1
102 const label facei = -1
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Uses the cell value for any point in the cell.
interpolationCell(const VolField< Type > &psi)
Construct from components.
virtual autoPtr< interpolation< Type > > clone() const
Clone.
TypeName("cell")
Runtime type information.
Type interpolate(const vector &position, const label celli, const label facei=-1) const
Interpolate field to the given point in the given cell.
Abstract base class for interpolation.
const VolField< Type > & psi() const
Return the field to be interpolated.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
label cell() const
Return the cell.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.