HalfFace.is_cell_on_boundary

HalfFace.is_cell_on_boundary(cell)[source]

Verify that a cell is on the boundary.

Parameters

cell (int) – Identifier of the cell.

Returns

bool – True if the face is on the boundary. False otherwise.