1 #ifndef DEFAULT_CELL_HOUSEKEEP_WORTEL_H_INCLUDED
2 #define DEFAULT_CELL_HOUSEKEEP_WORTEL_H_INCLUDED
29 namespace CellHousekeep {
46 void operator()(
Cell* cell);
50 double m_ga_threshold;
51 double m_shy2_threshold;
52 std::function<double()> m_uniform_generator;
58 #endif // end_of_include_guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Core data used during model execution.
Namespace for components of the Default model group.
Namespace for the core simulator.
Cell housekeeping for Wortel.