#include "ThreeDimensionalMapping.h"
#include "autopas/containers/ParticleContainerInterface.h"
#include "autopas/utils/ArrayMath.h"
#include "autopas/utils/WrapMPI.h"
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. | |
Functions | |
template<typename Particle > | |
std::pair< double, double > | autopas::utils::calculateHomogeneityAndMaxDensity (const ParticleContainerInterface< Particle > &container) |
Calculates homogeneity and max density of given AutoPas container. | |