35 #ifndef NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_PANDIT_GILES_DEMIR_03_H
36 #define NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_PANDIT_GILES_DEMIR_03_H
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
virtual void v_Update(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
Computes the reaction terms $f(u,v)$ and $g(u,v)$.
virtual ~PanditGilesDemir03()
Desctructor.
static CellModelSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const int nq)
Creates an instance of this class.
virtual void v_GenerateSummary(SummaryList &s)
Prints a summary of the model parameters.
PanditGilesDemir03(const LibUtilities::SessionReaderSharedPtr &pSession, const int nq)
Constructor.
static std::string className
Name of class.
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< CellModel > CellModelSharedPtr
A shared pointer to an EquationSystem object.