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

« back to all changes in this revision

Viewing changes to docs/manualpages/DA/DAGetCorners.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:
32
32
freedom per node set with the DACreateXX() routine. Thus the x, y, z, and
33
33
m, n, p can be thought of as coordinates on a logical grid, where each
34
34
grid point has (potentially) several degrees of freedom.
35
 
Any of y, z, n, and p can be passed in as PETSC_NULL if not needed.
 
35
Any of y, z, n, and p can be passed in as <A HREF="../Sys/PETSC_NULL.html#PETSC_NULL">PETSC_NULL</A> if not needed.
36
36
<P>
37
37
 
38
38
<P>
48
48
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
49
49
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
50
50
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
51
 
<A HREF="../../../src/sles/examples/tutorials/ex22.c.html">src/sles/examples/tutorials/ex22.c.html</A><BR>
52
 
<A HREF="../../../src/sles/examples/tutorials/ex25.c.html">src/sles/examples/tutorials/ex25.c.html</A><BR>
53
 
<A HREF="../../../src/sles/examples/tutorials/ex14f.F.html">src/sles/examples/tutorials/ex14f.F.html</A><BR>
 
51
<A HREF="../../../src/ksp/examples/tutorials/ex22.c.html">src/ksp/examples/tutorials/ex22.c.html</A><BR>
 
52
<A HREF="../../../src/ksp/examples/tutorials/ex25.c.html">src/ksp/examples/tutorials/ex25.c.html</A><BR>
 
53
<A HREF="../../../src/ksp/examples/tutorials/ex28.c.html">src/ksp/examples/tutorials/ex28.c.html</A><BR>
 
54
<A HREF="../../../src/ksp/examples/tutorials/ex14f.F.html">src/ksp/examples/tutorials/ex14f.F.html</A><BR>
 
55
<A HREF="../../../src/ksp/examples/tutorials/ex22f.F.html">src/ksp/examples/tutorials/ex22f.F.html</A><BR>
54
56
<A HREF="../../../src/snes/examples/tutorials/ex3.c.html">src/snes/examples/tutorials/ex3.c.html</A><BR>
55
57
<A HREF="../../../src/snes/examples/tutorials/ex5.c.html">src/snes/examples/tutorials/ex5.c.html</A><BR>
56
58
<A HREF="../../../src/snes/examples/tutorials/ex14.c.html">src/snes/examples/tutorials/ex14.c.html</A><BR>
57
59
<A HREF="../../../src/snes/examples/tutorials/ex18.c.html">src/snes/examples/tutorials/ex18.c.html</A><BR>
58
60
<A HREF="../../../src/snes/examples/tutorials/ex19.c.html">src/snes/examples/tutorials/ex19.c.html</A><BR>
59
61
<A HREF="../../../src/snes/examples/tutorials/ex20.c.html">src/snes/examples/tutorials/ex20.c.html</A><BR>
60
 
<A HREF="../../../src/snes/examples/tutorials/ex21.c.html">src/snes/examples/tutorials/ex21.c.html</A><BR>
61
 
<A HREF="../../../src/snes/examples/tutorials/ex22.c.html">src/snes/examples/tutorials/ex22.c.html</A><BR>
62
62
</BODY></HTML>