~ubuntu-branches/ubuntu/feisty/petsc/feisty

« back to all changes in this revision

Viewing changes to docs/manualpages/concepts/multigrid.htm

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2005-03-24 09:46:23 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050324094623-dfcxn8bltjms2cqq
Tags: 2.2.0-4
* Update for new mpich >> 1.2.5.3-2.
* Fixed src/inline/axpy.h for complex and UNROLL (closes: #284023, #293011).
* Added -fno-strict-aliasing to compile flags (closes: #274009).
* Switched SLES stuff to KSP in petsc.m4 (closes: 267796).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<title>multigrid</title><body bgcolor="FFFFFF">
3
 
<h2>multigrid</h2>
4
 
<menu>
5
 
<LI><A HREF="../../../src/snes/examples/tutorials/ex18.c.html"><CONCEPT>ex18.c</CONCEPT></A>
6
 
<menu>
7
 
Nonlinear Radiative Transport PDE with multigrid in 2d.<BR>Uses 2-dimensional distributed arrays.<BR>
8
 
A 2-dim simplified Radiative Transport test problem is used, with analytic Jacobian. <BR>
9
 
<BR>
10
 
  Solves the linear systems via multilevel methods <BR>
11
 
<BR>
12
 
The command line<BR>
13
 
options are:<BR>
14
 
  -tleft &lt;tl&gt;, where &lt;tl&gt; indicates the left Diriclet BC <BR>
15
 
  -tright &lt;tr&gt;, where &lt;tr&gt; indicates the right Diriclet BC <BR>
16
 
  -beta &lt;beta&gt;, where &lt;beta&gt; indicates the exponent in T <BR>
17
 
</menu>
18
 
<LI><A HREF="../../../src/snes/examples/tutorials/ex20.c.html"><CONCEPT>ex20.c</CONCEPT></A>
19
 
<menu>
20
 
Nonlinear Radiative Transport PDE with multigrid in 3d.<BR>Uses 3-dimensional distributed arrays.<BR>
21
 
A 3-dim simplified Radiative Transport test problem is used, with analytic Jacobian. <BR>
22
 
<BR>
23
 
  Solves the linear systems via multilevel methods <BR>
24
 
<BR>
25
 
The command line<BR>
26
 
options are:<BR>
27
 
  -tleft &lt;tl&gt;, where &lt;tl&gt; indicates the left Diriclet BC <BR>
28
 
  -tright &lt;tr&gt;, where &lt;tr&gt; indicates the right Diriclet BC <BR>
29
 
  -beta &lt;beta&gt;, where &lt;beta&gt; indicates the exponent in T <BR>
30
 
</menu>
31
 
<LI><A HREF="../../../src/snes/examples/tutorials/ex25.c.html"><CONCEPT>ex25.c</CONCEPT></A>
32
 
<menu>
33
 
Minimum surface problem<BR>Uses 2-dimensional distributed arrays.<BR>
34
 
<BR>
35
 
  Solves the linear systems via multilevel methods <BR>
36
 
<BR>
37
 
</menu>
38
 
</menu>
39
 
</body>
40
 
</html>