35#ifndef NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOL
36#define NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOL
88 const TiXmlElement *pXml);
Provides a generic Factory class.
virtual void v_GenerateSummary(SolverUtils::SummaryList &s)=0
void GenerateSummary(SolverUtils::SummaryList &s)
Print a summary of the cell model.
void Initialise()
Initialise the protocol storage and set initial conditions.
NekDouble GetAmplitude(const NekDouble time)
Returns amplitude of stimulus (1 or 0) at given time.
LibUtilities::SessionReaderSharedPtr m_session
Session.
Protocol(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
virtual NekDouble v_GetAmplitude(const NekDouble time)=0
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< std::pair< std::string, std::string > > SummaryList
ProtocolFactory & GetProtocolFactory()
LibUtilities::NekFactory< std::string, Protocol, const LibUtilities::SessionReaderSharedPtr &, const TiXmlElement * > ProtocolFactory
Datatype of the NekFactory used to instantiate classes derived from the EquationSystem class.
std::shared_ptr< Protocol > ProtocolSharedPtr
A shared pointer to an EquationSystem object.