deal.II version GIT relicensing-1936-ge55124254b 2024-10-04 21:10:00+00:00
|
Public Types | |
using | memory_space = Kokkos::HostSpace |
Static Public Member Functions | |
static std::size_t | size (const ::ArborXWrappers::PointIntersectPredicate &pt_intersect) |
static auto | get (const ::ArborXWrappers::PointIntersectPredicate &pt_intersect, std::size_t i) |
This struct allows ArborX to use PointIntersectPredicate as a predicate.
Definition at line 393 of file access_traits.h.
using ArborX::AccessTraits<::ArborXWrappers::PointIntersectPredicate, PredicatesTag >::memory_space = Kokkos::HostSpace |
Definition at line 396 of file access_traits.h.
|
inlinestatic |
The number of points stored in pt_intersect
.
Definition at line 559 of file access_traits.h.
|
inlinestatic |
Return an ArborX::intersects(ArborX::Point) object constructed from the i
th Point stored in pt_intersect
.
Definition at line 568 of file access_traits.h.