hypre/examples/docs/ex16.htm
2011-10-31 23:54:52 +00:00

8 lines
407 B
HTML

<a href="ex16.c.html"><h2>Example 16</h2></a>
<p>
This code solves the 2D Laplace equation using a high order Q3 finite element
discretization. Specifically, we solve -Delta u = 1 with zero boundary
conditions on a unit square domain meshed with a uniform grid. The mesh is
distributed across an N x N process grid, with each processor containing an n x
n sub-mesh of data, so the global mesh is nN x nN.