ForceVolMesh.is_edge_on_boundary
- ForceVolMesh.is_edge_on_boundary(edge)
Verify that an edge is on the boundary.
- Parameters
edge (tuple of int) – The identifier of the edge.
- Returns
bool – True if the edge is on the boundary. False otherwise.
Note
This method simply checks if u-v or v-u is on the edge of the volmesh. The direction u-v does not matter.