hypre/examples/docs/ex5f.htm

12 lines
407 B
HTML

<a href="ex5f.f.html"><h2>Example 5 (Fortran version)</h2></a>
<p>
This example solves the 2-D
Laplacian problem with zero boundary conditions
on an nxn grid. The number of unknowns is N=n^2.
The standard 5-point stencil is used, and we solve
for the interior nodes only.
<p>
This example solves the same problem as Example 3.
Available solvers are AMG, PCG, and PCG with AMG or
Parasails preconditioners.