13namespace autopas::compatibleCSFs {
20 static const std::set<ContainerOption> s{
21 ContainerOption::linkedCells, ContainerOption::linkedCellsReferences, ContainerOption::varVerletListsAsBuild,
22 ContainerOption::verletLists, ContainerOption::verletListsCells, ContainerOption::pairwiseVerletLists};
32 static const std::set<ContainerOption> s{ContainerOption::linkedCells, ContainerOption::linkedCellsReferences};
static const std::set< ContainerOption > & allContainersSupportingSuper1CSF()
Lists all containers that support CSF > 1.0.
Definition: CompatibleCellSizeFactors.h:19
static const std::set< ContainerOption > & allContainersSupportingSub1CSF()
Lists all containers that support CSF < 1.0.
Definition: CompatibleCellSizeFactors.h:31