40 nOldEdges_(
mesh.nEdges()),
41 nOldInternalEdges_(
mesh.nInternalEdges()),
42 nOldFaces_(
mesh.nFaces()),
48 boundaryMap_(
mesh, mpm)
53 oldPatchSizes_.resize(
patches.size());
54 oldPatchStarts_.resize(
patches.size());
55 oldPatchEdgeFaces_.resize(
patches.size());
59 oldPatchSizes_[patchI] =
patches[patchI].size();
60 oldPatchStarts_[patchI] =
patches[patchI].start();
62 oldPatchEdgeFaces_[patchI] =
patches[patchI].edgeFaces();
Finite area boundary mesh, which is a faPatch list with registered IO, a reference to the associated ...
const faMesh & mesh() const
Return reference to mesh.
faMeshMapper(const faMeshMapper &)=delete
No copy construct.
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const polyBoundaryMesh & patches
#define forAll(list, i)
Loop across all elements in list.