OGS
PETSc/LinearSolverOptionsParser.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
8
9namespace BaseLib
10{
11class ConfigTree;
12}
13
14namespace MathLib
15{
16template <>
18{
27 std::tuple<std::string, std::string> parseNameAndOptions(
28 std::string solver_prefix,
29 BaseLib::ConfigTree const* const config) const;
30};
31
32} // namespace MathLib
std::tuple< std::string, std::string > parseNameAndOptions(std::string solver_prefix, BaseLib::ConfigTree const *const config) const