Click or drag to resize
OdeAdamsGearIntegrationMethod Property
The integration method.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual OdeAdamsGearIntegrationType IntegrationMethod { get; set; }

Property Value

Type: OdeAdamsGearIntegrationType
An OdeAdamsGear.IntegrationType specifying the integration method to be used.

Default: IntegrationMethod = OdeAdamsGear.IntegrationType.BDF.

Remarks
IntegrationMethod must be one of the values specified in the table which follows.

valueDescription
AdamsUse the implicit Adams method.
BDFUse backward differentiation formula (BDF) methods.

See Also