![]() |
OGS
|
Definition in file CreateTimeLoop.h.
#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | BaseLib |
| namespace | MeshLib |
| namespace | NumLib |
| namespace | 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 > > &meshes, bool const compensate_non_equilibrium_initial_residuum) |
| Builds a TimeLoop from the given configuration. | |