Python library for ODE integration via Taylor's method and LLVM
-
Updated
Apr 11, 2025 - Python
Python library for ODE integration via Taylor's method and LLVM
Script written in Python to integrate the equations of motion of N particles interacting with each other gravitationally. The script computes the equations of motion and use scipy.integrate to integrate them. Then it uses matplotlib to visualize the solution.
GPU-accelerated N-Body particle simulator with visualizer.
A simple N-Body simulator, able to support a galactic environnement (under the form of a gravitational field).
Source Code of PocketCosmos App
Spherical Overdensity Aperture Processor: MPI parallel Python code to compute properties of halos in SWIFT n-body simulations
Nbody simulator with pygame viewer
N-Body [Experimental!]
This project vows to achieve the creation of a physics simulation of the solution for the N-Bodies problem. The main Python class will choose a randomized distribution of massive bodies and will let them evolve, calculating their positions at the next time-step using the Barnes-Hut method in 2D or in 3D. This verison of the project is currently …
Framework for hardware-agnostic, massively distributed N-body simulations.
N-bodies parallel simulation with MPI
Parallel Computations on GPU - Project - N-Body-OpenACC
Add a description, image, and links to the nbody topic page so that developers can more easily learn about it.
To associate your repository with the nbody topic, visit your repo's landing page and select "manage topics."