OGS
CreateTimeLoop.h File Reference

Detailed Description

Definition in file CreateTimeLoop.h.

#include <map>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for CreateTimeLoop.h:
This graph shows which files directly or indirectly include this file:

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...