uxarray.Grid.face_face_connectivity

uxarray.Grid.face_face_connectivity#

property Grid.face_face_connectivity#

Connectivity variable representing the indices of faces that share edges.

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

Returns:

face_face_connectivity – An array of shape (n_face, n_max_face_faces) representing the connectivity.

Return type:

xarray.DataArray