OGS
LinearSolverOptionsParser.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace BaseLib
14{
15class ConfigTree;
16}
19
20namespace MathLib
21{
22template <>
24{
33 std::tuple<std::string, std::string> parseNameAndOptions(
34 std::string const& prefix,
35 BaseLib::ConfigTree const* const config) const;
36};
37
38} // namespace MathLib