36 #ifndef NEKTAR_SOLVERS_ADRSOLVER_CELLMODELS_FITZHUGHNAGUMO 
   37 #define NEKTAR_SOLVERS_ADRSOLVER_CELLMODELS_FITZHUGHNAGUMO 
Array< OneD, NekDouble > m_uuu
Temporary space for storing  when computing reaction term. 
 
virtual void v_Update(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool. 
 
std::vector< std::pair< std::string, std::string > > SummaryList
 
virtual void v_SetInitialConditions()
 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
 
boost::shared_ptr< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object. 
 
virtual ~CellModelFitzHughNagumo()
 
static CellModelSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField)
Creates an instance of this class. 
 
boost::shared_ptr< ExpList > ExpListSharedPtr
Shared pointer to an ExpList object. 
 
static std::string className
Name of class. 
 
virtual void v_GenerateSummary(SummaryList &s)
 
CellModelFitzHughNagumo(const LibUtilities::SessionReaderSharedPtr &pSession, const MultiRegions::ExpListSharedPtr &pField)