N-Body Calculations
Geoffrey Fox
March 1994. CPS615 module.
Numerical methods for solving N-body equations.
-
01.
Using a Numerical Method to Solve N-body Equations
-
02.
Representing the Problem in Arrays
-
03.
A Program for a Runge-Kutta Solver
-
04.
Computing Accelerations - the Spread Algorithm
-
05.
A Program for the Spread Algorithm
-
06.
Inefficiencies of this algorithm
-
07.
Computing Accelerations - the Pipeline Algorithm
-
08.
Operation of the Pipeline
-
09.
Operation of the Pipeline (continued)
-
10.
A Program for the Pipeline Algorithm