Nektar++
|
#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>
Go to the source code of this file.
Classes | |
class | Nektar::SolverUtils::Advection |
Defines a callback function which evaluates the flux vector. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::SolverUtils | |
Typedefs | |
typedef boost::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... | |
Functions | |
AdvectionFactory & | Nektar::SolverUtils::GetAdvectionFactory () |
Gets the factory for initialising advection objects. More... | |