From: Joerg Frohne Date: Mon, 20 Aug 2012 13:50:44 +0000 (+0000) Subject: Fix an error in the definition of b(.,.) X-Git-Tag: v8.0.0~2292 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b63f32334e92ca7456ac35fc5e2d1b6544e0a7;p=dealii.git Fix an error in the definition of b(.,.) git-svn-id: https://svn.dealii.org/trunk@26030 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-41/doc/intro.dox b/deal.II/examples/step-41/doc/intro.dox index 360833e05d..db0c5db9ec 100644 --- a/deal.II/examples/step-41/doc/intro.dox +++ b/deal.II/examples/step-41/doc/intro.dox @@ -157,7 +157,7 @@ This yields: with @f{align*} a(u,v) &:= \left(\nabla u, \nabla v\right),\quad &&u,v\in V\\ - b(u,\mu) &:= \langle g-u,\mu\rangle,\quad &&u\in V,\quad\mu\in V'. + b(u,\mu) &:= \langle u,\mu\rangle,\quad &&u\in V,\quad\mu\in V'. @f} In other words, we can consider $\lambda$ as the negative of the additional, positive force that the obstacle exerts on the membrane. The inequality in the second line of the