Link Poisson assigment to poisson_2d.c code.
authorW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 16:29:13 +0000 (11:29 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 16:29:13 +0000 (11:29 -0500)
assignments/archive/poisson/index.shtml

index 1f0b24956acd9d01c2fd155e5b3017ceb8e7d3a1..3d4f08e96b3591c4e17eee1b04975c393c60cc70 100644 (file)
@@ -16,7 +16,8 @@ and <a href="../../../content/poisson/#SOR">SOR</a> algorithms are
 explained in the course web pages. The steps toward a parallel code
 are also explained.</p>
 
-<p>Start from the code <a href="../../../src/possion/p.c">p.c</a> and
+<p>Start from the
+code <a href="../../../src/possion/poisson_2d.c">poisson_2d.c</a> and
 implement the parallel version. Pay particular attention to minimize
 communications.</p>