![]() |
Reference documentation for deal.II version 9.3.2
|
#include <deal.II/arborx/access_traits.h>
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 270 of file access_traits.h.
| using ArborX::AccessTraits<::ArborXWrappers::PointIntersectPredicate, PredicatesTag >::memory_space = Kokkos::HostSpace |
Definition at line 273 of file access_traits.h.
|
inlinestatic |
Number of Point stored in pt_intersect.
Definition at line 380 of file access_traits.h.
|
inlinestatic |
Return an Arbox::intersects(ArborX::Point) object constructed from the ith Point stored in pt_intersect.
Definition at line 389 of file access_traits.h.