uxarray.Grid.edge_edge_connectivity

uxarray.Grid.edge_edge_connectivity#

property Grid.edge_edge_connectivity#

Connectivity variable representing the indices of edges that share at least one node.

In grids with a mix of geometries (e.g., triangles and hexagons), rows containing fewer than the maximum number of edge indices are padded with the fill value defined in INT_FILL_VALUE.

Returns:

edge_edge_connectivity – An array of shape (n_edge, n_max_edge_edges) representing the connectivity.

Return type:

xarray.DataArray