LLNL / axom

CS infrastructure components for HPC applications
BSD 3-Clause "New" or "Revised" License
151 stars 27 forks source link

New spatial query to find elements intersecting a Ray #126

Closed kennyweiss closed 2 years ago

kennyweiss commented 4 years ago

A user has requested a new spatial query to find a set of candidate elements from a mesh whose BoundingBoxes intersect a given Ray.

Request Details

Available functionality

Missing functionality

gzagaris commented 4 years ago

@kennyweiss, since we do not get have access to the "custom high order mesh", it would be cleaner if they just use our spatial acceleration data-structures to prune their search, which takes the supplied bounding boxes, which they will be computing.

As I mentioned earlier, I am planning to do this for the BVH, which is also needed for the probe package.

kennyweiss commented 4 years ago

Thanks @gzagaris -- that is exactly what I had in mind.
I think the BVH will be a great fit for their needs.

So, are you claiming this ticket?

kennyweiss commented 2 years ago

@rhornung67 -- the bulk of this issue was resolved in #177 (~March 2020).

Based on the comments there, we kept this issue open in case we needed a Fortran interface for the Ray-BBox intersection query. Since this hasn't been requested since then, I'm closing this issue. We can create a new issue if needed.