From ff9c21a1954b08806f50667d80acd476249f9e1d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Oct 2011 23:34:48 +0000 Subject: [PATCH] Fix latex markup. git-svn-id: https://svn.dealii.org/trunk@24548 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-32/doc/intro.dox b/deal.II/examples/step-32/doc/intro.dox index 7bbb37af6e..e79b8fb059 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -437,7 +437,7 @@ $\alpha=1$, we use the same definition as in step-31: \frac{\|R_1(T)\|_{L^\infty(K)}}{c(\mathbf{u},T)} \right\} @f} -where we compute the viscosity from a residual $\|R_1(T)\|_{L^\infty(K)}}$ of +where we compute the viscosity from a residual $\|R_1(T)\|_{L^\infty(K)}$ of the equation, limited by a diffusion proportional to the mesh size $h_K$ in regions where the residual is large (around steep gradients). This definition has been shown to work well for the given case, $\alpha = 1$ in step-31, but -- 2.39.5