Skip to content

Commit

Permalink
[ci skip] Add examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Apr 9, 2024
1 parent 466efb7 commit 8d121fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/README.md
@@ -0,0 +1,14 @@
This directory contains examples that use different parts of ArborX.

Directory | Description
|:-- |:-- |
`access_traits` | provide non-View user data to ArborX
`brute_force` | use brute force to solve a problem
`callback` | execute search which calls user function on match
`dbscan` | cluster a set of points using DBSCAN
`molecular_dynamics` | do one step of moving particles under forces
`moving_least_squares` | interpolate data between point clouds using MLS
`raytracing` | deposit ray energy onto intersected boxes
`simple_intersection` | find boxes that contain points
`triangle_intersection` | find triangles that contain points
`viz` | visualize hierarchy and traversal

0 comments on commit 8d121fb

Please sign in to comment.