Utopia  2
Framework for studying models of complex & adaptive systems.
Classes | Typedefs
Utopia::Models::Geomorphology Namespace Reference

Classes

struct  GeomorphologyCell
 The full cell struct for the Geomorphology model. More...
 
class  Geomorphology
 A very simple geomorphology model. More...
 

Typedefs

using CellTraits = Utopia::CellTraits< GeomorphologyCell, Update::manual >
 Cell traits specialization using the state type. More...
 
using GeomorphologyTypes = ModelTypes<>
 Typehelper to define data types of ForestFire model. More...
 

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 not be synchronously updated. See Utopia::CellTraits

Note
This model relies on asynchronous update for calculation of the clusters and the percolation.

◆ GeomorphologyTypes

Typehelper to define data types of ForestFire model.