PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::RbfPum::ProjectionCallback Struct Reference

A custom ArborX callback which returns the nearest mesh point of a given value (the nearest projection of it). More...

#include <callbacks.hpp>

Public Member Functions

template<typename Predicate, typename Value, typename OutputFunctor>
KOKKOS_FUNCTION void operator() (Predicate predicate, Value const &value, OutputFunctor const &out) const

Detailed Description

A custom ArborX callback which returns the nearest mesh point of a given value (the nearest projection of it).

Definition at line 48 of file callbacks.hpp.

Member Function Documentation

◆ operator()()

template<typename Predicate, typename Value, typename OutputFunctor>
KOKKOS_FUNCTION void PACMAN::RbfPum::ProjectionCallback::operator() ( Predicate predicate,
Value const & value,
OutputFunctor const & out ) const
inline

Definition at line 50 of file callbacks.hpp.


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