#include <array>
#include <cmath>
#include <functional>
#include <utility>
#include <vector>
#include "forwarddeclarations.h"
#include "particles.h"
Go to the source code of this file.
Classes | |
class | smash::GridBase |
Base class for Grid to host common functions that do not depend on the GridOptions parameter. More... | |
class | smash::Grid< Options > |
Abstracts a list of cells that partition the particles in the experiment into regions of space that can interact / cannot interact. More... | |
Namespaces | |
smash | |
Enumerations | |
enum class | smash::GridOptions : char { smash::Normal = 0 , smash::PeriodicBoundaries = 1 } |
Identifies the mode of the Grid. More... | |
enum class | smash::CellSizeStrategy : char { smash::Optimal , smash::Largest } |
Indentifies the strategy of determining the cell size. More... | |
enum class | smash::CellNumberLimitation : char { smash::None , smash::ParticleNumber } |
Identifies whether the number of cells should be limited. More... | |