Stanja splošnega solverja. Nekatere metode na solverju delujejo samo, če se solver nahaja v ustreznem stanju.
Enumerator |
---|
Undefined |
|
InitialConditionsExist |
Initial conditions exist.
|
EndPointExists |
The end point exists.
|
BothConditionsExist |
Both the initial conditions and the end point exist.
|
NStepsExists |
The number of steps info exists.
|
StepSizeExists |
The step size info exists.
|
StepInfoExists |
At least one of the two exists: the step size or the number of steps.
|
ODEExists |
The delegate which represents the ODE is bound to the ODE method.
|
ReadyToSolve |
The ODE solver is ready for solving.
|
Solved |
Right after the call of the Solve() method. The solution exists and the ODE solver is still ready for solving.
|
ErrorsCalculated |
The calculated errors are now residing on the _solution list. The original solution is now on the _originalSolution list. The ODE solver is still ready for solving.
|
ErrorsPostProcessed |
The errors have gone through a smoothing filter. The original solution is now on the _originalSolution list. The ODE solver is still ready for solving.
|
ErrorsValidityVerified |
The validity of errors has been verified. The ODE solver is still ready for solving.
|