Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07: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::SphereIntersectPredicate, PredicatesTag > Struct Reference

Public Types

using memory_space = Kokkos::HostSpace
 

Static Public Member Functions

static std::size_t size (const ::ArborXWrappers::SphereIntersectPredicate &sph_intersect)
 
static auto get (const ::ArborXWrappers::SphereIntersectPredicate &sph_intersect, std::size_t i)
 

Detailed Description

This struct allows ArborX to use SphereIntersectPredicate as a predicate.

Definition at line 505 of file access_traits.h.

Member Typedef Documentation

◆ memory_space

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

Definition at line 508 of file access_traits.h.

Member Function Documentation

◆ size()

std::size_t ArborX::AccessTraits<::ArborXWrappers::SphereIntersectPredicate, PredicatesTag >::size ( const ::ArborXWrappers::SphereIntersectPredicate sph_intersect)
inlinestatic

The number of points stored in sph_intersect.

Definition at line 656 of file access_traits.h.

◆ get()

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

Return an ArborX::intersects(ArborX::Sphere) object constructed from the ith sphere stored in sph_intersect.

Definition at line 666 of file access_traits.h.


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