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 commandline arguments. However, the values from the prj 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/Lis/LisOption.h line 47

  • 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