46 namespace interpolations
93 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.
Uses volPointInterpolation to create values on the points. Then does a Mean Value Coordinates (MVC) i...
virtual autoPtr< interpolation< Type > > clone() const
Clone.
pointMVC(const VolField< Type > &psi)
Construct from components.
TypeName("pointMVC")
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.
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.