CellNetwork.edge_faces

CellNetwork.edge_faces(edge)[source]

Return the faces adjacent to an edge.

Parameters:
edgetuple[int, int]

The edge identifier.

Returns:
list[int]

The identifiers of the adjacent faces.