VolMesh3gs.cell_faces
- VolMesh3gs.cell_faces(cell)
The faces of a cell.
- Parameters
cell (int) – Identifier of the cell.
- Returns
list[int] – The faces of a cell.
Notes
This method is similar to
faces()
, but in the context of a cell of the VolMesh.