![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
A custom ArborX callback which performs a nearest point projection for all the ArborX::Point in the given view. More...
#include <callbacks.hpp>
Public Member Functions | |
| TransformToNearestCallback (ViewType centers_candidates) | |
| template<typename Predicate, typename Value> | |
| KOKKOS_FUNCTION void | operator() (Predicate predicate, Value const &value) const |
Public Attributes | |
| ViewType | centersCandidates |
A custom ArborX callback which performs a nearest point projection for all the ArborX::Point in the given view.
| ViewType | A Kokkos::View of rank 1 |
Definition at line 103 of file callbacks.hpp.
|
inlineexplicit |
Definition at line 106 of file callbacks.hpp.
References centersCandidates.
|
inline |
Definition at line 110 of file callbacks.hpp.
References centersCandidates.
| ViewType PACMAN::RbfPum::TransformToNearestCallback< ViewType >::centersCandidates |
Definition at line 104 of file callbacks.hpp.
Referenced by operator()(), and TransformToNearestCallback().