14inline namespace options {
88 constexpr operator Value()
const {
return _value; }
Class representing the container choices.
Definition: ContainerOption.h:18
Value
Possible choices for the particle container type.
Definition: ContainerOption.h:23
@ octree
Octree : Particles are put into an octree.
Definition: ContainerOption.h:70
@ linkedCells
LinkedCells : Segmentation of the domain into a regular cell grid.
Definition: ContainerOption.h:33
@ pairwiseVerletLists
PairwiseVerletLists : Also similar to VerletLists but the lists are associated to each pair of neighb...
Definition: ContainerOption.h:65
@ varVerletListsAsBuild
VarVerletLists interface with neighbor list type VerletNeighborListAsBuild : Same algorithm as Verlet...
Definition: ContainerOption.h:44
@ linkedCellsReferences
LinkedCellsReferences : Same algorithm as LinkedCells but stores all particles in one big vector.
Definition: ContainerOption.h:38
@ verletClusterLists
VerletClusterLists : Particles are grouped in clusters of fixed size.
Definition: ContainerOption.h:50
@ verletLists
VerletLists : Built on top of LinkedCells, a neighbor list is generated for every particle and update...
Definition: ContainerOption.h:55
@ directSum
DirectSum : O(N^2) distance check of all particles and summation of those in cutoff.
Definition: ContainerOption.h:28
@ verletListsCells
VerletListsCells : Similar to VerletLists but Lists are associated with the underlying cells to achie...
Definition: ContainerOption.h:60
static std::map< ContainerOption, std::string > getOptionNames()
Provides a way to iterate over the possible choices of ContainerOption.
Definition: ContainerOption.h:102
constexpr ContainerOption(Value option)
Constructor from value.
Definition: ContainerOption.h:82
static std::set< ContainerOption > getDiscouragedOptions()
Set of options that are very unlikely to be interesting.
Definition: ContainerOption.h:94
ContainerOption()=default
Constructor.
Base class for autopas options.
Definition: Option.h:25
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32