Version: SMASH-1.5
grid.h File Reference
#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  smash::GridOptions : char { smash::GridOptions::Normal = 0, smash::GridOptions::PeriodicBoundaries = 1 }
 Identifies the mode of the Grid. More...
 
enum  smash::CellSizeStrategy : char { smash::CellSizeStrategy::Optimal, smash::CellSizeStrategy::Largest }
 Indentifies the strategy of determining the cell size. More...