![]() |
OGS
|
Definition in file CreateTimeLoop.h.
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
BaseLib | |
MeshLib | |
NumLib | |
ProcessLib | |
Functions | |
std::unique_ptr< TimeLoop > | ProcessLib::createTimeLoop (BaseLib::ConfigTree const &config, std::string const &output_directory, std::vector< std::unique_ptr< Process >> const &processes, std::map< std::string, std::unique_ptr< NumLib::NonlinearSolverBase >> const &nonlinear_solvers, std::vector< std::unique_ptr< MeshLib::Mesh >> const &meshes) |
Builds a TimeLoop from the given configuration. More... | |