High Performance Computing 1
Jacobi iteration
•uk+1ij = (1/4)*(uki-1j  + uki+1j  + ukij-1  + ukij+1- h2 fij )
Because the values are replaced by averaging around them, these techniques are called relaxation methods.
We wish to compute this approximation in parallel.