https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 61edfa5871451528c33dad6055aa5c2332088cbc authored by Dmitry Yu. Naumov on 18 August 2023, 11:14:03 UTC
Merge branch 'FmtFormatter' into 'master'
Tip revision: 61edfa5
LinearSolverOptionsParser.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, 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
back to top