Skip to content
Success

Changes

Summary

  1. Absolute minimum stepsize of 10 ULPs in ODE solver (commit: 4b50512) (details)
Commit 4b50512228dc8ba03672161a68d98f93460664d7 by lamont
Absolute minimum stepsize of 10 ULPs in ODE solver

Should work the same as scipy's integrator.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 4b50512)
The file was modified MechJebLib/ODE/AbstractRungeKutta.cs (diff)
The file was modified MechJebLib/ODE/AbstractIVP.cs (diff)
The file was modified MechJebLib/Utils/Statics.cs (diff)
The file was modified MechJebLibTest/ODETests/DP5Tests.cs (diff)
The file was modified MechJebLib/Rootfinding/BrentRoot.cs (diff)
The file was modified MechJebLib/Rootfinding/Newton.cs (diff)