1 #ifndef DEFAULT_CELL_SPLIT_WRAPPER_MODEL_H_INCLUDED
2 #define DEFAULT_CELL_SPLIT_WRAPPER_MODEL_H_INCLUDED
22 #include <boost/property_tree/ptree.hpp>
49 std::tuple<bool, bool, std::array<double, 3>> operator()(
Cell* cell);
52 std::function<double()> m_uniform_generator;
53 double m_cell_division_threshold;
59 #endif // end_of_include_guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Geometry based cell housekeeping.
Namespace for components of the Default model group.
Namespace for the core simulator.