xugrid.Ugrid1d.edge_edge_connectivity#

property Ugrid1d.edge_edge_connectivity: csr_matrix#

Edge to edge connectivity.

The connectivity is represented as an adjacency matrix in CSR format, with the row and column indices as a (0-based) edge index. The data of the matrix contains the node index of the common node through which the connection is formed.

Returns:

connectivity

Return type:

csr_matrix