19template <
class Particle>
 
   20class VerletListHelpers;
 
   30template <
class Particle_T, 
class CRTP_T>
 
   56  virtual void AoSFunctor(Particle_T &i, Particle_T &j, 
bool newton3) {
 
AlignedAllocator class.
Definition: AlignedAllocator.h:29
 
Functor base class.
Definition: Functor.h:40
 
virtual std::string getName()=0
Returns name of functor.
 
PairwiseFunctor class.
Definition: PairwiseFunctor.h:31
 
virtual void AoSFunctor(Particle_T &i, Particle_T &j, bool newton3)
PairwiseFunctor for arrays of structures (AoS).
Definition: PairwiseFunctor.h:56
 
virtual void SoAFunctorVerlet(SoAView< SoAArraysType > soa, const size_t indexFirst, const std::vector< size_t, AlignedAllocator< size_t > > &neighborList, bool newton3)
PairwiseFunctor for structure of arrays (SoA) for neighbor lists.
Definition: PairwiseFunctor.h:86
 
virtual void SoAFunctorPair(SoAView< SoAArraysType > soa1, SoAView< SoAArraysType > soa2, bool newton3)
PairwiseFunctor for structure of arrays (SoA)
Definition: PairwiseFunctor.h:102
 
PairwiseFunctor(double cutoff)
Constructor.
Definition: PairwiseFunctor.h:42
 
virtual void SoAFunctorSingle(SoAView< SoAArraysType > soa, bool newton3)
PairwiseFunctor for structure of arrays (SoA)
Definition: PairwiseFunctor.h:70
 
typename Particle_T::SoAArraysType SoAArraysType
Structure of the SoAs defined by the particle.
Definition: PairwiseFunctor.h:36
 
View on a fixed part of a SoA between a start index and an end index.
Definition: SoAView.h:23
 
static void exception(const Exception e)
Handle an exception derived by std::exception.
Definition: ExceptionHandler.h:63
 
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32