35 #ifndef _FITZHUGHNAGUMO1961ODESYSTEM_HPP_ 36 #define _FITZHUGHNAGUMO1961ODESYSTEM_HPP_ 38 #include "AbstractCardiacCell.hpp" 39 #include "AbstractStimulusFunction.hpp" 60 boost::shared_ptr<AbstractStimulusFunction> pIntracellularStimulus);
84 double GetIIonic(
const std::vector<double>* pStateVariables=NULL);
87 #endif //_FITZHUGHNAGUMO1961ODESYSTEM_HPP_ static const double mAlpha
static const double mGamma
FitzHughNagumo1961OdeSystem(boost::shared_ptr< AbstractIvpOdeSolver > pOdeSolver, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus)
~FitzHughNagumo1961OdeSystem()
static const double mEpsilon
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)
double GetIIonic(const std::vector< double > *pStateVariables=NULL)