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.
Container to calculate weights for interpolating directly from vertices of cell using Mean Value Coor...
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Return the field to be interpolated.
const GeometricField< Type, pointPatchField, pointMesh > psip_
Interpolated volfield.
TypeName("pointMVC")
Runtime type information.
Abstract base class for interpolation.
Given cell centre values interpolates to vertices and uses these to do a Mean Value Coordinates inter...