37 #ifndef NEKTAR_SOLVERS_COMPRESSIBLEFLOWSOLVER_EQUATIONSYSTEMS_EULERADCFE_H 
   38 #define NEKTAR_SOLVERS_COMPRESSIBLEFLOWSOLVER_EQUATIONSYSTEMS_EULERADCFE_H 
  102             bool dumpInitialConditions = 
true,
 
  103             const int domain = 0);
 
void SetBoundaryConditions(Array< OneD, Array< OneD, NekDouble > > &physarray, NekDouble time)
 
No problem defined - Default Inital data. 
 
virtual void v_SetInitialConditions(NekDouble initialtime=0.0, bool dumpInitialConditions=true, const int domain=0)
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
std::vector< std::pair< std::string, std::string > > SummaryList
 
virtual ~EulerADCFE()
problem type selector 
 
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
 
ProblemType m_problemType
 
void DoOdeRhs(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 
boost::shared_ptr< EquationSystem > EquationSystemSharedPtr
A shared pointer to an EquationSystem object. 
 
void DoOdeProjection(const Array< OneD, const Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble time)
 
virtual void v_InitObject()
Initialization object for CompressibleFlowSystem class. 
 
virtual void v_GenerateSummary(SolverUtils::SummaryList &s)
Print a summary of time stepping parameters. 
 
static SolverUtils::EquationSystemSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class. 
 
static std::string className
Name of class. 
 
EulerADCFE(const LibUtilities::SessionReaderSharedPtr &pSession)
 
const char *const ProblemTypeMap[]