#include "autopas/cells/FullParticleCell.h"
#include "autopas/cells/ParticleCell.h"
#include "autopas/cells/ReferenceParticleCell.h"
Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
namespace | autopas::utils |
In this namespace some helper classes and functions can be found used inside of AutoPas. | |
Functions | |
template<typename ParticleType , typename F > | |
decltype(auto) | autopas::utils::withStaticCellType (autopas::CellType cellType, F &&func) |
Executes the passed function body with the static cell type defined by cellType. | |