]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make headings H3 so that the documentation generator can see them and put them into...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 May 2008 13:43:08 +0000 (13:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 May 2008 13:43:08 +0000 (13:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@16180 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-22/doc/intro.dox

index 7ab692acb4b9e1f7dd220c001d4809a3d25cb548..6c96f3143b96e225dcee27698a114c47301acd66 100644 (file)
@@ -48,7 +48,7 @@ The equations covered here fall into the class of vector-valued problems. A
 toplevel overview of this topic can be found in the @ref vector_valued module.
 
 
-<h2>Weak form</h2>
+<h3>Weak form</h3>
 
 The weak form of the equations is obtained by writing it in vector
 form as
@@ -138,7 +138,7 @@ of the bilinear form that the Stokes equations yield a symmetric bilinear
 form, and consequently a symmetric (if indefinite) system matrix.
 
 
-<h2>%Boundary conditions</h2>
+<h3>%Boundary conditions</h3>
 
 The weak form just derived immediately presents us with different
 possibilities for imposing boundary conditions:
@@ -265,7 +265,7 @@ Despite this wealth of possibilities, we will only use Dirichlet and
 (homogenous) Neumann boundary conditions in this tutorial program.
 
 
-<h2>Discretization</h2>
+<h3>Discretization</h3>
 
 As developed above, the weak form of the equations with Dirichlet and Neumann
 boundary conditions on $\Gamma_D$ and $\Gamma_N$ reads like this: find
@@ -320,7 +320,7 @@ vector_valued module.
 
 
 
-<h2>Linear solver and preconditioning issues</h2>
+<h3>Linear solver and preconditioning issues</h3>
 
 The weak form of the discrete equations naturally leads to the following
 linear system for the nodal values of the velocity and pressure fields:
@@ -532,7 +532,7 @@ classes, we will be able to use them interchangeably using the same syntax in
 all places.
 
 
-<h2>The testcase</h2>
+<h3>The testcase</h3>
 
 The domain, right hand side and boundary conditions we implement below relate
 to a problem in geophysics: there, one wants to compute the flow field of
@@ -578,7 +578,7 @@ surface that sucks material all the way to the top surface to fill the gap
 left by the outward motion of material at this location.
 
 
-<h2>Implementation</h2>
+<h3>Implementation</h3>
 
 The program developed below has seen a lot of TLC. We have run it over
 and over under profiling tools (mainly <a

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.