VolMesh.edge_cells
- VolMesh.edge_cells(edge)[source]
Ordered cells around edge (u, v).
- Parameters
edge (tuple[int, int]) – The identifier of the edge.
- Returns
list[int] – Ordered list of keys identifying the ordered cells.
Ordered cells around edge (u, v).
edge (tuple[int, int]) – The identifier of the edge.
list[int] – Ordered list of keys identifying the ordered cells.