VolMesh.is_cell_on_boundary
- VolMesh.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.
Verify that a cell is on the boundary.
cell (int) – Identifier of the cell.
bool – True if the face is on the boundary. False otherwise.