PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::RbfPum::TagEmptyCentersCallback< ViewType > Struct Template Reference

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
 

Detailed Description

template<KokkosViewRank< 1 > ViewType>
struct PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >

A custon ArborX callback which tags empty regions centers, by setting the x axis value of the center to NAN

Template Parameters
ViewTypeA Kokkos::View of rank 1

Definition at line 60 of file callbacks.hpp.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ centersCandidates

template<KokkosViewRank< 1 > ViewType>
ViewType PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::centersCandidates

◆ threshold

template<KokkosViewRank< 1 > ViewType>
fp_t PACMAN::RbfPum::TagEmptyCentersCallback< ViewType >::threshold

The documentation for this struct was generated from the following file: