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

Support struct for an ArborX predicate. More...

#include <callbacks.hpp>

Public Member Functions

 DistanceToKNearest (int_t k_, ViewType samples_)

Public Attributes

const int_t k
ViewType samples

Detailed Description

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

Support struct for an ArborX predicate.

Template Parameters
ViewTypeA Kokkos::View of rank 1

Definition at line 21 of file callbacks.hpp.

Constructor & Destructor Documentation

◆ DistanceToKNearest()

template<KokkosViewRank< 1 > ViewType>
PACMAN::RbfPum::DistanceToKNearest< ViewType >::DistanceToKNearest ( int_t k_,
ViewType samples_ )
inline

Definition at line 25 of file callbacks.hpp.

References k, and samples.

Member Data Documentation

◆ k

template<KokkosViewRank< 1 > ViewType>
const int_t PACMAN::RbfPum::DistanceToKNearest< ViewType >::k

◆ samples


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