uxarray.Grid.node_face_connectivity#
- property Grid.node_face_connectivity#
Connectivity variable representing the indices of faces that share a given node.
In grids with a mix of geometries (e.g., triangles and hexagons), rows containing fewer than
n_max_node_faces
indices are padded with the fill value defined inINT_FILL_VALUE
.- Returns:
node_face_connectivity – An array of shape (
n_node
,n_max_node_faces
) representing the connectivity.- Return type: