Store the VerletList 2D 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 > | neighbors |
Neighbor list. | |
std::size_t | max_n |
Store the VerletList 2D neighbor data.
std::size_t Cabana::VerletListData< MemorySpace, VerletLayout2D >::max_n |
Actual maximum neighbors per particle (potentially less than allocated space).