deal.II version GIT relicensing-1982-gbb401394a0 2024-10-13 08:40:01+00:00
|
Public Types | |
using | memory_space = Kokkos::HostSpace |
Static Public Member Functions | |
static std::size_t | size (const std::vector<::Point< dim, Number > > &v) |
static Point | get (const std::vector<::Point< dim, Number > > &v, std::size_t i) |
This struct allows ArborX to use std::vector<::Point> as primitive.
Definition at line 317 of file access_traits.h.
using ArborX::AccessTraits< std::vector<::Point< dim, Number > >, PrimitivesTag >::memory_space = Kokkos::HostSpace |
Definition at line 319 of file access_traits.h.
|
static |
Return the size of the vector v
.
Definition at line 243 of file access_traits.cc.
|
static |
Return an ArborX::Point from the Point v[i]
.
Definition at line 253 of file access_traits.cc.