OGS
[tag] lis

Defines an option string that will be passed to solvers of the LIS library.

The default is -initx_zeros 0, i.e., not to overwrite the passed initial guess with zeroes. All other options are appended to this default value.

Attention
LIS can also receive options from the command line arguments. However, the values from the project file are applied directly to the linear solver. If specifying both, make sure that you check which options take precedence.

Refer to the documentation of LIS for further details.

Additional info

From MathLib/LinAlg/EigenLis/LinearSolverOptionsParser.cpp line 31

  • This is an optional parameter.
  • Data type: std::string
  • Expanded tag path: linear_solvers.linear_solver.lis
  • Go to source code: → ogs/ogs/master

Used in the following test data files