204 const label neighbour
216 const label neighbour
243 face addEdgeCutsToFace(
const label facei)
const;
254 void getFacesEdgesPoints
265 meshCutter(
const meshCutter&) =
delete;
268 void operator=(
const meshCutter&) =
delete;
Map from edge (expressed as its endpoints) to value. Hashing (and ==) on an edge is symmetric.
A HashTable to objects of type <T> with a label key.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Description of cuts across cells.
const polyMesh & mesh() const
An edge is a list of two vertex labels. This can correspond to a directed graph edge or an edge on a ...
A face is a list of labels corresponding to mesh vertices.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
~meshCutter()=default
Destructor.
const EdgeMap< label > & addedPoints() const
Points added. Per split edge label of added point.
const Map< label > & addedFaces() const
Faces added. Per split cell label of added face.
ClassName("meshCutter")
Runtime type information.
void updateMesh(const mapPolyMesh &)
Force recalculation of locally stored data on topological change.
void setRefinement(const cellCuts &cuts, polyTopoChange &meshMod)
Do actual cutting with cut description. Inserts mesh changes.
const Map< label > & addedCells() const
Cells added. Per split cell label of added cell.
Mesh consisting of general polyhedral cells.
Direct mesh changes based on v1.3 polyTopoChange syntax.
#define ClassName(TypeNameString)
Add typeName information from argument TypeNameString to a class.
List< label > labelList
A List of labels.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
labelList pointLabels(nPoints, -1)
Basic run-time type information using word as the type's name. Used to enhance the standard RTTI to c...