14inline namespace options {
49 constexpr operator Value()
const {
return _value; }
Class representing the choices for the Newton 3 optimization.
Definition: Newton3Option.h:18
Value
Possible choices for the Newton3 optimization.
Definition: Newton3Option.h:23
@ disabled
Calculate F_{ij} and F_{ji} individually.
Definition: Newton3Option.h:27
@ enabled
Use F_{ij} = -F_{ji}.
Definition: Newton3Option.h:31
Newton3Option()=default
Constructor.
static std::set< Newton3Option > getDiscouragedOptions()
Set of options that are very unlikely to be interesting.
Definition: Newton3Option.h:55
static std::map< Newton3Option, std::string > getOptionNames()
Provides a way to iterate over the possible choices of TraversalOption.
Definition: Newton3Option.h:61
constexpr Newton3Option(Value option)
Constructor from value.
Definition: Newton3Option.h:43
Base class for autopas options.
Definition: Option.h:25
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32