36 #ifndef NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_UNSTEADYADVECTION_H
37 #define NEKTAR_SOLVERS_ADRSOLVER_EQUATIONSYSTEMS_UNSTEADYADVECTION_H
43 using namespace Nektar::SolverUtils;
82 const Array<
OneD, Array<OneD, NekDouble> > &physfield,
83 Array<
OneD, Array<
OneD, Array<OneD, NekDouble> > > &flux);
86 void GetFluxVectorDeAlias(
87 const Array<
OneD, Array<OneD, NekDouble> > &physfield,
88 Array<
OneD, Array<
OneD, Array<OneD, NekDouble> > > &flux);
92 const Array<
OneD,
const Array<OneD, NekDouble> > &inarray,
93 Array<
OneD, Array<OneD, NekDouble> > &outarray,
98 const Array<
OneD,
const Array<OneD, NekDouble> > &inarray,
99 Array<
OneD, Array<OneD, NekDouble> > &outarray,
103 Array<OneD, NekDouble> &GetNormalVelocity();
106 virtual void v_InitObject();