Click or drag to resize

SolutionYtype Properties

The RungeKutta45OdeSolverSolutionYtype type exposes the following members.

Properties
 NameDescription
Public propertyNumFailedSteps Number of falied integration steps during the calculation. This is the number of times a new step size needed to be recalculated because the current one's error estimate was too large.
Public propertyNumFunctionEvaluations Number of time sthe ODE function was evaluated.
Public propertyNumSuccessfulSteps Number of successful integration steps during the calculation. A successful step is when the current stepn size yields an acceptable error estimate and hence does not need to be recalculated.
Public propertyT The time values for the solution.
Public propertyY The state values for the solution.
Top
See Also