OGS
LinearSolverOptionsParser.h
Go to the documentation of this file.
1
11#pragma once
12
15
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace MathLib
22{
23template <>
25{
34 std::tuple<std::string, std::string> parseNameAndOptions(
35 std::string solver_prefix,
36 BaseLib::ConfigTree const* const config) const;
37};
38
39} // namespace MathLib
Declaration of class PETScLinearSolver, which defines a solver object based on PETSc routines.