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
Program to simulate planetary dynamics using the Barnes Hut tree method and the brute force method. Coursework for computational physics course (Physics MSc level, Leiden University, 2019). Received grade: 9.5/10.)
A program simulating the motion of N-objects in a plane, accounting for the gravitational forces mutually affecting each object as demonstrated by Sir Issac Newton’s Law of Gravitation. Ultimately, a program (NBody.java) is created which will draw an animation of bodies floating around in space tugging on each other with the power of gravity.