CellNetwork.face_cell_adjacency
- CellNetwork.face_cell_adjacency(faces=None)[source]
Returns an adjacency where adjacency[face] = [cell1, cell2].
- Parameters:
- faceslist of int, optional
The faces for which to compute the adjacency, defaults to all faces in the datastructure.