CellNetwork.vertex_faces

CellNetwork.vertex_faces(vertex)[source]

Return all faces connected to a vertex.

Parameters:
vertexint

The identifier of the vertex.

Returns:
list[int]

The list of faces connected to a vertex.