From 45769041b06883eb1f5c8ae57e7b2106b69562da Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 3 May 2006 19:54:07 +0000 Subject: [PATCH] Escape a word from doxygenization. git-svn-id: https://svn.dealii.org/trunk@13026 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-12/doc/intro.dox b/deal.II/examples/step-12/doc/intro.dox index 6f7bdb7fef..24b5d98502 100644 --- a/deal.II/examples/step-12/doc/intro.dox +++ b/deal.II/examples/step-12/doc/intro.dox @@ -100,7 +100,7 @@ This yields the following discontinuous Galerkin @f[ \sum_\kappa\left\{-({\mathcal F}(u_h),\nabla v_h)_\kappa+({\mathcal H}(u_h^+,u_h^-,{\bf n}), v_h)_{\partial\kappa}\right\}=(f,v_h)_\Omega, \quad\forall v_h\in V_h. \qquad\qquad\qquad\mathrm{[dg-scheme]}@f] -Boundary conditions are realized by replacing $u_h^-$ on the inflow boundary $\Gamma_-$ by the boundary function $g$. +%Boundary conditions are realized by replacing $u_h^-$ on the inflow boundary $\Gamma_-$ by the boundary function $g$. In the special case of the transport equation [transport-equation] the numerical flux in its simplest form is given by -- 2.39.5