|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <ParallelDispatch.h>
Public Types | |
| using | policy_type = Kokkos::MDRangePolicy< PolicyArgs..., Kokkos::Rank< Dim > > |
| using | index_type = typename policy_type::array_index_type |
| using | index_array_type = ::ippl::Vector< index_type, Dim > |
Wrapper type for Kokkos range policies with some convenience aliases
| Dim | range policy rank |
| PolicyArgs... | additional template parameters for the range policy |