126 class polyTopoChange;
200 const label neighbour
212 const label neighbour
239 face addEdgeCutsToFace(
const label facei)
const;
250 void getFacesEdgesPoints
meshCutter(const polyMesh &mesh)
Construct from mesh.
A face is a list of labels corresponding to mesh vertices.
labelList pointLabels(nPoints, -1)
Description of cuts across cells.
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Combines edge or vertex in single label. Used to specify cuts across cell circumference.
An STL-conforming hash table.
void setRefinement(const cellCuts &cuts, polyTopoChange &meshMod)
Do actual cutting with cut description. Inserts mesh changes.
const polyMesh & mesh() const
const Map< label > & addedCells() const
Cells added. Per split cell label of added cell.
ClassName("meshCutter")
Runtime type information.
Direct mesh changes based on v1.3 polyTopoChange syntax.
const Map< label > & addedFaces() const
Faces added. Per split cell label of added face.
void topoChange(const polyTopoChangeMap &)
Force recalculation of locally stored data on topological change.
Mesh consisting of general polyhedral cells.
void operator=(const meshCutter &)=delete
Disallow default bitwise assignment.
const HashTable< label, edge, Hash< edge > > & addedPoints() const
Points added. Per split edge label of added point.