OGS
TimeDiscretizationBuilder.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <memory>
14
15namespace BaseLib
16{
17class ConfigTree;
18}
19namespace NumLib
20{
21class TimeDiscretization;
22}
23
24namespace NumLib
25{
26std::unique_ptr<TimeDiscretization> createTimeDiscretization(
27 BaseLib::ConfigTree const& config);
28}
std::unique_ptr< TimeDiscretization > createTimeDiscretization(BaseLib::ConfigTree const &config)