Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
namespace | autopas::utils |
In this namespace some helper classes and functions can be found used inside of AutoPas. | |
namespace | autopas::utils::NumParticlesEstimator |
Functions to estimate numbers of particles. | |
Functions | |
size_t | autopas::utils::NumParticlesEstimator::estimateNumHalosUniform (size_t numParticles, const std::array< double, 3 > &boxMin, const std::array< double, 3 > &boxMax, double haloWidth) |
Given a number of particles and the dimensions of a box, estimate the number of halo particles. | |