OdeAdamsGear.IntegrationMethod Property |
The integration method.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual OdeAdamsGear. IntegrationType IntegrationMethod { get; set; }
Public Overridable Property IntegrationMethod As OdeAdamsGear. IntegrationType
Get
Set
public:
virtual property OdeAdamsGear. IntegrationType IntegrationMethod {
OdeAdamsGear. IntegrationType get ();
void set (OdeAdamsGear. IntegrationType value);
}
abstract IntegrationMethod : OdeAdamsGear. IntegrationType with get, set
override IntegrationMethod : OdeAdamsGear. IntegrationType with get, set
Property Value
Type:
OdeAdamsGear.IntegrationType
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