MultiStepMethodOptions Type

Options for multistep Ode methods.

Constructors

Constructor Description

MultiStepMethodOptions()

Full Usage: MultiStepMethodOptions()

Instance members

Instance member Description

this.IterationMethod

Full Usage: this.IterationMethod

Gets or sets the iteration method (see values of OdeIterationMethod for explanations).

this.MaxOrder

Full Usage: this.MaxOrder

Gets or sets the maximum order the method can use.

ArgumentOutOfRangeException Value must be greater than or equal to 1.

this.MinOrder

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).

ArgumentOutOfRangeException Value must be greater than or equal to 1.