36 #ifndef pointMeshMapper_H
37 #define pointMeshMapper_H
49 class polyTopoChangeMap;
78 boundaryMap_(
mesh, pointMap_, map)
Abstract base class to hold the Field mapping for mesh morphs.
Registry of regIOobjects.
Foam::pointBoundaryMeshMapper.
This object provides mapping and fill-in information for point data between the two meshes after the ...
Class holds all the necessary information for mapping fields associated with pointMesh.
const objectRegistry & thisDb() const
Return reference to objectRegistry storing fields. Can be.
const pointBoundaryMeshMapper & boundaryMap() const
Return boundary mapper.
pointMeshMapper(const pointMesh &mesh, const polyTopoChangeMap &map)
Construct from pointMesh.
void operator=(const pointMeshMapper &)=delete
Disallow default bitwise assignment.
const pointMesh & mesh() const
Return reference to mesh fields belong to.
const morphFieldMapper & pointMap() const
Return point mapper.
Mesh representing a set of points created from polyMesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.