OGS
|
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
.
std::string
Used in no end-to-end test cases.