OGS
[tag] linear_multistep_method

Sets the linear multi-step method used for solving the ODE.

Possible values are Adams for the Adams-Moulton method and BDF for backward differentiation formulas.

The default value is Adams.

Additional info

From MathLib/ODE/CVodeSolver.cpp line 136

  • This is an optional parameter.
  • Data type: std::string
  • Expanded tag path: NONEXISTENT.CVODE.linear_multistep_method
  • Go to source code: → ogs/ogs/master

Used in the following test data files

Used in no end-to-end test cases.