![]() |
deal.II version 9.7.0
|
#include <deal.II/arborx/access_traits.h>
This struct allows ArborX to use std::vector<::Point> as primitive.
Definition at line 678 of file access_traits.h.
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) |
| using ArborX::AccessTraits< std::vector<::Point< dim, Number > >, PrimitivesTag >::memory_space = Kokkos::HostSpace |
Definition at line 680 of file access_traits.h.
|
static |
Return the size of the vector v.
Definition at line 433 of file access_traits.cc.
|
static |
Return an ArborX::Point from the Point v[i].
Definition at line 443 of file access_traits.cc.