VolMesh.edge_direction

VolMesh.edge_direction(edge)[source]

Return the direction vector of an edge.

Parameters

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

Returns

list[float] – The direction vector of the edge.