Utopia 2
Framework for studying models of complex & adaptive systems.
Loading...
Searching...
No Matches
Classes | Typedefs
Utopia::Models::SandPile Namespace Reference

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.
 

Typedef Documentation

◆ CellTraits

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.

◆ SandPileTypes

The Model type traits.

◆ Slope

Type of the slope.