35 #ifndef fvMeshMapper_H
36 #define fvMeshMapper_H
50 class polyTopoChangeMap;
86 surfaceMap_(
mesh, faceMap_),
87 boundaryMap_(
mesh, faceMap_)
This object provides mapping and fill-in information for cell data between the two meshes after the t...
This object provides mapping and fill-in information for face data between the two meshes after the t...
Foam::fvBoundaryMeshMapper.
Class holds all the necessary information for mapping fields associated with fvMesh.
const fvBoundaryMeshMapper & boundaryMap() const
Return boundary mapper.
const fvMesh & mesh() const
Return reference to mesh.
const objectRegistry & thisDb() const
Return reference to objectRegistry storing fields. Can be.
const fvSurfaceMapper & surfaceMap() const
Return surface mapper.
fvMeshMapper(const fvMesh &mesh, const polyTopoChangeMap &map)
Construct from fvMesh.
const morphFieldMapper & volMap() const
Return volume mapper.
void operator=(const fvMeshMapper &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class to hold the Field mapping for mesh morphs.
Registry of regIOobjects.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.