AutoPas  3.0.0
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
autopas::VerletListHelpers< Particle_T > Class Template Reference

Class of helpers for the VerletLists class. More...

#include <VerletListHelpers.h>

Inheritance diagram for autopas::VerletListHelpers< Particle_T >:
Inheritance graph
[legend]

Classes

class  VerletListGeneratorFunctor
 This functor can generate verlet lists using the typical pairwise traversal. More...
 
class  VerletListValidityCheckerFunctor
 This functor checks the validity of neighborhood lists. More...
 

Public Types

using NeighborListAoSType = std::unordered_map< Particle_T *, std::vector< Particle_T * > >
 Neighbor list AoS style.
 

Detailed Description

template<class Particle_T>
class autopas::VerletListHelpers< Particle_T >

Class of helpers for the VerletLists class.

Template Parameters
Particle_T

The documentation for this class was generated from the following files: