First off: This is a class project. I am NOT looking for a complete algorithm to solve my project or any code that solves my problem. I'm looking for a few helpful hints/nudges in the right ...
I have a code that is calculating coulomb interactions F = q1*q2/(c*r^2) it effectively looks like this. dispatch_apply(numParticles - 1, dispatch_get_global_queue ...