38#ifndef Foam_pointMeshMapper_H
39#define Foam_pointMeshMapper_H
74 pointMeshMapper(
const pointMeshMapper&) =
delete;
77 void operator=(
const pointMeshMapper&) =
delete;
89 boundaryMap_(
mesh, pointMap_, mpm)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
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 ...
pointMeshMapper(const pointMesh &mesh, const mapPolyMesh &mpm)
Construct from pointMesh.
const pointMesh & mesh() const noexcept
Return reference to mesh fields belong to.
const pointBoundaryMeshMapper & boundaryMap() const noexcept
Return boundary mapper.
const objectRegistry & thisDb() const noexcept
Return reference to objectRegistry storing fields. Can be.
const morphFieldMapper & pointMap() const noexcept
Return point mapper.
Mesh representing a set of points created from polyMesh.