xugrid.Ugrid1d.intersect_edges#

Ugrid1d.intersect_edges(edges: ndarray)#

Find in which grid edges are edges are located and compute the intersection with the edges.

Parameters:

edges (ndarray of floats with shape (n_edge, 2, 2)) – The first dimensions represents the different edges. The second dimensions represents the start and end of every edge. The third dimensions reresent the x and y coordinate of every vertex.

Returns:

  • edge_index (ndarray of integers with shape (n_intersection,))

  • edge_tree_index (ndarray of integers with shape (n_intersection,))

  • intersections (ndarray of float with shape (n_intersection, 2, 2))