Skip to content
Snippets Groups Projects
Commit 20a2395e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MaL] Add missing doxygen file header

parent 88111bba
No related branches found
No related tags found
No related merge requests found
/**
* \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
*/
#include "LinearSolverOptions.h"
* \file
#include <set>
#include "BaseLib/ConfigTree.h"
//! Configuration tag names of all known linear solvers for their
//! configuration in the project file.
//! Add your tag name here when you add a new solver.
static std::set<std::string>
known_linear_solvers{"eigen", "lis", "petsc"};
//! Configuration tag names of all known linear solvers for their
//! configuration in the project file.
//! Add your tag name here when you add a new solver.
static std::set<std::string> known_linear_solvers{"eigen", "lis", "petsc"};
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