Algorithms: N-body Computations
Some N-body computations require all n2 pairwise interactions to be calculated
For others interactions involving distant bodies can be ignored or approximated by a point mass, leading to more efficient execution
Allocating bodies spatially eases communication load