![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Callback assigning source value at nearest-neighbor index. More...
#include <ArborXCallbacks.hpp>
Public Member Functions | |
| template<typename Predicate , typename Value > | |
| KOKKOS_FUNCTION void | operator() (const Predicate &predicate, const Value &value) const |
Public Attributes | |
| Kokkos::View< fp_t *, MemorySpace > | sourceValues |
| Kokkos::View< fp_t *, MemorySpace > | targetValues |
Callback assigning source value at nearest-neighbor index.
| MemorySpace | Kokkos memory space. |
Definition at line 172 of file ArborXCallbacks.hpp.
|
inline |
Definition at line 177 of file ArborXCallbacks.hpp.
References PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::sourceValues, and PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::targetValues.
| Kokkos::View<fp_t *, MemorySpace> PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::sourceValues |
Definition at line 173 of file ArborXCallbacks.hpp.
Referenced by PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::operator()().
| Kokkos::View<fp_t *, MemorySpace> PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::targetValues |
Definition at line 174 of file ArborXCallbacks.hpp.
Referenced by PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::operator()().