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

« back to all changes in this revision

Viewing changes to docs/manualpages/DA/DM.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:
16
16
<P>
17
17
Notes: The <A HREF="../DA/DA.html#DA">DA</A> object and the <A HREF="../DA/VecPack.html#VecPack">VecPack</A> object are examples of DMs
18
18
<P>
 
19
Though the <A HREF="../DA/DA.html#DA">DA</A> objects require the petscsnes.h include files the <A HREF="../DA/DM.html#DM">DM</A> library is
 
20
NOT dependent on the <A HREF="../SNES/SNES.html#SNES">SNES</A> or <A HREF="../KSP/KSP.html#KSP">KSP</A> library. In fact, the <A HREF="../KSP/KSP.html#KSP">KSP</A> and <A HREF="../SNES/SNES.html#SNES">SNES</A> libraries depend on
 
21
<A HREF="../DA/DM.html#DM">DM</A>. (This is not great design, but not trivial to fix).
 
22
<P>
19
23
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
20
24
  <A HREF="../DA/VecPackCreate.html#VecPackCreate">VecPackCreate</A>(), <A HREF="../DA/DA.html#DA">DA</A>, <A HREF="../DA/VecPack.html#VecPack">VecPack</A>
21
25
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
24
28
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
25
29
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
26
30
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
27
 
<A HREF="../../../src/sles/examples/tutorials/ex22.c.html">src/sles/examples/tutorials/ex22.c.html</A><BR>
28
 
<A HREF="../../../src/sles/examples/tutorials/ex25.c.html">src/sles/examples/tutorials/ex25.c.html</A><BR>
 
31
<A HREF="../../../src/ksp/examples/tutorials/ex22.c.html">src/ksp/examples/tutorials/ex22.c.html</A><BR>
 
32
<A HREF="../../../src/ksp/examples/tutorials/ex25.c.html">src/ksp/examples/tutorials/ex25.c.html</A><BR>
 
33
<A HREF="../../../src/ksp/examples/tutorials/ex28.c.html">src/ksp/examples/tutorials/ex28.c.html</A><BR>
29
34
<A HREF="../../../src/snes/examples/tutorials/ex18.c.html">src/snes/examples/tutorials/ex18.c.html</A><BR>
30
35
<A HREF="../../../src/snes/examples/tutorials/ex19.c.html">src/snes/examples/tutorials/ex19.c.html</A><BR>
31
36
<A HREF="../../../src/snes/examples/tutorials/ex20.c.html">src/snes/examples/tutorials/ex20.c.html</A><BR>
33
38
<A HREF="../../../src/snes/examples/tutorials/ex23.c.html">src/snes/examples/tutorials/ex23.c.html</A><BR>
34
39
<A HREF="../../../src/snes/examples/tutorials/ex24.c.html">src/snes/examples/tutorials/ex24.c.html</A><BR>
35
40
<A HREF="../../../src/snes/examples/tutorials/ex25.c.html">src/snes/examples/tutorials/ex25.c.html</A><BR>
 
41
<A HREF="../../../src/snes/examples/tutorials/ex27.c.html">src/snes/examples/tutorials/ex27.c.html</A><BR>
36
42
</BODY></HTML>