CellNetwork.vertex_neighbors
- CellNetwork.vertex_neighbors(vertex)[source]
Return the vertex neighbors of a vertex.
- Parameters:
- vertexint
The identifier of the vertex.
- Returns:
- list[int]
The list of neighboring vertices.
See also
vertex_degree()
,vertex_min_degree()
,vertex_max_degree()
vertex_faces()
,vertex_halffaces()
,vertex_cells()
vertex_neighborhood()