GearsBDFWithNordsieckStateCoreEvaluateNextSolutionPoint Method |
Evaluates the next solution point.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void EvaluateNextSolutionPoint(
double? nextMandatoryX
)
Parameters
- nextMandatoryX NullableDouble
- The next mandatory value of the independent variable x. If there
is no next mandatory value, you should provide PositiveInfinity instead.
Exceptions See Also