VolMesh.edge_vector
- VolMesh.edge_vector(edge)[source]
Return the vector of an edge.
- Parameters
edge (tuple[int, int]) – The edge identifier.
- Returns
list[float] – The vector from u to v.
Return the vector of an edge.
edge (tuple[int, int]) – The edge identifier.
list[float] – The vector from u to v.