39 #ifndef cellPointFace_H
40 #define cellPointFace_H
48 namespace interpolations
77 label tetLabelCandidate[],
78 label tetPointLabels[],
80 scalar phiCandidate[],
91 label tetPointLabels[],
130 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...
Abstract base class for interpolation.
Piecewise-linear interpolation method. Uses volPointInterpolation to create values on the points and ...
virtual autoPtr< interpolation< Type > > clone() const
Clone.
TypeName("cellPointFace")
Runtime type information.
cellPointFace(const VolField< Type > &psi)
Construct from components.
Type interpolate(const vector &position, const label celli, const label facei=-1) const
Interpolate field to the given point in the given cell.
Base class for interpolations that require a vol-point interpolated field.
const volScalarField & psi
point position(const polyMesh &mesh, const barycentric &coordinates, const label celli, const label facei, const label faceTrii, const scalar stepFraction)
Return the position given the coordinates and tet topology.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.