From: Jiaqi Zhang Date: Fri, 25 Sep 2020 23:21:12 +0000 (-0400) Subject: Update examples/step-74/doc/results.dox X-Git-Tag: v9.3.0-rc1~687^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f503782f3f90200198ed160f035609114ae12c6b;p=dealii.git Update examples/step-74/doc/results.dox Co-authored-by: Wolfgang Bangerth --- diff --git a/examples/step-74/doc/results.dox b/examples/step-74/doc/results.dox index 307ab9125b..9896f504e4 100644 --- a/examples/step-74/doc/results.dox +++ b/examples/step-74/doc/results.dox @@ -68,7 +68,7 @@ degree = 3 | 4 | 4096 | 65536 | 2.179e-08 | 4.00 | 1.327e-05 | 3.01 | 1.331e-05 | | 5 | 16384 | 262144 | 1.363e-09 | 4.00 | 1.656e-06 | 3.00 | 1.657e-06 | @endcode -Thearetically, for polynomial degree $p$, the order of convergece in $L_2$ +Theoretically, for polynomial degree $p$, the order of convergence in $L_2$ norm and $H_1$ seminorm should be $p+1$ and $p$, respectively. Our numerical results are in good agreement with theory.