36 #ifndef _ABSTRACTSTEADYSTATERUNNER_HPP_
37 #define _ABSTRACTSTEADYSTATERUNNER_HPP_
41 #include <boost/shared_ptr.hpp>
42 #include "AbstractCvodeCell.hpp"
44 #include "RegularStimulus.hpp"
45 #include "Warnings.hpp"
62 boost::shared_ptr<AbstractCvodeCell>
mpModel;
126 #endif // CHASTE_CVODE
128 #endif // _ABSTRACTSTEADYSTATERUNNER_HPP_
AbstractSteadyStateRunner()
void SuppressOutput(bool suppress=true)
boost::shared_ptr< AbstractCvodeCell > mpModel
void SetMaxNumPaces(unsigned numPaces)
virtual void RunToSteadyStateImplementation()=0
unsigned GetNumEvaluations()
virtual ~AbstractSteadyStateRunner()