Class that wraps all arguments for the logic handler to provide a more stable API. More...
#include <LogicHandlerInfo.h>
Public Attributes | |
| 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. | |
| double | deltaT {0} |
| Time step used in the simulation. | |
Class that wraps all arguments for the logic handler to provide a more stable API.
| double autopas::LogicHandlerInfo::deltaT {0} |
Time step used in the simulation.
This is currently used in rebuild frequency estimation for dynamic containers.