From: Timo Heister
ArborX is an open-source library designed to provide performance portable algorithms for geometric search, similarly to nanoflann and Boost Geometry.
- To use a self compiled version, pass -DARBORX_DIR=/path/to/arborx
to the deal.II CMake call. To use ArborX, deal.II needs to be configured with Kokkossupport.
+ To use a self compiled version, pass -DARBORX_DIR=/path/to/arborx
to the deal.II CMake call. To use ArborX, deal.II needs to be configured with Kokkos support.