From fa5235d40f1b4bd0bdde0817b7ca1d9f9c837aa3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 13:45:21 +0000 Subject: [PATCH] Escape 'parallel'. git-svn-id: https://svn.dealii.org/trunk@19504 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-35/doc/intro.dox b/deal.II/examples/step-35/doc/intro.dox index a79873627f..c32300af7b 100644 --- a/deal.II/examples/step-35/doc/intro.dox +++ b/deal.II/examples/step-35/doc/intro.dox @@ -181,7 +181,7 @@ Moreover, to enforce the boundary condition on the pressure, we need to rewrite where the boundary integral in $\Gamma_1$ equals zero given the boundary conditions for the velocity, and the one in $\Gamma_2$ given the boundary conditions for the pressure. -In the simplified case where the boundary $\Gamma_2$ is parallel to a coordinate axis, which holds for +In the simplified case where the boundary $\Gamma_2$ is %parallel to a coordinate axis, which holds for the testcase that we carry out below, it can actually be shown that @f[ \nu \int_\Omega \nabla u : \nabla v = \nu \int_\Omega \left[ \nabla \cdot u \nabla \cdot v -- 2.39.5