GearsBDFOptions Type

Options for GearsBDF ODE solver.

Constructors

Constructor Description

GearsBDFOptions()

Full Usage: GearsBDFOptions()

Default construction of an Options instance.

Instance members

Instance member Description

this.AbsoluteTolerance

Full Usage: this.AbsoluteTolerance

Gets or sets absolute error tolerance used in automatic step size calculations. Default is 1e-6.

this.InitialStep

Full Usage: this.InitialStep

Gets or sets initial step for solution. Default value 0 means that initial step is computed automatically

this.MaxScale

Full Usage: this.MaxScale

Gets or sets maximal step scale factor.

this.MaxStep

Full Usage: this.MaxStep

Gets or sets maximal step value.

this.MinScale

Full Usage: this.MinScale

Gets or sets minimal step scale factor.

this.MinStep

Full Usage: this.MinStep

Gets or sets minimal step value.

this.NumberOfIterations

Full Usage: this.NumberOfIterations

Gets or sets number of iterations in GearBDF method - isn't used in RK547M///

this.RelativeTolerance

Full Usage: this.RelativeTolerance

Gets or sets relative error tolerance used in automatic step size calculations. Default is 1e-6.

Static members

Static member Description

GearsBDFOptions.Default

Full Usage: GearsBDFOptions.Default

Returns: GearsBDFOptions

Gets default option set

Returns: GearsBDFOptions