35#ifndef NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLS1
36#define NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLS1
52 const TiXmlElement *pXml)
83 const TiXmlElement *pXml);
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual void v_SetInitialConditions()
NekDouble v_GetAmplitude(const NekDouble time) override
void v_GenerateSummary(SolverUtils::SummaryList &s) override
NekDouble m_s1cyclelength
ProtocolS1(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
static std::string className
Name of class.
void Initialise()
Initialise the protocol storage and set initial conditions.
static ProtocolSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
Creates an instance of this class.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< std::pair< std::string, std::string > > SummaryList
std::shared_ptr< Protocol > ProtocolSharedPtr
A shared pointer to an EquationSystem object.