PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
Loading...
Searching...
No Matches
PACMAN::FiniteElements::NearestExtractIndex< MemorySpace > Struct Template Reference

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
 

Detailed Description

template<typename MemorySpace>
struct PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >

Callback assigning source value at nearest-neighbor index.

Template Parameters
MemorySpaceKokkos memory space.

Definition at line 172 of file ArborXCallbacks.hpp.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ sourceValues

template<typename MemorySpace >
Kokkos::View<fp_t *, MemorySpace> PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::sourceValues

◆ targetValues

template<typename MemorySpace >
Kokkos::View<fp_t *, MemorySpace> PACMAN::FiniteElements::NearestExtractIndex< MemorySpace >::targetValues

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