OGS
CreateSimplifiedElasticityModel.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <memory>
13
14namespace ProcessLib
15{
16namespace ThermoRichardsFlow
17{
18struct SimplifiedElasticityModel;
19}
20} // namespace ProcessLib
21
22namespace BaseLib
23{
24class ConfigTree;
25}
26
27namespace ProcessLib
28{
29namespace ThermoRichardsFlow
30{
31std::unique_ptr<SimplifiedElasticityModel> createElasticityModel(
32 BaseLib::ConfigTree const& config);
33
34} // namespace ThermoRichardsFlow
35} // namespace ProcessLib
std::unique_ptr< SimplifiedElasticityModel > createElasticityModel(BaseLib::ConfigTree const &config)