1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<html>
<title>matrix-free methods</title><body bgcolor="FFFFFF">
<h2>matrix-free methods</h2>
<menu>
<LI><A HREF="../../../src/snes/examples/tutorials/ex38.c.html"><CONCEPT>ex38.c</CONCEPT></A>
<menu>
u`` + u^{2} = f. Different matrices for the Jacobian and the preconditioner.<BR>Demonstrates the use of matrix-free Newton-Krylov methods in conjunction<BR>
with a user-provided preconditioner. Input arguments are:<BR>
-snes_mf : Use matrix-free Newton methods<BR>
-user_precond : Employ a user-defined preconditioner. Used only with<BR>
matrix-free methods in this example.<BR>
</menu>
<LI><A HREF="../../../src/snes/examples/tutorials/ex44.c.html"><CONCEPT>ex44.c</CONCEPT></A>
<menu>
u`` + u^{2} = f. <BR>Demonstrates the use of matrix-free Newton-Krylov methods in conjunction<BR>
with a user-provided preconditioner. Simplified from ex6.c<BR>
Input arguments are:<BR>
-snes_mf : Use matrix-free Newton methods<BR>
-user_precond : Employ a user-defined preconditioner. Used only with<BR>
matrix-free methods in this example.<BR>
</menu>
<LI><A HREF="../../../src/snes/examples/tutorials/ex6.c.html"><CONCEPT>ex6.c</CONCEPT></A>
<menu>
u`` + u^{2} = f. Different matrices for the Jacobian and the preconditioner.<BR>Demonstrates the use of matrix-free Newton-Krylov methods in conjunction<BR>
with a user-provided preconditioner. Input arguments are:<BR>
-snes_mf : Use matrix-free Newton methods<BR>
-user_precond : Employ a user-defined preconditioner. Used only with<BR>
matrix-free methods in this example.<BR>
</menu>
</menu>
</body>
</html>
|