Info for traversals of a specific container. More...
#include <TraversalSelectorInfo.h>
Public Member Functions | |
TraversalSelectorInfo () | |
Dummy constructor such that this class can be used in maps. | |
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. | |
Info for traversals of a specific container.
|
inlineexplicit |
Constructor of the TraversalSelector class.
cellsPerDim | Array with the dimension lengths of the domain in number of cells. |
interactionLength | Interaction length (cutoff radius + skin) |
cellLength | cell length. |
clusterSize | The size of a cluster (set this to 0 if not applicable). |