Ode |
The OdeMethodOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteTolerance | Gets or sets the absolute tolerance for all y values. Use AbsoluteTolerances if you want to set the absolute tolerance for each individual y value. | |
| AbsoluteTolerances | Gets or sets the absolute tolerances. The length of the array must either be 1 (equal tolerances for all y values) or N. | |
| AutomaticStepSizeControl | Gets or sets a value indicating whether automatic step size control is enabled. | |
| ErrorNorm | Gets or sets the error norm that is used for the evaluation of the relative error in order to control the step size. | |
| IncludeAutomaticStepsInOutput | Gets or sets a value indicating whether steps generated by the automatic step size control should be included in the output. This value is by default. The value is effective only if AutomaticStepSizeControl is set to . If AutomaticStepSizeControl is but this value is , then MandatorySolutionPoints must be set. | |
| IncludeInitialValueInOutput | Gets or sets a value indicating whether the initial point should be included in the output. | |
| IncludeMandatorySolutionPointsInOutput | Default: . Gets or sets a value indicating whether the mandatory solution points (see MandatorySolutionPoints) should appear in the output sequence. This value is only effective if AutomaticStepSizeControl is . Without automatic step size control, mandatory solution points always appear in the output sequence. | |
| InitialStepSize | Gets or sets the initial step size. This value is effective only if AutomaticStepSizeControl is . | |
| MandatorySolutionPoints | Gets or sets the mandatory solution points. Mandatory solution points are evaluated directly (i.e. not interpolated). | |
| MaxStepSize | Gets or sets the maximum step size. This value is effective only if AutomaticStepSizeControl is . | |
| OptionalSolutionPoints | Gets or sets optional solution points. Optional solution points are not evaluated directly, but are interpolated between two real solution points. | |
| RelativeTolerance | Gets or sets the relative tolerance for all y values. Use RelativeTolerances if you want to set the relative tolerance for each individual y value. | |
| RelativeTolerances | Gets or sets the relative tolerances. The length of the array must either be 1 (equal tolerances for all y values) or N. | |
| StepSize | Gets or sets the step size. This value is effective only if automatic step size control is not active. | |
| StepSizeFilter | Gets or sets the step size filter (determines the variation of step sizes), see StepSizeFilter. | |
| StiffnessDetectionEveryNumberOfSteps | Gets or sets the number of successful steps between tests for stiffness. Setting this value to 0 disables stiffness detection. The default value is 0. |