![]() |
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 | |
| 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 88 of file callbacks.hpp.
|
inline |
Definition at line 91 of file callbacks.hpp.
References PACMAN::RbfPum::TransformToNearestCallback< ViewType >::centersCandidates.
| ViewType PACMAN::RbfPum::TransformToNearestCallback< ViewType >::centersCandidates |
Definition at line 89 of file callbacks.hpp.
Referenced by PACMAN::RbfPum::TransformToNearestCallback< ViewType >::operator()().