|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
#include <Kokkos_Core.hpp>
Include dependency graph for ViewTypes.h:
This graph shows which files directly or indirectly include this file: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 |
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.