Go to the source code of this file.
- Date
- 12.02.2026
- Author
- S. J. Newcome
◆ allContainersSupportingSub1CSF()
| static const std::set< ContainerOption > & autopas::compatibleCSFs::allContainersSupportingSub1CSF |
( |
| ) |
|
|
static |
Lists all containers that support CSF < 1.0.
Note, it is possible that a container supports this but one or more traversals of that container do not. These should be filtered out in TraversalInterface::isApplicableToDomain().
- Returns
- A list of all containers that support CSF < 1.0.
◆ allContainersSupportingSuper1CSF()
| static const std::set< ContainerOption > & autopas::compatibleCSFs::allContainersSupportingSuper1CSF |
( |
| ) |
|
|
static |
Lists all containers that support CSF > 1.0.
Note, it is possible that a container supports this but one or more traversals of that container do not. These should be filtered out in TraversalInterface::isApplicableToDomain().
- Returns
- set of all containers that support CSF > 1.0.