OdeMethodOptionsIncludeMandatorySolutionPointsInOutput Property |
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.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool IncludeMandatorySolutionPointsInOutput { get; set; }Property Value
Boolean if the mandatory solution points should appear in the output sequence (default value); otherwise,
.
See Also