37#ifndef Foam_fvMeshMapper_H
38#define Foam_fvMeshMapper_H
81 fvMeshMapper(
const fvMeshMapper&) =
delete;
84 void operator=(
const fvMeshMapper&) =
delete;
97 surfaceMap_(
mesh, faceMap_),
98 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.
const fvSurfaceMapper & surfaceMap() const
Return surface mapper.
const fvBoundaryMeshMapper & boundaryMap() const
Return boundary mapper.
const objectRegistry & thisDb() const
Return reference to objectRegistry storing fields. Can be.
fvMeshMapper(const fvMesh &mesh, const mapPolyMesh &mpm)
Construct from fvMesh.
const fvMesh & mesh() const
Return reference to mesh.
const morphFieldMapper & volMap() const
Return volume mapper.
Mesh data needed to do the Finite Volume discretisation.
A finiteVolume surface mapper.
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.