36 #ifndef NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_UNSTEADYADVECTIONDIFFUSION_H 
   37 #define NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_UNSTEADYADVECTIONDIFFUSION_H 
   85         std::vector<SolverUtils::ForcingSharedPtr>  
m_forcing;
 
   92         void GetFluxVectorAdv(
 
   97         void GetFluxVectorDiff(
 
  105         virtual void DoOdeRhs(
 
  111         void DoOdeProjection(
 
  117         virtual void DoImplicitSolve(
 
  128         virtual void v_InitObject();
 
SolverUtils::RiemannSolverSharedPtr m_riemannSolver
 
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool. 
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
std::vector< std::pair< std::string, std::string > > SummaryList
 
NekDouble m_sVVCutoffRatio
 
Array< OneD, NekDouble > m_traceVn
 
StdRegions::VarCoeffMap m_varCoeffLap
Variable Coefficient map for the Laplacian which can be activated as part of SVV or otherwise...
 
boost::shared_ptr< RiemannSolver > RiemannSolverSharedPtr
A shared pointer to an EquationSystem object. 
 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
 
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class. 
 
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object. 
 
std::map< StdRegions::VarCoeffType, Array< OneD, NekDouble > > VarCoeffMap
 
boost::shared_ptr< Diffusion > DiffusionSharedPtr
A shared pointer to an EquationSystem object. 
 
SolverUtils::DiffusionSharedPtr m_diffusion
 
A base class for PDEs which include an advection component. 
 
bool m_useSpecVanViscVarDiff
 
static std::string className
Name of class. 
 
std::vector< SolverUtils::ForcingSharedPtr > m_forcing
Forcing terms.