CellNetwork.cell_halfedge_face
- CellNetwork.cell_halfedge_face(cell, halfedge)[source]
Find the face corresponding to a specific halfedge of a cell.
- Parameters:
- cellint
The identifier of the cell.
- halfedgetuple[int, int]
The identifier of the halfedge.
- Returns:
- int
The identifier of the face.
See also
cell_halfedge_opposite_face()
Notes
This method is similar to
halfedge_face()
, but in the context of a cell of the VolMesh.