Utopia 2
Framework for studying models of complex & adaptive systems.
|
Classes | |
class | SandPile |
The SandPile Model. More... | |
struct | State |
Cell State for the SandPile model. More... | |
Typedefs | |
using | Slope = unsigned int |
Type of the slope. | |
using | CellTraits = Utopia::CellTraits< State, Update::manual > |
Cell traits specialization using the state type. | |
using | SandPileTypes = ModelTypes<> |
The Model type traits. | |
Cell traits specialization using the state type.
The first template parameter specifies the type of the cell state, the second sets them to be manually updated. The third argument sets the use of the default constructor.
The Model type traits.
Type of the slope.