uxarray.Grid.face_edge_connectivity#
- property Grid.face_edge_connectivity#
Connectivity variable representing the indices of edges that define each face.
Each row (i.e., each face) contains at least three edge indices and up to a maximum of
n_max_face_edges
. In grids with a mix of geometries (e.g., triangles and hexagons), rows containing fewer thann_max_face_edges
indices are padded with the fill value defined inINT_FILL_VALUE
.- Returns:
face_edge_connectivity – An array of shape (
n_face
,n_max_face_edges
) representing the connectivity.- Return type: