OdeSolverOptions Type

ODE solver options

Constructors

Constructor Description

OdeSolverOptions(?StepSize, ?RelativeTolerance, ?AutomaticStepSizeControl)

Full Usage: OdeSolverOptions(?StepSize, ?RelativeTolerance, ?AutomaticStepSizeControl)

Parameters:
    ?StepSize : float
    ?RelativeTolerance : float
    ?AutomaticStepSizeControl : bool

Returns: OdeSolverOptions
?StepSize : float
?RelativeTolerance : float
?AutomaticStepSizeControl : bool
Returns: OdeSolverOptions

Instance members

Instance member Description

this.AutomaticStepSizeControl

Full Usage: this.AutomaticStepSizeControl

Value indicating whether automatic step size control is switched on

this.RelativeTolerance

Full Usage: this.RelativeTolerance

Relative tolerance for all y-values

this.StepSize

Full Usage: this.StepSize

Step size (if no automatic step size control) or initial step size to use the automatic step size control