|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <Kokkos_Core.hpp>Go to the source code of this file.
Classes | |
| struct | ippl::detail::NPtr< T, N > |
| struct | ippl::detail::NPtr< T, 1 > |
| struct | ippl::detail::ViewType< T, Dim, Properties > |
Namespaces | |
| namespace | ippl |
| namespace | ippl::detail |
Typedefs | |
| template<typename MemorySpace> | |
| using | ippl::detail::hash_type = typename detail::ViewType<int, 1, MemorySpace>::view_type |
This file defines multi-dimensional arrays to store mesh and particle attributes. It provides specialized versions for 1, 2 and 3 dimensions. The file further provides write functions for the different view types.
Definition in file ViewTypes.h.