VolMesh.cell_halfedges
- VolMesh.cell_halfedges(cell)[source]
The halfedges of a cell.
- Parameters
cell (int) – Identifier of the cell.
- Returns
list[tuple[int, int]] – The halfedges of a cell.
Notes
This method is similar to
halfedges()
, but in the context of a cell of the VolMesh.