36 #ifndef NEKTAR_SOLVERS_NAVIERSTOKESADVECTION_H
37 #define NEKTAR_SOLVERS_NAVIERSTOKESADVECTION_H
71 const int nConvectiveFields,
88 #endif //NEKTAR_SOLVERS_INCNAVIERSTOKES_H
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...
MultiRegions::CoeffState m_CoeffState
static std::string className2
boost::shared_ptr< Advection > AdvectionSharedPtr
A shared pointer to an Advection object.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
virtual ~SkewSymmetricAdvection()
static std::string className
Name of class.
bool m_homogen_dealiasing
static SolverUtils::AdvectionSharedPtr create(std::string)
Creates an instance of this class.
virtual void v_Advect(const int nConvectiveFields, const Array< OneD, MultiRegions::ExpListSharedPtr > &fields, const Array< OneD, Array< OneD, NekDouble > > &advVel, const Array< OneD, Array< OneD, NekDouble > > &inarray, Array< OneD, Array< OneD, NekDouble > > &outarray, const NekDouble &time)
Advects a vector field.
Defines a callback function which evaluates the flux vector.
virtual void v_InitObject(LibUtilities::SessionReaderSharedPtr pSession, Array< OneD, MultiRegions::ExpListSharedPtr > pFields)
Initialises the advection object.