From 483a6fa52e4739c7b9b5590d5b1d7730e3896b31 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 14 Sep 2001 13:24:59 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@5012 0785d39b-7218-0410-832d-ea1e28bc413d --- .../step-11.data/results.html | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html index e69de29bb2..d7a886d975 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-11.data/results.html @@ -0,0 +1,34 @@ + +

Results

+ +
+Using mapping with degree 1:
+============================
+cells         |u|_1           error                   
+5       0.680402        5.7291e-01
+20      1.085518        1.6780e-01
+80      1.208981        4.4334e-02
+320     1.242041        1.1273e-02
+1280    1.250482        2.8323e-03
+5120    1.252605        7.0918e-04
+
+Using mapping with degree 2:
+============================
+cells         |u|_1           error                   
+5       1.050963        2.0235e-01
+20      1.199642        5.3672e-02
+80      1.239913        1.3401e-02
+320     1.249987        3.3273e-03
+1280    1.252486        8.2827e-04
+5120    1.253108        2.0647e-04
+
+Using mapping with degree 3:
+============================
+cells         |u|_1           error                   
+5       1.086161        1.6715e-01
+20      1.204349        4.8965e-02
+80      1.240502        1.2812e-02
+320     1.250059        3.2551e-03
+1280    1.252495        8.1944e-04
+5120    1.253109        2.0540e-04
+
\ No newline at end of file -- 2.39.5