RungeKuttaExplicitBaseCoreEvaluateNextSolutionPoint Method |
Evaluates the next solution point in one step.
To get the results, see
X and
Y_volatile.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EvaluateNextSolutionPoint(
double xnext
)
Parameters
- xnext Double
- The x at the end of this step.
Remarks At the end of this call,
_y_current contains the current y values,
_y_stages contains the y values of the last stage (non-FSAL) or of the stage before
the last stage (FSAL),
_y_current_LocalError contains the local errors, and
_y_previous
contains the y values at the beginning of the current step.
See Also