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