Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 258 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 258 Bytes

nbodpy

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.