34#ifndef NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_ADVECTIONDIFFUSION_H
35#define NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_ADVECTIONDIFFUSION_H
73 virtual void v_InitObject(
bool DeclareFields =
true)
override;
75 virtual void v_DoInitialise(
bool dumpInitialConditions =
false)
override;
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.
A base class for describing how to solve specific equations.
SteadyAdvectionDiffusion(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
virtual void v_GenerateSummary(SolverUtils::SummaryList &s) override
Virtual function for generating summary information.
static std::string className
Name of class.
virtual void v_InitObject(bool DeclareFields=true) override
Initialisation object for EquationSystem.
static EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
virtual ~SteadyAdvectionDiffusion()
virtual void v_DoInitialise(bool dumpInitialConditions=false) override
Virtual function for initialisation implementation.
Array< OneD, Array< OneD, NekDouble > > m_velocity
virtual void v_DoSolve() override
Virtual function for solve implementation.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
std::vector< std::pair< std::string, std::string > > SummaryList
std::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
The above copyright notice and this permission notice shall be included.