Home
last modified time | relevance | path

Searched refs:m_plateau_inflow (Results 1 – 4 of 4) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcGradientCount.cc83 …, m_plateau_inflow(plateau_inflow), m_plateau_outflow(plateau_outflow), m_cone_inflow(cone_inflow)… in cGradientCount()
184 …if (m_move_a_scaler > 1 || m_plateau_inflow != 0 || m_plateau_outflow != 0 || m_cone_inflow != 0 |… in updatePeakRes()
280 …m_current_height = m_current_height - m_ave_plat_cell_loss + m_plateau_inflow - (m_current_height … in fillinResourceValues()
281 …m_common_plat_height = m_common_plat_height - m_ave_plat_cell_loss + m_plateau_inflow - (m_current… in fillinResourceValues()
325 thisheight = m_past_height + m_plateau_inflow - (m_past_height * m_plateau_outflow); in fillinResourceValues()
836 m_mean_plat_inflow = m_plateau_inflow; in ResetGradRes()
907 m_plateau_inflow = inflow; in SetProbabilisticResource()
939 if (m_plateau_outflow > 0 || m_plateau_inflow > 0) { in BuildProbabilisticRes()
974 if (m_plateau_outflow > 0 || m_plateau_inflow > 0) { in BuildProbabilisticRes()
995 if (m_plateau_outflow > 0 || m_plateau_inflow > 0) { in UpdateProbabilisticRes()
[all …]
H A DcGradientCount.h56 double m_plateau_inflow; variable
146 void SetGradPlatInflow(double plateau_inflow) { m_plateau_inflow = plateau_inflow; } in SetGradPlatInflow()
H A DcResource.h122 double m_plateau_inflow; variable
212 double GetPlateauInflow() { return m_plateau_inflow; } in GetPlateauInflow()
297 void SetPlateauInflow(double _plateau_inflow) { m_plateau_inflow = _plateau_inflow; } in SetPlateauInflow()
H A DcResource.cc103 , m_plateau_inflow(0.0) in cResource()