]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Some small fixes
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 12 Sep 2013 07:11:06 +0000 (07:11 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 12 Sep 2013 07:11:06 +0000 (07:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@30676 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-51/doc/intro.dox
deal.II/examples/step-51/doc/results.dox

index df55ef9b256af26c5a7d37158c60db7df891837b..ab2f4850d9ee8d110436de316ba6c74c246f3581 100644 (file)
@@ -179,11 +179,11 @@ Find $(\mathbf{q}_h, u_h, \lambda_h) \in
     (w, f)_{\mathcal{T}},
     \quad \forall w \in \mathcal{W}_h^p,
 \\
-  < \mu, \mathbf{c} \lambda_h\cdot \mathbf{n} 
+  \left< \mu, \mathbf{c} \lambda_h\cdot \mathbf{n} 
                + \mathbf{q}_h\cdot \mathbf{n}
-           + \tau (u_h - \lambda_h)>_{\partial \mathcal{T}}
+           + \tau (u_h - \lambda_h)\right>_{\partial \mathcal{T}}
     &=&
-    <\mu, g_N>_{\partial\Omega_N},
+    \left<\mu, g_N\right>_{\partial\Omega_N},
     \quad \forall \mu \in \mathcal{M}_h^p.
 @f}
 
index 96eabb17247699eb6f9d9dfb7473848f8eb80131..d9b3bae675d3ef423550e896323f56b8b2c07170 100644 (file)
@@ -168,10 +168,10 @@ runtime of the program. This also gives a clear indication of where an
 improvement makes most sense.
 
 <ol>
-  <li> Better linear solvers: We use a GMRES iterative solver without
+  <li> Better linear solvers: We use a BiCGStab iterative solver without
   preconditioner, where the number of iteration increases with increasing
   problem size (the number of iterations for Q1 elements and global
-  refinements start at 8 for the small sizes but increase up to 2592 for the
+  refinements start at 35 for the small sizes but increase up to 701 for the
   largest size). To do better, one could for example use an algebraic
   multigrid preconditioner from Trilinos. For diffusion-dominated problems as
   the problem at hand with finer meshes, such a solver can be designed that
@@ -180,5 +180,5 @@ improvement makes most sense.
 
   <li> Speed up assembly by pre-assembling parts that do not change from one
   cell to another (those that do neither contain variable coefficients nor
-  mapping-dependent terms.
+  mapping-dependent terms).
 </ol>

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.