diff --git a/main.py b/main.py index 843fec0..e656760 100755 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ def main(): v = np.array([v1, v2, v3],dtype=np.longdouble) #integration parameters - duration, step = 5000*yr, np.longdouble(5./1.*86400.) #integration time and step in seconds + duration, step = 5000*yr, np.longdouble(1./1.*86400.) #integration time and step in seconds integrator = "leapfrog" n_bodies = 3 display = False diff --git a/plots/2bodies_hermite_E.png b/plots/2bodies_hermite_E.png index 2339f0a..ffcc1b7 100644 Binary files a/plots/2bodies_hermite_E.png and b/plots/2bodies_hermite_E.png differ diff --git a/plots/2bodies_hermite_L.png b/plots/2bodies_hermite_L.png new file mode 100644 index 0000000..c822de6 Binary files /dev/null and b/plots/2bodies_hermite_L.png differ diff --git a/plots/2bodies_hermite_a_e.png b/plots/2bodies_hermite_a_e.png index f54c803..fff27f8 100644 Binary files a/plots/2bodies_hermite_a_e.png and b/plots/2bodies_hermite_a_e.png differ diff --git a/plots/2bodies_hermite_dEm.png b/plots/2bodies_hermite_dEm.png index 5d024a2..4072690 100644 Binary files a/plots/2bodies_hermite_dEm.png and b/plots/2bodies_hermite_dEm.png differ diff --git a/plots/2bodies_hermite_dL2.png b/plots/2bodies_hermite_dL2.png index 49e9105..90d61ac 100644 Binary files a/plots/2bodies_hermite_dL2.png and b/plots/2bodies_hermite_dL2.png differ diff --git a/plots/2bodies_leapfrog_E.png b/plots/2bodies_leapfrog_E.png index 113f151..477b7bd 100644 Binary files a/plots/2bodies_leapfrog_E.png and b/plots/2bodies_leapfrog_E.png differ diff --git a/plots/2bodies_leapfrog_L.png b/plots/2bodies_leapfrog_L.png index e1307c2..7a82c52 100644 Binary files a/plots/2bodies_leapfrog_L.png and b/plots/2bodies_leapfrog_L.png differ diff --git a/plots/2bodies_leapfrog_a_e.png b/plots/2bodies_leapfrog_a_e.png index b46b79b..24d0fba 100644 Binary files a/plots/2bodies_leapfrog_a_e.png and b/plots/2bodies_leapfrog_a_e.png differ diff --git a/plots/2bodies_leapfrog_dEm.png b/plots/2bodies_leapfrog_dEm.png index 81a89b9..ee87959 100644 Binary files a/plots/2bodies_leapfrog_dEm.png and b/plots/2bodies_leapfrog_dEm.png differ diff --git a/plots/2bodies_leapfrog_dL2.png b/plots/2bodies_leapfrog_dL2.png index a29f6d8..b3fe80f 100644 Binary files a/plots/2bodies_leapfrog_dL2.png and b/plots/2bodies_leapfrog_dL2.png differ diff --git a/plots/2bodies_leapfrog_phi.png b/plots/2bodies_leapfrog_phi.png deleted file mode 100644 index 1761349..0000000 Binary files a/plots/2bodies_leapfrog_phi.png and /dev/null differ diff --git a/plots/3bodies_2_leapfrog_E.png b/plots/3bodies_2_leapfrog_E.png new file mode 100644 index 0000000..b28c92a Binary files /dev/null and b/plots/3bodies_2_leapfrog_E.png differ diff --git a/plots/3bodies_2_leapfrog_L.png b/plots/3bodies_2_leapfrog_L.png new file mode 100644 index 0000000..c3ee125 Binary files /dev/null and b/plots/3bodies_2_leapfrog_L.png differ diff --git a/plots/3bodies_2_leapfrog_a_e.png b/plots/3bodies_2_leapfrog_a_e.png new file mode 100644 index 0000000..2e6b1fb Binary files /dev/null and b/plots/3bodies_2_leapfrog_a_e.png differ diff --git a/plots/3bodies_2_leapfrog_dEm.png b/plots/3bodies_2_leapfrog_dEm.png new file mode 100644 index 0000000..dcc1bbc Binary files /dev/null and b/plots/3bodies_2_leapfrog_dEm.png differ diff --git a/plots/3bodies_2_leapfrog_dL2.png b/plots/3bodies_2_leapfrog_dL2.png new file mode 100644 index 0000000..d31b84e Binary files /dev/null and b/plots/3bodies_2_leapfrog_dL2.png differ diff --git a/plots/3bodies_2_leapfrog_phi.png b/plots/3bodies_2_leapfrog_phi.png new file mode 100644 index 0000000..b951262 Binary files /dev/null and b/plots/3bodies_2_leapfrog_phi.png differ diff --git a/plots/3bodies_3_leapfrog_E.png b/plots/3bodies_3_leapfrog_E.png new file mode 100644 index 0000000..1794b61 Binary files /dev/null and b/plots/3bodies_3_leapfrog_E.png differ diff --git a/plots/3bodies_3_leapfrog_L.png b/plots/3bodies_3_leapfrog_L.png new file mode 100644 index 0000000..4d0cdd3 Binary files /dev/null and b/plots/3bodies_3_leapfrog_L.png differ diff --git a/plots/3bodies_3_leapfrog_a_e.png b/plots/3bodies_3_leapfrog_a_e.png new file mode 100644 index 0000000..f8a6460 Binary files /dev/null and b/plots/3bodies_3_leapfrog_a_e.png differ diff --git a/plots/3bodies_3_leapfrog_dEm.png b/plots/3bodies_3_leapfrog_dEm.png new file mode 100644 index 0000000..8a8cc7e Binary files /dev/null and b/plots/3bodies_3_leapfrog_dEm.png differ diff --git a/plots/3bodies_3_leapfrog_dL2.png b/plots/3bodies_3_leapfrog_dL2.png new file mode 100644 index 0000000..730da37 Binary files /dev/null and b/plots/3bodies_3_leapfrog_dL2.png differ diff --git a/plots/3bodies_3_leapfrog_phi.png b/plots/3bodies_3_leapfrog_phi.png new file mode 100644 index 0000000..76e3a98 Binary files /dev/null and b/plots/3bodies_3_leapfrog_phi.png differ diff --git a/plots/3bodies_hermite_E.png b/plots/3bodies_hermite_E.png deleted file mode 100644 index 5753659..0000000 Binary files a/plots/3bodies_hermite_E.png and /dev/null differ diff --git a/plots/3bodies_hermite_a_e.png b/plots/3bodies_hermite_a_e.png deleted file mode 100644 index 390d738..0000000 Binary files a/plots/3bodies_hermite_a_e.png and /dev/null differ diff --git a/plots/3bodies_hermite_dEm.png b/plots/3bodies_hermite_dEm.png deleted file mode 100644 index c736699..0000000 Binary files a/plots/3bodies_hermite_dEm.png and /dev/null differ diff --git a/plots/3bodies_hermite_dL2.png b/plots/3bodies_hermite_dL2.png deleted file mode 100644 index 0c60474..0000000 Binary files a/plots/3bodies_hermite_dL2.png and /dev/null differ diff --git a/plots/3bodies_hermite_dynsyst.gif b/plots/3bodies_hermite_dynsyst.gif deleted file mode 100644 index 1fb0178..0000000 Binary files a/plots/3bodies_hermite_dynsyst.gif and /dev/null differ diff --git a/plots/3bodies_hermite_phi.png b/plots/3bodies_hermite_phi.png deleted file mode 100644 index 187c25d..0000000 Binary files a/plots/3bodies_hermite_phi.png and /dev/null differ diff --git a/plots/3bodies_leapfrog_E.png b/plots/3bodies_leapfrog_E.png index 98e0457..e5b8cac 100644 Binary files a/plots/3bodies_leapfrog_E.png and b/plots/3bodies_leapfrog_E.png differ diff --git a/plots/3bodies_leapfrog_L.png b/plots/3bodies_leapfrog_L.png index fb5580b..090ad55 100644 Binary files a/plots/3bodies_leapfrog_L.png and b/plots/3bodies_leapfrog_L.png differ diff --git a/plots/3bodies_leapfrog_a_e.png b/plots/3bodies_leapfrog_a_e.png index f4f7907..5a6f21b 100644 Binary files a/plots/3bodies_leapfrog_a_e.png and b/plots/3bodies_leapfrog_a_e.png differ diff --git a/plots/3bodies_leapfrog_dEm.png b/plots/3bodies_leapfrog_dEm.png index 28cd803..1ffab0a 100644 Binary files a/plots/3bodies_leapfrog_dEm.png and b/plots/3bodies_leapfrog_dEm.png differ diff --git a/plots/3bodies_leapfrog_dL2.png b/plots/3bodies_leapfrog_dL2.png index c5b0c48..e78e57f 100644 Binary files a/plots/3bodies_leapfrog_dL2.png and b/plots/3bodies_leapfrog_dL2.png differ diff --git a/plots/3bodies_leapfrog_phi.png b/plots/3bodies_leapfrog_phi.png index b1ff61f..afc4b43 100644 Binary files a/plots/3bodies_leapfrog_phi.png and b/plots/3bodies_leapfrog_phi.png differ diff --git a/plots/3bodies_psi45_leapfrog_a_e.png b/plots/3bodies_psi45_leapfrog_a_e.png deleted file mode 100644 index ccb3998..0000000 Binary files a/plots/3bodies_psi45_leapfrog_a_e.png and /dev/null differ diff --git a/plots/3bodies_psi45_leapfrog_dEm.png b/plots/3bodies_psi45_leapfrog_dEm.png deleted file mode 100644 index 48bab20..0000000 Binary files a/plots/3bodies_psi45_leapfrog_dEm.png and /dev/null differ diff --git a/plots/3bodies_psi45_leapfrog_dL2.png b/plots/3bodies_psi45_leapfrog_dL2.png deleted file mode 100644 index c561d07..0000000 Binary files a/plots/3bodies_psi45_leapfrog_dL2.png and /dev/null differ