35 #ifndef NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLS1S2
36 #define NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_PROTOCOLS1S2
51 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 NekDouble v_GetAmplitude(const NekDouble time)
NekDouble m_s2cyclelength
ProtocolS1S2(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
static ProtocolSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const TiXmlElement *pXml)
Creates an instance of this class.
static std::string className
Name of class.
virtual void v_SetInitialConditions()
virtual void v_GenerateSummary(SolverUtils::SummaryList &s)
void Initialise()
Initialise the protocol storage and set initial conditions.
NekDouble m_s1cyclelength
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< std::pair< std::string, std::string > > SummaryList
The above copyright notice and this permission notice shall be included.
std::shared_ptr< Protocol > ProtocolSharedPtr
A shared pointer to an EquationSystem object.