Nektar++
|
#include <string>
#include <LibUtilities/BasicUtils/NekFactory.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <MultiRegions/ExpList.h>
#include <SolverUtils/Core/SessionFunction.h>
#include <SolverUtils/SolverUtilsDeclspec.h>
Go to the source code of this file.
Classes | |
class | Nektar::SolverUtils::Forcing |
Defines a forcing term to be explicitly applied. More... | |
Namespaces | |
namespace | Nektar |
namespace | Nektar::SolverUtils |
Typedefs | |
typedef LibUtilities::NekFactory< std::string, Forcing, const LibUtilities::SessionReaderSharedPtr &, const std::weak_ptr< EquationSystem > &, const Array< OneD, MultiRegions::ExpListSharedPtr > &, const unsigned int &, const TiXmlElement * > | Nektar::SolverUtils::ForcingFactory |
Declaration of the forcing factory. More... | |
Functions | |
ForcingFactory & | Nektar::SolverUtils::GetForcingFactory () |
Declaration of the forcing factory singleton. More... | |
Variables | |
SOLVER_UTILS_EXPORT typedef std::shared_ptr< Forcing > | Nektar::SolverUtils::ForcingSharedPtr |
A shared pointer to an EquationSystem object. More... | |