37 #ifndef volPointInterpolation_H 38 #define volPointInterpolation_H 56 public MeshObject<fvMesh, UpdateableMeshObject, volPointInterpolation>
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Interpolate volField using inverse distance weighting.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
const word & name() const
Return name.
Generic GeometricField class.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
ClassName("volPointInterpolation")
Templated abstract base-class for optional mesh objects used to automate their allocation to the mesh...
~volPointInterpolation()
Destructor.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void interpolateUnconstrained(const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< Type, pointPatchField, pointMesh > &) const
Interpolate from volField to pointField.
virtual void topoChange(const polyTopoChangeMap &)
Update mesh topology using the morph engine.
Interpolate from cell centres to points (vertices) using inverse distance weighting.
void interpolateDisplacement(const volVectorField &, pointVectorField &) const
Interpolate from volField to pointField.
volPointInterpolation(const fvMesh &)
Constructor given fvMesh and pointMesh.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.
virtual bool movePoints()
Correct weighting factors for moving mesh.
void operator=(const volPointInterpolation &)=delete
Disallow default bitwise assignment.