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