37 #ifndef volPointInterpolation_H
38 #define volPointInterpolation_H
Templated abstract base-class for demand-driven mesh objects used to automate their allocation to the...
Generic GeometricField class.
const word & name() const
Return name.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
Interpolate from cell centres to points (vertices) using inverse distance weighting.
void operator=(const volPointInterpolation &)=delete
Disallow default bitwise assignment.
~volPointInterpolation()
Destructor.
volPointInterpolation(const fvMesh &)
Constructor given fvMesh.
void interpolateDisplacement(const volVectorField &, pointVectorField &) const
Interpolate from volField to pointField.
tmp< PointField< Type > > interpolate(const VolField< Type > &) const
Interpolate volField using inverse distance weighting.
void interpolateUnconstrained(const VolField< Type > &, PointField< Type > &) const
Interpolate from volField to pointField.
ClassName("volPointInterpolation")
A class for handling words, derived from string.