VolMesh.cell_vertex_faces
- VolMesh.cell_vertex_faces(cell, vertex)[source]
Ordered faces connected to a vertex of a cell.
- Parameters
cell (int) – Identifier of the cell.
vertex (int) – Identifier of the vertex.
- Returns
list[int] – The ordered list of faces connected to a vertex of a cell.
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.