File: matrix-free_methods.html

package info (click to toggle)
petsc 3.2.dfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 124,660 kB
  • sloc: ansic: 342,250; cpp: 62,975; python: 32,761; fortran: 17,337; makefile: 15,867; xml: 621; objc: 594; sh: 492; java: 381; f90: 347; csh: 245
file content (32 lines) | stat: -rw-r--r-- 1,637 bytes parent folder | download | duplicates (2)
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>