![]() |
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 | |
| 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 60 of file callbacks.hpp.
|
inline |
Definition at line 65 of file callbacks.hpp.
References PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::centersCandidates, PACMAN::RbfPum::SquaredDifference(), and PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::threshold.
| ViewType PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::centersCandidates |
Definition at line 61 of file callbacks.hpp.
Referenced by PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::operator()().
| fp_t PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::threshold |
Definition at line 62 of file callbacks.hpp.
Referenced by PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::operator()().