![]() |
Reference documentation for deal.II version 9.4.1
|
#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::PointNearestPredicate &pt_nearest) |
static auto | get (const ::ArborXWrappers::PointNearestPredicate &pt_nearest, std::size_t i) |
This struct allows ArborX to use PointNearestPredicate as a predicate.
Definition at line 420 of file access_traits.h.
using ArborX::AccessTraits<::ArborXWrappers::PointNearestPredicate, PredicatesTag >::memory_space = Kokkos::HostSpace |
Definition at line 423 of file access_traits.h.
|
inlinestatic |
The number of points stored in pt_nearest
.
Definition at line 580 of file access_traits.h.
|
inlinestatic |
Return an ArborX::nearest(ArborX::Point,
PointNearestPredicate::get_n_nearest_neighbors) object constructed from the i
th Point stored in pt_nearest
.
Definition at line 589 of file access_traits.h.