35 #ifndef NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_EIGENVALUESADVECTION_H 36 #define NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_EIGENVALUESADVECTION_H 79 virtual void v_InitObject();
80 virtual void v_DoInitialise();
81 virtual void v_DoSolve();
SolverUtils::AdvectionSharedPtr m_advObject
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
A base class for describing how to solve specific equations.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
std::shared_ptr< Advection > AdvectionSharedPtr
A shared pointer to an Advection object.
static EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
static std::string className
Name of class.
std::shared_ptr< RiemannSolver > RiemannSolverSharedPtr
A shared pointer to an EquationSystem object.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
Array< OneD, Array< OneD, NekDouble > > m_velocity
Array< OneD, NekDouble > m_traceVn
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.