1 #ifndef DEFAULT_CELL_SPLIT_GEOMETRIC_H_INCLUDED
2 #define DEFAULT_CELL_SPLIT_GEOMETRIC_H_INCLUDED
49 std::tuple<bool, bool, std::array<double, 3>> operator()(
Cell* cell);
52 double m_cell_base_area;
53 double m_division_ratio;
54 bool m_fixed_division_axis;
55 std::function<double()> m_uniform_generator;
64 #endif // end_of_include_guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Namespace for components of the Default model group.
Namespace for the core simulator.
Geometry based cell splitting.