CellNetwork.is_halfface_on_boundary
- CellNetwork.is_halfface_on_boundary(halfface)[source]
Verify that a face is on the boundary.
- Parameters:
- halffaceint
The identifier of the halfface.
- Returns:
- bool
True if the face is on the boundary. False otherwise.