35#ifndef NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLSINGLE
36#define NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLSINGLE
52 const TiXmlElement *pXml)
81 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.
static std::string className
Name of class.
ProtocolSingle(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
virtual void v_SetInitialConditions()
~ProtocolSingle() override
void v_GenerateSummary(SolverUtils::SummaryList &s) override
NekDouble v_GetAmplitude(const NekDouble time) override
static ProtocolSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
Creates an instance of this class.
void Initialise()
Initialise the protocol storage and set initial conditions.
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.