Click or drag to resize

GearsBDFOptions Properties

The GearsBDFOptions type exposes the following members.

Properties
 NameDescription
Public propertyAbsoluteToleranceGets or sets absolute error tolerance used in automatic step size calculations. Default is 1e-6.
Public propertyStatic memberDefaultGets default option set
Public propertyInitialStepGets or sets initial step for solution. Default value 0 means that initial step is computed automatically
Public propertyMaxScaleGets or sets maximal step scale factor.
Public propertyMaxStepGets or sets maximal step value.
Public propertyMinScaleGets or sets minimal step scale factor.
Public propertyMinStepGets or sets minimal step value.
Public propertyNumberOfIterationsGets or sets number of iterations in GearBDF method - isn't used in RK547M///
Public propertyRelativeToleranceGets or sets relative error tolerance used in automatic step size calculations. Default is 1e-6.
Top
See Also