OGS
Eigen/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
6#include "EigenLinearSolver.h"
7#include "EigenOption.h"
9
10namespace BaseLib
11{
12class ConfigTree;
13}
14
15namespace MathLib
16{
17template <>
19{
27 std::tuple<std::string, EigenOption> parseNameAndOptions(
28 std::string const& prefix,
29 BaseLib::ConfigTree const* const solver_config) const;
30};
31
32} // namespace MathLib
std::tuple< std::string, EigenOption > parseNameAndOptions(std::string const &prefix, BaseLib::ConfigTree const *const solver_config) const