Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs | Functions
Advection.h File Reference
#include <string>
#include <boost/function.hpp>
#include <LibUtilities/BasicUtils/NekFactory.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <MultiRegions/ExpList.h>
#include <SolverUtils/SolverUtilsDeclspec.h>
#include <SolverUtils/RiemannSolvers/RiemannSolver.h>
Include dependency graph for Advection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::SolverUtils::Advection
 Defines a callback function which evaluates the flux vector. More...

Namespaces

namespace  Nektar
 <
namespace  Nektar::SolverUtils

Typedefs

typedef boost::shared_ptr
< Advection > 
Nektar::SolverUtils::AdvectionSharedPtr
 A shared pointer to an Advection object.
typedef
LibUtilities::NekFactory
< std::string, Advection,
std::string > 
Nektar::SolverUtils::AdvectionFactory
 Datatype of the NekFactory used to instantiate classes derived from the Advection class.

Functions

AdvectionFactory & Nektar::SolverUtils::GetAdvectionFactory ()