28 namespace CellDaughters {
38 auto& p = m_cd.m_parameters;
40 ptree
const& arr_initval = p->get_child(
"auxin_transport.initval.value_array");
41 m_x_initval = (++arr_initval.begin())->second.get_value<
double>();
44 void BasicPIN::operator()(
Cell* daughter1,
Cell* daughter2)
46 daughter1->SetChemical(1, m_x_initval);
47 daughter2->SetChemical(1, m_x_initval);
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Namespace for components of the Default model group.
Interface for CellDaughters::BasicPIN.