From 8076605bcd2f3b78ee51b24a6d4b7298b1b7207c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 28 Mar 2006 15:09:55 +0000 Subject: [PATCH] More formulas. git-svn-id: https://svn.dealii.org/trunk@12720 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-2.step-by-step/step-20.data/results.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-20.data/results.dox b/deal.II/doc/tutorial/chapter-2.step-by-step/step-20.data/results.dox index b2ca86bf3a..902cfd1e54 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-20.data/results.dox +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-20.data/results.dox @@ -109,7 +109,7 @@ in the pressure variable: - O(h) $O(h^2)$ $O(h^3)$ + $O(h)$ $O(h^2)$ $O(h^3)$ @@ -162,7 +162,7 @@ in the velocity variables: - O(h) $O(h^2)$ $O(h^3)$ + $O(h)$ $O(h^2)$ $O(h^3)$ The result concerning the convergence order is the same here. -- 2.39.5