36 #ifndef DIFFUSIONCAUPDATERULE_HPP_
37 #define DIFFUSIONCAUPDATERULE_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "AbstractCaUpdateRule.hpp"
43 #include "CaBasedCellPopulation.hpp"
57 template<
unsigned DIM>
60 friend class TestCaUpdateRules;
71 friend class boost::serialization::access;
79 template<
class Archive>
80 void serialize(Archive & archive,
const unsigned int version)
82 archive & boost::serialization::base_object<AbstractCaUpdateRule<DIM> >(*this);
112 unsigned targetNodeIndex,
void OutputUpdateRuleParameters(out_stream &rParamsFile)
double mDiffusionParameter
double GetDiffusionParameter()
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
double EvaluateProbability(unsigned currentNodeIndex, unsigned targetNodeIndex, CaBasedCellPopulation< DIM > &rCellPopulation, double dt, double deltaX, CellPtr cell)
void serialize(Archive &archive, const unsigned int version)
void SetDiffusionParameter(double diffusionParameter)