OGS
LinearSolverOptions.cpp File Reference
#include "LinearSolverOptions.h"
#include <set>
Include dependency graph for LinearSolverOptions.cpp:

Go to the source code of this file.

Namespaces

 MathLib
 

Functions

void MathLib::ignoreOtherLinearSolvers (const BaseLib::ConfigTree &config, const std::string &solver_name)
 

Variables

static std::set< std::string > known_linear_solvers {"eigen", "lis", "petsc"}
 

Variable Documentation

◆ known_linear_solvers

std::set<std::string> known_linear_solvers {"eigen", "lis", "petsc"}
static

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.

Definition at line 8 of file LinearSolverOptions.cpp.

Referenced by MathLib::ignoreOtherLinearSolvers().