36 #include "FakeBathCell.hpp"
37 #include "OdeSystemInformation.hpp"
40 boost::shared_ptr<AbstractStimulusFunction> pIntracellularStimulus)
75 this->mVariableNames.push_back(
"Fake voltage");
76 this->mVariableUnits.push_back(
"mV");
77 this->mInitialConditions.push_back(0.0);
79 this->mInitialised =
true;
void ComputeExceptVoltage(double tStart, double tEnd)
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)
double GetIIonic(const std::vector< double > *pStateVariables=NULL)
FakeBathCell(boost::shared_ptr< AbstractIvpOdeSolver > pSolver, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus)
double GetIntracellularCalciumConcentration()
boost::shared_ptr< AbstractOdeSystemInformation > mpSystemInfo
#define CHASTE_CLASS_EXPORT(T)