CellNetwork.edge_face_adjacency
- CellNetwork.edge_face_adjacency(faces=None)[source]
Returns an adjacency where adjacency[edge] = {face1, face2}.
- Parameters:
- faceslist of int, optional
The faces for which to compute the adjacency, defaults to all faces in the datastructure
- Returns:
- dict
A dictionary dict[edge] = face key