Go to the documentation of this file.
33 #ifndef interpolationCellPoint_H
34 #define interpolationCellPoint_H
86 const label faceI = -1
95 const label faceI = -1
TypeName("cellPoint")
Runtime type information.
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Return the field to be interpolated.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Given cell centre values and point (vertex) values decompose into tetrahedra and linear interpolate w...
Abstract base class for interpolation.
Type interpolate(const cellPointWeight &cpw) const
Interpolate field for the given cellPointWeight.
Storage and named access for the indices of a tet which is part of the decomposition of a cell.
interpolationCellPoint(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
Generic GeometricField class.
const GeometricField< Type, pointPatchField, pointMesh > psip_
Interpolated volfield.