16#ifndef dealii_arborx_bvh_h
17#define dealii_arborx_bvh_h
21#ifdef DEAL_II_WITH_ARBORX
24# include <ArborX_LinearBVH.hpp>
25# include <Kokkos_Core.hpp>
60 template <
int dim,
typename Number>
66 template <
int dim,
typename Number>
138 template <
typename QueryType>
139 std::pair<std::vector<int>, std::vector<int>>
146 ArborX::BVH<Kokkos::HostSpace>
bvh;
151 template <
int dim,
typename Number>
158 template <
int dim,
typename Number>
165 template <
typename QueryType>
166 std::pair<std::vector<int>, std::vector<int>>
177 indices.data() + indices.extent(0));
181 offset.data() + offset.extent(0));
ArborX::BVH< Kokkos::HostSpace > bvh
std::pair< std::vector< int >, std::vector< int > > query(const QueryType &queries)
BVH(const std::vector< BoundingBox< dim, Number > > &bounding_boxes)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE