![]() |
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 |
| Kokkos::View< TransferStatus *, MemorySpace > | targetStatus |
Callback assigning source value at nearest-neighbor index.
| MemorySpace | Kokkos memory space. |
Definition at line 175 of file ArborXCallbacks.hpp.
|
inline |
Definition at line 181 of file ArborXCallbacks.hpp.
References PACMAN::NEAREST, sourceValues, targetStatus, and targetValues.
| Kokkos::View<fp_t **, MemorySpace> PACMAN::FiniteElements::NearestPointProjection< MemorySpace >::sourceValues |
Definition at line 176 of file ArborXCallbacks.hpp.
Referenced by operator()().
| Kokkos::View<TransferStatus *, MemorySpace> PACMAN::FiniteElements::NearestPointProjection< MemorySpace >::targetStatus |
Definition at line 178 of file ArborXCallbacks.hpp.
Referenced by operator()().
| Kokkos::View<fp_t **, MemorySpace> PACMAN::FiniteElements::NearestPointProjection< MemorySpace >::targetValues |
Definition at line 177 of file ArborXCallbacks.hpp.
Referenced by operator()().