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