#include "autopas/utils/ArrayMath.h"
Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
namespace | autopas::internal |
This namespace is used for implementation specifics. | |
Functions | |
template<class CellType > | |
static bool | autopas::internal::checkParticleInCellAndUpdateByID (CellType &cell, const typename CellType::ParticleType &particle) |
Updates a found particle within cellI to the values of particleI. | |
template<class CellType > | |
static bool | autopas::internal::checkParticleInCellAndUpdateByIDAndPosition (CellType &cell, const typename CellType::ParticleType &particle, double absError) |
Same as checkParticleInCellAndUpdateByID(CellType, ParticleType), but additionally checks whether the particle is close to the other particle: | |