AutoPas  3.0.0
Loading...
Searching...
No Matches
NumParticlesEstimator.h
Go to the documentation of this file.
1
7#pragma once
8
9#include <array>
10
12
14
27size_t estimateNumHalosUniform(size_t numParticles, const std::array<double, 3> &boxMin,
28 const std::array<double, 3> &boxMax, double haloWidth);
29
30} // namespace autopas::utils::NumParticlesEstimator
Functions to estimate numbers of particles.
Definition: namespaces.h:80
size_t 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.
Definition: NumParticlesEstimator.cpp:9