From 4c1ef16eebef05791302e8ed9f5fcff64b105b33 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 3 Sep 2008 16:38:35 +0000 Subject: [PATCH] Corrected two tiny errors. git-svn-id: https://svn.dealii.org/trunk@16738 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/doc/results.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-31/doc/results.dox b/deal.II/examples/step-31/doc/results.dox index eab9930b5e..64e1418aa4 100644 --- a/deal.II/examples/step-31/doc/results.dox +++ b/deal.II/examples/step-31/doc/results.dox @@ -51,7 +51,7 @@ a condition of the form $ k\le \min_K \min \left\{ \frac{c_k^a h_K}{\|\mathbf{u}\|_{L^\infty(K)}}, - \frac{c_k^d h_K^2}{\beta \|mathbf{u}\|_{L^\infty(K)} h_K}\right\} + \frac{c_k^d h_K^2}{\beta \|\mathbf{u}\|_{L^\infty(K)} h_K}\right\} = \min_K \left( \min \left\{ c_k^a, @@ -271,5 +271,5 @@ despite the penalty we pay in terms of smaller time steps.

Possible extensions

-Parallelization -> step-33 +Parallelization -> @ref step_32 "step-32" -- 2.39.5