Utopia 2
Framework for studying models of complex & adaptive systems.
|
#include <cmath>
#include <functional>
#include <random>
#include <utopia/core/model.hh>
#include <utopia/core/apply.hh>
#include <utopia/core/cell_manager.hh>
Go to the source code of this file.
Classes | |
struct | Utopia::Models::Geomorphology::GeomorphologyCell |
The full cell struct for the Geomorphology model. More... | |
class | Utopia::Models::Geomorphology::Geomorphology |
A very simple geomorphology model. More... | |
Namespaces | |
namespace | Utopia |
namespace | Utopia::Models |
namespace | Utopia::Models::Geomorphology |
Typedefs | |
using | Utopia::Models::Geomorphology::CellTraits = Utopia::CellTraits< GeomorphologyCell, Update::manual > |
Cell traits specialization using the state type. | |
using | Utopia::Models::Geomorphology::GeomorphologyTypes = ModelTypes<> |
Typehelper to define data types of ForestFire model. | |