]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix table. Fix heading number.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 May 2008 19:43:56 +0000 (19:43 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 May 2008 19:43:56 +0000 (19:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@16096 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-33/step-33.cc

index 269ee014518b8f32ca8aaef7d14d408c2665155e..6c106cf8928c7a6b5cd63a3bcfa64fb835403c1b 100644 (file)
@@ -338,7 +338,7 @@ const double EulerEquations<dim>::gas_gamma = 1.4;
 namespace Parameters
 {
 
-                                  // @sect3{The Parameters::Solver class}
+                                  // @sect4{The Parameters::Solver class}
                                   //
                                   // The first of these classes deals
                                   // with parameters for the linear
@@ -356,29 +356,29 @@ namespace Parameters
                                   //
                                   // In particular, the ILUT takes
                                   // the following parameters:
-                                  // -ilut_fill: the number of extra
-                                  //  entries to add when forming the ILU
-                                  //  decomposition
-                                  // -ilut_atol, ilut_rtol: When
-                                  //  forming the preconditioner, for
-                                  //  certain problems bad conditioning
-                                  //  (or just bad luck) can cause the
-                                  //  preconditioner to be very poorly
-                                  //  conditioned.  Hence it can help to
-                                  //  add diagonal perturbations to the
-                                  //  original matrix and form the
-                                  //  preconditioner for this slightly
-                                  //  better matrix.  ATOL is an absolute
-                                  //  perturbation that is added to the
-                                  //  diagonal before forming the prec,
-                                  //  and RTOL is a scaling factor $rtol
-                                  //  >= 1$.
-                                  // -ilut_drop: The ILUT will
-                                  //  drop any values that
-                                  //  have magnitude less than this value.
-                                  //  This is a way to manage the amount
-                                  //  of memory used by this
-                                  //  preconditioner.
+                                  // - ilut_fill: the number of extra
+                                  //   entries to add when forming the ILU
+                                  //   decomposition
+                                  // - ilut_atol, ilut_rtol: When
+                                  //   forming the preconditioner, for
+                                  //   certain problems bad conditioning
+                                  //   (or just bad luck) can cause the
+                                  //   preconditioner to be very poorly
+                                  //   conditioned.  Hence it can help to
+                                  //   add diagonal perturbations to the
+                                  //   original matrix and form the
+                                  //   preconditioner for this slightly
+                                  //   better matrix.  ATOL is an absolute
+                                  //   perturbation that is added to the
+                                  //   diagonal before forming the prec,
+                                  //   and RTOL is a scaling factor $rtol
+                                  //   >= 1$.
+                                  // - ilut_drop: The ILUT will
+                                  //   drop any values that
+                                  //   have magnitude less than this value.
+                                  //   This is a way to manage the amount
+                                  //   of memory used by this
+                                  //   preconditioner.
                                   //
                                   // The meaning of each parameter is
                                   // also briefly described in the

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.