Nektar++
Classes | Namespaces | Typedefs | Functions
Advection.h File Reference
#include <functional>
#include <string>
#include <LibUtilities/BasicUtils/NekFactory.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <MultiRegions/ExpList.h>
#include <SolverUtils/RiemannSolvers/RiemannSolver.h>
#include <SolverUtils/SolverUtilsDeclspec.h>
#include <iomanip>

Go to the source code of this file.

Classes

class  Nektar::SolverUtils::Advection
 An abstract base class encapsulating the concept of advection of a vector field. More...
 

Namespaces

namespace  Nektar
 
namespace  Nektar::SolverUtils
 

Typedefs

typedef std::shared_ptr< Advection > Nektar::SolverUtils::AdvectionSharedPtr
 A shared pointer to an Advection object. More...
 
typedef LibUtilities::NekFactory< std::string, Advection, std::string > Nektar::SolverUtils::AdvectionFactory
 Datatype of the NekFactory used to instantiate classes derived from the Advection class. More...
 
typedef std::function< void(const Array< OneD, Array< OneD, NekDouble > > &, Array< OneD, Array< OneD, Array< OneD, NekDouble > > > &)> Nektar::SolverUtils::AdvectionFluxVecCB
 

Functions

AdvectionFactory & Nektar::SolverUtils::GetAdvectionFactory ()
 Gets the factory for initialising advection objects. More...