AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
autopas::TraversalSelectorInfo Class Reference

Info for traversals of a specific container. More...

#include <TraversalSelectorInfo.h>

Public Member Functions

 TraversalSelectorInfo ()
 Dummy constructor such that this class can be used in maps.
 
 TraversalSelectorInfo (const std::array< unsigned long, 3 > &cellsPerDim, const double interactionLength, const std::array< double, 3 > &cellLength, const unsigned int clusterSize)
 Constructor of the TraversalSelector class.
 

Public Attributes

const std::array< unsigned long, 3 > cellsPerDim
 Number of cells in the domain per dimension.
 
const double interactionLength
 Interaction length.
 
const std::array< double, 3 > cellLength
 cell length
 
const unsigned int clusterSize
 This specifies the size of verlet clusters.
 

Detailed Description

Info for traversals of a specific container.

Constructor & Destructor Documentation

◆ TraversalSelectorInfo()

autopas::TraversalSelectorInfo::TraversalSelectorInfo ( const std::array< unsigned long, 3 > &  cellsPerDim,
const double  interactionLength,
const std::array< double, 3 > &  cellLength,
const unsigned int  clusterSize 
)
inlineexplicit

Constructor of the TraversalSelector class.

Parameters
cellsPerDimArray with the dimension lengths of the domain in number of cells.
interactionLengthInteraction length (cutoff radius + skin)
cellLengthcell length.
clusterSizeThe size of a cluster (set this to 0 if not applicable).

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