Class that wraps all arguments for the logic handler to provide a more stable API.
More...
#include <LogicHandlerInfo.h>
|
|
std::array< double, 3 > | boxMin {0., 0., 0.} |
| | Lower corner of the container without halo.
|
| |
|
std::array< double, 3 > | boxMax {0., 0., 0.} |
| | Upper corner of the container without halo.
|
| |
|
double | cutoff {1.} |
| | Cutoff radius to be used in this simulation.
|
| |
|
double | verletSkin {0.4} |
| | Length added to the cutoff for the Verlet lists' skin.
|
| |
|
unsigned int | verletClusterSize {4} |
| | Number of particles in a cluster to use in VCL.
|
| |
|
size_t | sortingThreshold {8} |
| | Number of particles in two cells from which sorting should be performed for traversal that use the CellFunctor.
|
| |
Class that wraps all arguments for the logic handler to provide a more stable API.
The documentation for this class was generated from the following file: