]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add some text.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 7 Sep 2010 12:55:22 +0000 (12:55 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 7 Sep 2010 12:55:22 +0000 (12:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@21864 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-12/doc/results.dox

index 738f56ecd34dab4b42562f45b8a1cf4247e8eb40..02998aae3f8729d1eddfe43eeb8f2b885d0ae876 100644 (file)
@@ -70,3 +70,30 @@ And finally we show a plot of a 3d computation.
 
 @image html step-12.sol-5-3d.png
 
+
+
+<a name="extensions"></a>
+<h3>Possibilities for extensions</h3>
+
+Given that the exact solution is known in this case, one interesting
+avenue for further extensions would be to confirm the order of
+convergence for this program. In the current case, the solution is
+non-smooth, and so we can not expect to get a particularly high order
+of convergence, even if we used higher order elements. But even if the
+solution is smooth, the equation is not elliptic and so it is not
+immediately clear that we should obtain a convergence order that
+equals that of the optimal interpolation estimates (i.e. for example
+that we would get $h^3$ convergence in the $L^2$ norm by using
+quadratic elements).
+
+In fact, for hyperbolic equations, theoretical predictions often
+indicate that the best one can hope for is an order one half below the
+interpolation estimate. For example, for the streamline diffusion
+method (an alternative method to the DG method used here to stabilize
+the solution of the transport equation), one can prove that for
+elements of degree $p$, the order of convergence is $p+\frac 12$ on
+arbitrary meshes. While the observed order is frequently $p+1$ on
+uniformly refined meshes, one can construct so-called Peterson meshes
+on which the worse theoretical bound is actually attained. This should
+be relatively simple to verify, for example using the
+VectorTools::integrate_difference function.

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.