Mesh.is_edge_on_boundary

Mesh.is_edge_on_boundary(edge)[source]

Verify that an edge is on the boundary.

Parameters:
edgetuple[int, int]

The identifier of the edge.

Returns:
bool

True if the edge is on the boundary. False otherwise.