Block.is_vertex_on_boundary
- Block.is_vertex_on_boundary(key)
Verify that a vertex is on a boundary.
- Parameters:
- keyint
The identifier of the vertex.
- Returns:
- bool
True if the vertex is on the boundary. False otherwise.
Verify that a vertex is on a boundary.
The identifier of the vertex.
True if the vertex is on the boundary. False otherwise.