| OdeAdamsGearIntegrationMethod Property |
The integration method.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual OdeAdamsGearIntegrationType IntegrationMethod { get; set; }Public Overridable Property IntegrationMethod As OdeAdamsGearIntegrationType
Get
Set
public:
virtual property OdeAdamsGearIntegrationType IntegrationMethod {
OdeAdamsGearIntegrationType get ();
void set (OdeAdamsGearIntegrationType value);
}abstract IntegrationMethod : OdeAdamsGearIntegrationType with get, set
override IntegrationMethod : OdeAdamsGearIntegrationType with get, set
Property Value
Type:
OdeAdamsGearIntegrationType
An
OdeAdamsGear.IntegrationType specifying the integration method to be used.
Default: IntegrationMethod = OdeAdamsGear.IntegrationType.BDF.
RemarksIntegrationMethod must be one of the values
specified in the table which follows.
| value | Description |
|---|
| Adams | Use the implicit Adams method. |
| BDF | Use backward differentiation formula (BDF) methods. |
See Also