HalfFace.cell_halfedge_face

HalfFace.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.

Notes

This method is similar to halfedge_face(), but in the context of a cell of the VolMesh.