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