53 constexpr operator Value()
const {
return _value; }
Class representing the load estimator choices.
Definition: LoadEstimatorOption.h:18
Value
Possible choices for the load estimation algorithm.
Definition: LoadEstimatorOption.h:23
@ squaredParticlesPerCell
Number of particles per cell squared.
Definition: LoadEstimatorOption.h:31
@ neighborListLength
Sum of neighbor list lengths.
Definition: LoadEstimatorOption.h:35
@ none
No load estimator.
Definition: LoadEstimatorOption.h:27
static std::set< LoadEstimatorOption > getDiscouragedOptions()
Set of options that are very unlikely to be interesting.
Definition: LoadEstimatorOption.h:59
constexpr LoadEstimatorOption(Value option)
Constructor from value.
Definition: LoadEstimatorOption.h:47
static std::map< LoadEstimatorOption, std::string > getOptionNames()
Provides a way to iterate over the possible choices of LoadEstimatorOption.
Definition: LoadEstimatorOption.h:65
LoadEstimatorOption()=default
Constructor.
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32