Click or drag to resize

GearsBDFOptions Class

Options for a former ODE solver.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Ode.ObsoleteGearsBDFOptions

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class GearsBDFOptions

The GearsBDFOptions type exposes the following members.

Constructors
 NameDescription
Public methodGearsBDFOptionsDefault construction of an Options instance.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also