uxarray.Grid.edge_node_connectivity#
- property Grid.edge_node_connectivity#
Connectivity variable representing the indices of nodes (mesh vertices) that define each edge.
Each row (i.e., each edge) contains exactly two node indices that define the start and end points of the edge. The nodes are stored in an arbitrary order.
- Returns:
edge_node_connectivity – An array of shape (
n_edge
, 2)- Return type: