|
Nektar++
|
#include <LibUtilities/Communication/Comm.h>#include <LibUtilities/BasicUtils/SessionReader.h>#include <LibUtilities/BasicUtils/NekFactory.hpp>#include <LibUtilities/BasicUtils/SharedArray.hpp>#include <SolverUtils/SolverUtils.hpp>#include <SolverUtils/EquationSystem.h>

Go to the source code of this file.
Classes | |
| class | Nektar::SolverUtils::Driver |
| Base class for the development of solvers. More... | |
Namespaces | |
| namespace | Nektar |
| < | |
| namespace | Nektar::SolverUtils |
Typedefs | |
| typedef boost::shared_ptr< Driver > | Nektar::SolverUtils::DriverSharedPtr |
| A shared pointer to a Driver object. | |
| typedef LibUtilities::NekFactory < std::string, Driver, const LibUtilities::SessionReaderSharedPtr & > | Nektar::SolverUtils::DriverFactory |
| Datatype of the NekFactory used to instantiate classes derived from the Driver class. | |
Functions | |
| DriverFactory & | Nektar::SolverUtils::GetDriverFactory () |
1.8.1.2