![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
A custon ArborX callback which tags empty regions centers, by setting the x axis value of the center to NAN. More...
#include <callbacks.hpp>
Public Member Functions | |
| TagEmptyCentersCallback (ViewType centers_candidates, fp_t threshold_) | |
| template<typename Predicate, typename Value> | |
| KOKKOS_FUNCTION void | operator() (Predicate predicate, Value const &value) const |
Public Attributes | |
| ViewType | centersCandidates |
| fp_t | threshold |
A custon ArborX callback which tags empty regions centers, by setting the x axis value of the center to NAN.
| ViewType | A Kokkos::View of rank 1 |
Definition at line 69 of file callbacks.hpp.
|
inline |
Definition at line 73 of file callbacks.hpp.
References centersCandidates, and threshold.
|
inline |
Definition at line 77 of file callbacks.hpp.
References centersCandidates, PACMAN::RbfPum::SquaredDifference(), and threshold.
| ViewType PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::centersCandidates |
Definition at line 70 of file callbacks.hpp.
Referenced by operator()(), and TagEmptyCentersCallback().
| fp_t PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::threshold |
Definition at line 71 of file callbacks.hpp.
Referenced by operator()(), and TagEmptyCentersCallback().