Go to the documentation of this file.
33 #ifndef interpolationPointMVC_H
34 #define interpolationPointMVC_H
89 const label faceI = -1
interpolationPointMVC(const GeometricField< Type, fvPatchField, volMesh > &psi)
Construct from components.
Type interpolate(const pointMVCWeight &cpw) const
Interpolate field for the given cellPointWeight.
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.
Container to calculate weights for interpolating directly from vertices of cell using Mean Value Coor...
Abstract base class for interpolation.
Given cell centre values interpolates to vertices and uses these to do a Mean Value Coordinates inter...
TypeName("pointMVC")
Runtime type information.
const GeometricField< Type, pointPatchField, pointMesh > psip_
Interpolated volfield.
Generic GeometricField class.