OGS
|
Definition in file LinearSolverOptions.cpp.
Go to the source code of this file.
Namespaces | |
namespace | 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"} |
|
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 19 of file LinearSolverOptions.cpp.
Referenced by MathLib::ignoreOtherLinearSolvers().