![]() |
Block-Structured AMR Software Framework
|
#include <AMReX_ParticleArray.H>
Public Types | |
| using | raw_type = ParticleType< Types... > * |
| using | value_type = ParticleType< Types... > & |
Static Public Member Functions | |
| __host__ static __device__ constexpr value_type | get (raw_type a_ptr, std::size_t a_index) |
A non-owning version of AoS policy for passing to the GPU.
| using amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::raw_type = ParticleType<Types...>* |
| using amrex::DataLayoutPolicyRaw< ParticleType< Types... >, DataLayout::AoS >::value_type = ParticleType<Types...>& |
|
inlinestaticconstexpr |