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