Info for traversals of a specific container.
Definition: TraversalSelectorInfo.h:14
const std::array< double, 3 > cellLength
cell length
Definition: TraversalSelectorInfo.h:49
TraversalSelectorInfo(const std::array< unsigned long, 3 > &cellsPerDim, const double interactionLength, const std::array< double, 3 > &cellLength, const unsigned int clusterSize)
Constructor of the TraversalSelector class.
Definition: TraversalSelectorInfo.h:29
const unsigned int clusterSize
This specifies the size of verlet clusters.
Definition: TraversalSelectorInfo.h:54
const std::array< unsigned long, 3 > cellsPerDim
Number of cells in the domain per dimension.
Definition: TraversalSelectorInfo.h:39
const double interactionLength
Interaction length.
Definition: TraversalSelectorInfo.h:44
TraversalSelectorInfo()
Dummy constructor such that this class can be used in maps.
Definition: TraversalSelectorInfo.h:19
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32