xugrid.Ugrid1d.locate_points#
- Ugrid1d.locate_points(points: ndarray)#
Find on which edge points are located.
- Parameters:
points (ndarray of floats with shape
(n_point, 2)
)- Returns:
edge_index
- Return type:
ndarray of integers with shape
(n_points,)