OdeMethodOptionsIncludeMandatorySolutionPointsInOutput Property |
Default: true. 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 true.
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.3179.0 (4.8.3179.0)
Syntax public bool IncludeMandatorySolutionPointsInOutput { get; set; }
Property Value
Booleantrue if the mandatory solution points should appear in the output sequence (default value); otherwise,
false.
See Also