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