Skip to content
Success

Changes

Summary

  1. ODE solver fix and test cleanup (commit: 12b86a2) (details)
Commit 12b86a229ef313b618c7cbab1fba4438578246c9 by lamont
ODE solver fix and test cleanup

One small solver fix for numerical issues in taking final steps
that could result in minStep violations.

Test cleanup to apply the same tests to DP5/Tsit5/BS3 and make
the random tests be deterministically random to avoid random
failures.
(commit: 12b86a2)
The file was addedMechJebLibTest/ODETests/BS3Tests.cs
The file was modified MechJebLibTest/ODETests/Tsit5Tests.cs (diff)
The file was modified MechJebLib/ODE/AbstractRungeKutta.cs (diff)
The file was removedMechJebLibTest/ODETests/BS3Tests.c.cs
The file was modified MechJebLib/ODE/AbstractIVP.cs (diff)
The file was modified MechJebLibTest/ODETests/DP5Tests.cs (diff)