36#ifndef NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_STIMULUSCIRC
37#define NEKTAR_SOLVERS_CARDIACEPSOLVER_STIMULI_STIMULUSCIRC
94 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.
void Initialise()
Initialise the protocol storage and set initial conditions.
StimulusCirc(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField, const TiXmlElement *pXml)
void v_Update(Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time) override
static StimulusSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField, const TiXmlElement *pXml)
Creates an instance of this class.
void v_GenerateSummary(SolverUtils::SummaryList &s) override
NekDouble m_chiCapMembrane
static std::string className
Name of class.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object.
std::vector< std::pair< std::string, std::string > > SummaryList
std::shared_ptr< Stimulus > StimulusSharedPtr
A shared pointer to an EquationSystem object.