~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/concepts/user-provided_preconditioner.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<title>user-provided preconditioner</title><body bgcolor="FFFFFF">
 
3
<h2>user-provided preconditioner</h2>
 
4
<menu>
 
5
<LI><A HREF="../../../src/snes/examples/tutorials/ex6.c.html"><CONCEPT>ex6.c</CONCEPT></A>
 
6
<menu>
 
7
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>
 
8
with a user-provided preconditioner.  Input arguments are:<BR>
 
9
   -snes_mf : Use matrix-free Newton methods<BR>
 
10
   -user_precond : Employ a user-defined preconditioner.  Used only with<BR>
 
11
                   matrix-free methods in this example.<BR>
 
12
</menu>
 
13
</menu>
 
14
</body>
 
15
</html>