CellNetwork.cell_vertex_faces
- CellNetwork.cell_vertex_faces(cell, vertex)[source]
Ordered faces connected to a vertex of a cell.
- Parameters:
- cellint
Identifier of the cell.
- vertexint
Identifier of the vertex.
- Returns:
- list[int]
The ordered list of faces connected to a vertex of a cell.
See also
Notes
All of the returned faces should are part of the same cell.
This method is similar to
vertex_faces()
, but in the context of a cell of the VolMesh.