Store the VerletList compressed sparse row (CSR) neighbor data. More...
#include <Cabana_VerletList.hpp>
Public Types | |
using | memory_space = MemorySpace |
Kokkos memory space. | |
Public Attributes | |
Kokkos::View< int *, memory_space > | counts |
Number of neighbors per particle. | |
Kokkos::View< int *, memory_space > | offsets |
Offsets into the neighbor list. | |
Kokkos::View< int *, memory_space > | neighbors |
Neighbor list. | |
Store the VerletList compressed sparse row (CSR) neighbor data.