CellNetwork.cell_faces
- CellNetwork.cell_faces(cell)[source]
The faces of a cell.
- Parameters:
- cellint
Identifier of the cell.
- Returns:
- list[int]
The faces of a cell.
See also
Notes
This method is similar to
faces()
, but in the context of a cell of the VolMesh.