![]() |
deal.II version 9.7.0
|
#include <deal.II/arborx/access_traits.h>
This struct allows ArborX to use std::vector<std::pair<::Point, Number> as primitive.
Definition at line 727 of file access_traits.h.
Public Types | |
| using | memory_space = Kokkos::HostSpace |
Static Public Member Functions | |
| static std::size_t | size (const std::vector< std::pair<::Point< dim, Number >, Number > > &v) |
| static Sphere | get (const std::vector< std::pair<::Point< dim, Number >, Number > > &v, std::size_t i) |
| using ArborX::AccessTraits< std::vector< std::pair<::Point< dim, Number >, Number > >, PrimitivesTag >::memory_space = Kokkos::HostSpace |
Definition at line 731 of file access_traits.h.
|
static |
Return the size of the vector v.
Definition at line 484 of file access_traits.cc.
|
static |
Return an ArborX::Sphere from the std::pair<::Point, Number> v[i].
Definition at line 495 of file access_traits.cc.