VolMesh3gs.has_edge

VolMesh3gs.has_edge(edge)

Verify that the volmesh contains a directed edge (u, v).

Parameters

edge (tuple[int, int]) – The identifier of the edge.

Returns

bool – True if the edge exists. False otherwise.