Skip to content
Snippets Groups Projects
Commit 7ea11a0f authored by Tom Fischer's avatar Tom Fischer
Browse files

[MaL/LinAlg] Generalize the linear solver option parsing.

parent 5b8affe3
No related branches found
No related tags found
No related merge requests found
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
namespace MathLib
{
template <typename LinearSolverType>
struct LinearSolverOptionsParser;
} // namespace MathLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment