VolMesh.has_edge
- VolMesh.has_edge(edge)[source]
Verify that the volmesh contains a directed edge (u, v).
- Parameters:
- edgetuple[int, int]
The identifier of the edge.
- Returns:
- bool
True if the edge exists. False otherwise.
See also
has_vertex()
,has_face()
,has_cell()