This exercise completes the first example of building a simple parallel program. The steps we took were
Define and implement the parallel data structure (distributed mesh)
Implement the parallel algorithm (Jacobi iteration)
Add input/output code