File: matrix-free_methods.htm

package info (click to toggle)
petsc 2.1.3-1.woody.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 70,272 kB
  • ctags: 310,869
  • sloc: ansic: 257,275; sh: 9,870; makefile: 7,622; fortran: 6,211; cpp: 1,026; python: 416; csh: 41; asm: 9
file content (15 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<title>matrix-free methods</title><body bgcolor="FFFFFF">
<h2>matrix-free methods</h2>
<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>