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