_cells | autopas::CellTraversal< ParticleCell > | protected |
_cellsPerDimension | autopas::CellTraversal< ParticleCell > | protected |
_dataLayout | autopas::TraversalInterface | protected |
_dimsPerLength | autopas::SlicedBasedTraversal< ParticleCell, Functor > | protected |
_dynamic | autopas::SlicedLockBasedTraversal< ParticleCell, Functor > | protected |
_loadEstimator | autopas::BalancedTraversal | protected |
_overlap | autopas::SlicedBasedTraversal< ParticleCell, Functor > | protected |
_overlapLongestAxis | autopas::SlicedBasedTraversal< ParticleCell, Functor > | protected |
_sliceThickness | autopas::SlicedBasedTraversal< ParticleCell, Functor > | protected |
_soa | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | protected |
_spaciallyForward | autopas::SlicedBasedTraversal< ParticleCell, Functor > | protected |
_typeOfList | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | protected |
_useNewton3 | autopas::TraversalInterface | protected |
_verletList | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | protected |
CellTraversal(const std::array< unsigned long, 3 > &dims) | autopas::CellTraversal< ParticleCell > | inlineexplicit |
endTraversal() override | autopas::SlicedBasedTraversal< ParticleCell, Functor > | inlinevirtual |
EstimatorFunction typedef | autopas::BalancedTraversal | |
extractSoA(PairwiseFunctor *pairwiseFunctor, NeighborList &neighborLists) | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | inlineprotected |
getDataLayout() const | autopas::TraversalInterface | inline |
getTraversalType() const override | autopas::VLCSlicedBalancedTraversal< ParticleCell, PairwiseFunctor, NeighborList > | inlinevirtual |
getUseNewton3() const | autopas::TraversalInterface | inline |
init(const std::array< unsigned long, 3 > &dims) | autopas::SlicedBasedTraversal< ParticleCell, Functor > | inlineprotected |
initSliceThickness(unsigned long minSliceThickness) override | autopas::SlicedBalancedBasedTraversal< ParticleCell, PairwiseFunctor > | inlinevirtual |
initTraversal() override | autopas::SlicedBasedTraversal< ParticleCell, Functor > | inlinevirtual |
isApplicable() const override | autopas::VLCSlicedBalancedTraversal< ParticleCell, PairwiseFunctor, NeighborList > | inlinevirtual |
loadDataLayout() | autopas::SlicedBasedTraversal< ParticleCell, Functor > | inlineprotectedvirtual |
loadSoA(PairwiseFunctor *pairwiseFunctor, NeighborList &neighborLists) | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | inlineprotected |
processCellLists(NeighborList &neighborLists, unsigned long cellIndex, PairwiseFunctor *pairwiseFunctor, DataLayoutOption dataLayout, bool useNewton3) | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | inlineprotected |
setCellsToTraverse(std::vector< ParticleCell > &cells) | autopas::CellTraversal< ParticleCell > | inlinevirtual |
setLoadEstimator(EstimatorFunction loadEstimator) | autopas::BalancedTraversal | inline |
setSortingThreshold(size_t sortingThreshold) override | autopas::VLCSlicedBalancedTraversal< ParticleCell, PairwiseFunctor, NeighborList > | inlinevirtual |
setVerletList(NeighborList &verlet) | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | inlinevirtual |
SlicedBalancedBasedTraversal(const std::array< unsigned long, 3 > &dims, PairwiseFunctor *functor, const double interactionLength, const std::array< double, 3 > &cellLength, DataLayoutOption dataLayout, bool useNewton3, bool spaciallyForward) | autopas::SlicedBalancedBasedTraversal< ParticleCell, PairwiseFunctor > | inlineexplicit |
SlicedBasedTraversal(const std::array< unsigned long, 3 > &dims, Functor *functor, const double interactionLength, const std::array< double, 3 > &cellLength, DataLayoutOption dataLayout, bool useNewton3, bool spaciallyForward) | autopas::SlicedBasedTraversal< ParticleCell, Functor > | inlineexplicit |
SlicedLockBasedTraversal(const std::array< unsigned long, 3 > &dims, Functor *functor, const double interactionLength, const std::array< double, 3 > &cellLength, DataLayoutOption dataLayout, bool useNewton3, bool spaciallyForward) | autopas::SlicedLockBasedTraversal< ParticleCell, Functor > | inlineexplicit |
slicedTraversal(LoopBody &&loopBody) | autopas::SlicedLockBasedTraversal< ParticleCell, Functor > | inlineprotected |
TraversalInterface(DataLayoutOption dataLayout, bool useNewton3) | autopas::TraversalInterface | inline |
traverseParticles() override | autopas::VLCSlicedBalancedTraversal< ParticleCell, PairwiseFunctor, NeighborList > | inlinevirtual |
VLCSlicedBalancedTraversal(const std::array< unsigned long, 3 > &dims, PairwiseFunctor *pairwiseFunctor, double interactionLength, const std::array< double, 3 > &cellLength, DataLayoutOption dataLayout, bool useNewton3, ContainerOption::Value typeOfList) | autopas::VLCSlicedBalancedTraversal< ParticleCell, PairwiseFunctor, NeighborList > | inlineexplicit |
VLCTraversalInterface(ContainerOption typeOfList) | autopas::VLCTraversalInterface< ParticleCell::ParticleType, NeighborList > | inline |
~CellTraversal()=default | autopas::CellTraversal< ParticleCell > | virtual |
~TraversalInterface()=default | autopas::TraversalInterface | virtual |