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

« back to all changes in this revision

Viewing changes to docs/manualpages/SNES/DMMGSetSNESLocal.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:
28
28
not installed
29
29
</TD></TR></TABLE>
30
30
<P>
 
31
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
 
32
<TABLE border="0" cellpadding="0" cellspacing="0">
 
33
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-dmmg_snes_monitor</B></TD><TD>- .    -dmmg_jacobian_fd
 
34
</TD></TR>
 
35
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-dmmg_jacobian_ad</B></TD><TD>- .    -dmmg_jacobian_mf_fd_operator
 
36
</TD></TR>
 
37
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-dmmg_jacobian_mf_fd</B></TD><TD>- .    -dmmg_jacobian_mf_ad_operator
 
38
</TD></TR>
 
39
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-dmmg_jacobian_mf_ad</B></TD><TD>- -    -dmmg_jacobian_period &lt;p&gt; - Indicates how often in the <A HREF="../SNES/SNES.html#SNES">SNES</A> solve the Jacobian is recomputed (on all levels)
 
40
as suggested by Florin Dobrian if p is -1 then Jacobian is computed only on first
 
41
<A HREF="../SNES/SNES.html#SNES">SNES</A> iteration (i.e. -1 is equivalent to infinity) 
 
42
</TD></TR>
 
43
<P>
 
44
<P>
31
45
 
32
46
<P>
33
47
<H3><FONT COLOR="#CC3333">Notes</FONT></H3>
39
53
uses finite differencing to approximate the Jacobian.
40
54
<P>
41
55
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
42
 
<A HREF="../SLES/DMMGCreate.html#DMMGCreate">DMMGCreate</A>(), <A HREF="../SLES/DMMGDestroy.html#DMMGDestroy">DMMGDestroy</A>, <A HREF="../SLES/DMMGSetSLES.html#DMMGSetSLES">DMMGSetSLES</A>(), <A HREF="../SNES/DMMGSetSNES.html#DMMGSetSNES">DMMGSetSNES</A>()
 
56
<A HREF="../KSP/DMMGCreate.html#DMMGCreate">DMMGCreate</A>(), <A HREF="../KSP/DMMGDestroy.html#DMMGDestroy">DMMGDestroy</A>, <A HREF="../KSP/DMMGSetKSP.html#DMMGSetKSP">DMMGSetKSP</A>(), <A HREF="../SNES/DMMGSetSNES.html#DMMGSetSNES">DMMGSetSNES</A>()
43
57
<BR>
44
58
<P>
45
59
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
50
64
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
51
65
<A HREF="../../../src/snes/examples/tutorials/ex19.c.html">src/snes/examples/tutorials/ex19.c.html</A><BR>
52
66
<A HREF="../../../src/snes/examples/tutorials/ex25.c.html">src/snes/examples/tutorials/ex25.c.html</A><BR>
 
67
<A HREF="../../../src/snes/examples/tutorials/ex27.c.html">src/snes/examples/tutorials/ex27.c.html</A><BR>
 
68
<A HREF="../../../src/snes/examples/tutorials/ex29.c.html">src/snes/examples/tutorials/ex29.c.html</A><BR>
 
69
<A HREF="../../../src/snes/examples/tutorials/ex30.c.html">src/snes/examples/tutorials/ex30.c.html</A><BR>
53
70
</BODY></HTML>