1
0
This commit is contained in:
Alex_Hubert
2021-11-05 21:27:02 +01:00
parent 88606891ab
commit b1347a9f0d
2 changed files with 73 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ def dv_dt(m_array, q_array):
dv_array[np.isnan(dv_array)] = 0.
return dv_array
def frogleap(duration, step, dyn_syst, recover_param=False, display=False):
"""
Leapfrog integrator for first order partial differential equations.