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
Simple test for N-body simulation using particle mesh, following Springle_2016
In nbodypy_array, we use array to store the data of particles, which is eventually applied.
In nbodypy, we use class to store the data of particles, which is woo slow.