OGS
CreateFunction.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <memory>
13
14
namespace
BaseLib
15
{
16
class
ConfigTree;
17
}
18
19
namespace
MaterialPropertyLib
20
{
21
class
Function
;
22
}
23
24
namespace
MaterialPropertyLib
25
{
26
std::unique_ptr<Function>
createFunction
(
BaseLib::ConfigTree
const
& config);
27
}
// namespace MaterialPropertyLib
BaseLib::ConfigTree
Definition
ConfigTree.h:107
MathLib::ODE::Function
std::function< bool( const double t, MappedConstVector< N > const &y, MappedVector< N > &ydot)> Function
Definition
ODESolverTypes.h:54
BaseLib
Definition
TestDefinition.h:21
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::createFunction
std::unique_ptr< Function > createFunction(BaseLib::ConfigTree const &config)
Definition
CreateFunction.cpp:15
MaterialLib
MPL
Properties
CreateFunction.h
Generated by
1.12.0