42 #ifndef localPointRegion_H 43 #define localPointRegion_H 62 class polyTopoChangeMap;
92 void countPointRegions
101 void calcPointRegions
110 static bool isDuplicate
168 return meshPointMap_;
174 return pointRegions_;
const labelListList & pointRegions() const
Per local point the regions it is in.
const faceList & faceRegions() const
Per face the region of its points.
A face is a list of labels corresponding to mesh vertices.
Cell-face mesh analysis engine.
const Map< label > & meshPointMap() const
Per point that is to be duplicated the local index.
void topoChange(const polyTopoChangeMap &)
Force recalculation of locally stored data on topological change.
Takes mesh with 'baffles' (= boundary faces sharing points). Determines for selected points on bounda...
static labelPairList findDuplicateFacePairs(const polyMesh &)
Helper routine to find all baffles (two boundary faces.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
localPointRegion(const polyMesh &mesh)
Construct from mesh. Assumes all non-coupled boundary points.
const Map< label > & meshFaceMap() const
Per face that uses a duplicated point the local index.
ClassName("localPointRegion")
Runtime type information.
static labelList findDuplicateFaces(const primitiveMesh &, const labelList &)
Helper routine to find baffles (two boundary faces using the.
Mesh consisting of general polyhedral cells.