Options for multistep Ode methods.
Constructor | Description |
Full Usage:
MultiStepMethodOptions()
|
|
Instance member | Description | ||
Full Usage:
this.IterationMethod
|
|||
Full Usage:
this.MaxOrder
|
Gets or sets the maximum order the method can use.
|
||
Full Usage:
this.MinOrder
|
Gets or sets the minimum order the method can use (except in the startup phase, in which the method has to start with an order of 1).
|