You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While checking this script, I noticed that x_m1 = vx * minDt, while it should be x_m1=x - vx * minDt for an Euler backward integration. Why do we seem to keep just the displacement?
While checking this script, I noticed that x_m1 = vx * minDt, while it should be x_m1=x - vx * minDt for an Euler backward integration. Why do we seem to keep just the displacement?
sphexa/scripts/add_m1.py
Line 51 in 73d6de6