Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
ArborX::AccessTraits<::ArborXWrappers::SphereNearestPredicate, PredicatesTag > Struct Reference

Public Types

using memory_space = Kokkos::HostSpace
 

Static Public Member Functions

static std::size_t size (const ::ArborXWrappers::SphereNearestPredicate &sph_nearest)
 
static auto get (const ::ArborXWrappers::SphereNearestPredicate &sph_nearest, std::size_t i)
 

Detailed Description

This struct allows ArborX to use SphereNearestPredicate as a predicate.

Definition at line 531 of file access_traits.h.

Member Typedef Documentation

◆ memory_space

using ArborX::AccessTraits<::ArborXWrappers::SphereNearestPredicate, PredicatesTag >::memory_space = Kokkos::HostSpace

Definition at line 534 of file access_traits.h.

Member Function Documentation

◆ size()

std::size_t ArborX::AccessTraits<::ArborXWrappers::SphereNearestPredicate, PredicatesTag >::size ( const ::ArborXWrappers::SphereNearestPredicate sph_nearest)
inlinestatic

The number of spheres stored in sph_nearest.

Definition at line 679 of file access_traits.h.

◆ get()

auto ArborX::AccessTraits<::ArborXWrappers::SphereNearestPredicate, PredicatesTag >::get ( const ::ArborXWrappers::SphereNearestPredicate sph_nearest,
std::size_t  i 
)
inlinestatic

Return an ArborX::nearest(ArborX::Sphere, SphereNearestPredicate::get_n_nearest_neightbors) object constructed from the ith sphere stored in sph_nearest.

Definition at line 688 of file access_traits.h.


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