From: Martin Kronbichler Date: Mon, 16 Sep 2013 20:55:45 +0000 (+0000) Subject: Comment a bit more X-Git-Tag: v8.1.0~796 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd3427ccf721caba8f70d4644c35f36476080a7;p=dealii.git Comment a bit more git-svn-id: https://svn.dealii.org/trunk@30747 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-51/doc/results.dox b/deal.II/examples/step-51/doc/results.dox index 5cd183d641..1bacb406d7 100644 --- a/deal.II/examples/step-51/doc/results.dox +++ b/deal.II/examples/step-51/doc/results.dox @@ -106,8 +106,13 @@ cells dofs val L2 grad L2 val L2-post

Possibilities for improvements

-This tutorial program shows the a basic implementation of an HDG method -without particular focus on a high performance implementation. Let us look at +As already mentioned in the introduction, one possibility is to implement +another post-processing technique as discussed in the literature. + +A second thing that is not done optimally relates to the performance of this +program, which is of course an issue in practical applications (weighting in +also the better solution quality of (H)DG methods for transport-dominated +problems). Let us look at the computing time of the tutorial program and the share of the individual components: