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