Go to the documentation of this file.
35 #ifndef fvMeshMapper_H
36 #define fvMeshMapper_H
fvBoundaryMeshMapper boundaryMap_
Boundary mapper.
const fvSurfaceMapper & surfaceMap() const
Return surface mapper.
Abstract base class to hold the Field mapping for mesh morphs.
cellMapper cellMap_
Cell mapper.
This object provides mapping and fill-in information for cell data between the two meshes after the t...
const fvMesh & mesh_
Reference to mesh.
const morphFieldMapper & volMap() const
Return volume mapper.
Registry of regIOobjects.
fvMeshMapper(const fvMeshMapper &)
Disallow default bitwise copy construct.
faceMapper faceMap_
Face mapper.
fvSurfaceMapper surfaceMap_
Surface mapper (needs to be shortened for internal faces only)
This object provides mapping and fill-in information for face data between the two meshes after the t...
const fvMesh & mesh() const
Return reference to mesh.
void operator=(const fvMeshMapper &)
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
const fvBoundaryMeshMapper & boundaryMap() const
Return boundary mapper.
Class holds all the necessary information for mapping fields associated with fvMesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const objectRegistry & thisDb() const
Return reference to objectRegistry storing fields. Can be.
Foam::fvBoundaryMeshMapper.
fvMeshMapper(const fvMesh &mesh, const mapPolyMesh &mpm)
Construct from fvMesh.