uxarray.grid.connectivity._build_edge_node_connectivity

uxarray.grid.connectivity._build_edge_node_connectivity#

uxarray.grid.connectivity._build_edge_node_connectivity(face_nodes, n_face, n_max_face_nodes)#

Constructs the UGRID connectivity variable (edge_node_connectivity) and stores it within the internal (Grid._ds) and through the attribute (Grid.edge_node_connectivity).

Additionally, the attributes (inverse_indices) and (fill_value_mask) are stored for constructing other connectivity variables.

Parameters:

repopulate (bool, optional) – Flag used to indicate if we want to overwrite the existed edge_node_connectivity and generate a new inverse_indices, default is False