1
0

frogleap ok but not hermite

This commit is contained in:
Thibault Barnouin
2021-11-05 22:14:56 +01:00
parent b1c5b1c518
commit 04a4dd6e6a
4 changed files with 33 additions and 7 deletions

View File

@@ -33,8 +33,9 @@ def main():
dyn_syst = System(bodylist)
dyn_syst.COMShift()
duration, step = 100*3e7, 1e5
duration, step = 100*3e7, 1e4
E, L = frogleap(duration, step, dyn_syst, recover_param=True)#, display=True)
#dyn_syst.hermite(duration,step, display=True)
fig1 = plt.figure(figsize=(30,15))
ax1 = fig1.add_subplot(111)