AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
autopas::VerletListsCellsHelpers::BaseStepOffsets Struct Reference

Helper Struct to bundle all information about base step offsets. More...

#include <VerletListsCellsHelpers.h>

Public Member Functions

bool operator== (const BaseStepOffsets &rhs) const
 Equality operator.
 
bool operator!= (const BaseStepOffsets &rhs) const
 Inequality operator.
 

Public Attributes

int offset1
 Offset from the base cell for cell 1.
 
int offset2
 Offset from the base cell for cell 2.
 
double listSizeEstimateFactor
 Estimation factor on the fraction of particles that will end up needing a neighbor list in the base cell.
 

Detailed Description

Helper Struct to bundle all information about base step offsets.

Member Function Documentation

◆ operator!=()

bool autopas::VerletListsCellsHelpers::BaseStepOffsets::operator!= ( const BaseStepOffsets rhs) const

Inequality operator.

Parameters
rhs
Returns
Inequality of at least one member.

◆ operator==()

bool autopas::VerletListsCellsHelpers::BaseStepOffsets::operator== ( const BaseStepOffsets rhs) const

Equality operator.

Parameters
rhs
Returns
Equality of all members.

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