Deltares / numba_celltree

Celltree data structure for searching for points, lines, boxes, and cells (convex polygons) in a two dimensional unstructured mesh.
https://deltares.github.io/numba_celltree/
MIT License
11 stars 3 forks source link

Expose cell tree _locate faces #10

Closed Huite closed 3 months ago

Huite commented 1 year ago

Essentially just remove the underscore to mark it non-private.