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

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
 

Detailed Description

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

A custom ArborX callback which performs a nearest point projection for all the ArborX::Point in the given view.

Template Parameters
ViewTypeA Kokkos::View of rank 1

Definition at line 88 of file callbacks.hpp.

Member Function Documentation

◆ operator()()

template<KokkosViewRank< 1 > ViewType>
KOKKOS_FUNCTION void PACMAN::RbfPum::TransformToNearestCallback< ViewType >::operator() ( Predicate  predicate,
Value const value 
) const
inline

Member Data Documentation

◆ centersCandidates

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

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