|
template<typename T = std::string, typename... Args> |
T | Dumux::getParam (Args &&... args) |
| A free function to get a parameter from the parameter tree singleton. More...
|
|
template<typename T = std::string, typename... Args> |
T | Dumux::getParamFromGroup (Args &&... args) |
| A free function to get a parameter from the parameter tree singleton with a model group. More...
|
|
bool | Dumux::hasParam (const std::string ¶m) |
| Check whether a key exists in the parameter tree. More...
|
|
bool | Dumux::hasParamInGroup (const std::string ¶mGroup, const std::string ¶m) |
| Check whether a key exists in the parameter tree with a model group prefix. More...
|
|
std::vector< std::string > | Dumux::getParamSubGroups (const std::string &subGroupName, const std::string ¶mGroup) |
| Get a list of sub groups from the parameter tree sorted by relevance. More...
|
|