#include <array>
#include <functional>
#include <limits>
#include <optional>
#include <tuple>
#include <type_traits>
#include <vector>
#include "autopas/containers/ParticleContainerInterface.h"
#include "autopas/options/IteratorBehavior.h"
#include "autopas/utils/ArrayMath.h"
#include "autopas/utils/WrapOpenMP.h"
#include "autopas/utils/inBox.h"
Go to the source code of this file.
|
| template<class ParticleIterator > |
| void | autopas::internal::deleteParticle (ParticleIterator &iterator) |
| | Function to access private iterator.deleteCurrentParticle() via friend.
|
| |
| template<bool regionIter, class Particle_T , class Arr > |
| bool | autopas::containerIteratorUtils::particleFulfillsIteratorRequirements (const Particle_T &p, IteratorBehavior behavior, const Arr ®ionMin, const Arr ®ionMax) |
| | Indicates whether the particle has the correct ownership state and if this is a region iterator is in the region.
|
| |
- Authors
- F. Gratl
- Date
- 15.12.2022