HalfFace.cell_edges

HalfFace.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.

Notes

This method is similar to edges(), but in the context of a cell of the VolMesh.