![]() |
|
Public Member Functions | |
ClassName ("meshCutter") | |
Runtime type information. | |
meshCutter (const polyMesh &mesh) | |
Construct from mesh. | |
~meshCutter () | |
void | setRefinement (const cellCuts &cuts, polyTopoChange &meshMod) |
Do actual cutting with cut description. Inserts mesh changes. | |
void | updateMesh (const mapPolyMesh &) |
Force recalculation of locally stored data on topological change. | |
const Map< label > & | addedCells () const |
Cells added. Per split cell label of added cell. | |
const Map< label > & | addedFaces () const |
Faces added. Per split cell label of added face. | |
const HashTable< label, edge, Hash< edge > > & | addedPoints () const |
Points added. Per split edge label of added point. |
|
Construct from mesh.
|
|
|
|
Cells added. Per split cell label of added cell.
Definition at line 315 of file meshCutter.H. |
|
Faces added. Per split cell label of added face.
Definition at line 321 of file meshCutter.H. |
|
Points added. Per split edge label of added point.
Definition at line 327 of file meshCutter.H. |
|
Runtime type information.
|
|
Do actual cutting with cut description. Inserts mesh changes. into meshMod. Reimplemented in undoableMeshCutter. |
|
Force recalculation of locally stored data on topological change.
Reimplemented in undoableMeshCutter. |