HalfFace.is_cell_on_boundary
- HalfFace.is_cell_on_boundary(cell)[source]
Verify that a cell is on the boundary.
- Parameters:
- cellint
Identifier of the cell.
- Returns:
- bool
True if the face is on the boundary. False otherwise.
See also
is_vertex_on_boundary()
,is_edge_on_boundary()
,is_face_on_boundary()