ForceVolMesh.cell_vertex_faces
- ForceVolMesh.cell_vertex_faces(cell, vertex)
Ordered faces connected to a vertex of a cell.
- Parameters
cell (int) – Identifier of the cell.
vertex (int) – Identifier of the vertex.
- Returns
list – The ordered list of faces connected to a vertex of a cell.
Notes
All of the returned faces should be part of the cell.