From f503782f3f90200198ed160f035609114ae12c6b Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Fri, 25 Sep 2020 19:21:12 -0400 Subject: [PATCH] Update examples/step-74/doc/results.dox Co-authored-by: Wolfgang Bangerth --- examples/step-74/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5