OGS
TimeDiscretizationBuilder.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include <memory>
7
8
namespace
BaseLib
9
{
10
class
ConfigTree
;
11
}
12
namespace
NumLib
13
{
14
class
TimeDiscretization
;
15
}
16
17
namespace
NumLib
18
{
19
std::unique_ptr<TimeDiscretization>
createTimeDiscretization
(
20
BaseLib::ConfigTree
const
& config);
21
}
BaseLib::ConfigTree
Definition
ConfigTree.h:101
NumLib::TimeDiscretization
Definition
TimeDiscretization.h:86
BaseLib
Definition
TestDefinition.h:13
NumLib
Definition
ProjectData.h:35
NumLib::createTimeDiscretization
std::unique_ptr< TimeDiscretization > createTimeDiscretization(BaseLib::ConfigTree const &config)
Definition
TimeDiscretizationBuilder.cpp:12
NumLib
ODESolver
TimeDiscretizationBuilder.h
Generated by
1.14.0