From bdd3427ccf721caba8f70d4644c35f36476080a7 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 16 Sep 2013 20:55:45 +0000 Subject: [PATCH] Comment a bit more git-svn-id: https://svn.dealii.org/trunk@30747 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/doc/results.dox | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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: -- 2.39.5