1 #ifndef BLAD_CELL_SPLIT_BLADCS_H_INCLUDED 
    2 #define BLAD_CELL_SPLIT_BLADCS_H_INCLUDED 
   24 #include <boost/property_tree/ptree.hpp> 
   48         std::tuple<bool, bool, std::array<double, 3>> operator()(
Cell* cell);
 
   52         double       m_M_threshold_division;       
 
   53         double       m_size_threshold_division;    
 
   59 #endif // end_of_include_guard 
Namespace for components of the Blad model group. 
 
Core data with mesh, parameters, random engine and time data. 
 
A cell contains walls and nodes. 
 
Core data used during model execution. 
 
CellSplit for Blad model. 
 
Namespace for the core simulator.