From 4907782088cb5ed0dbc3e0da38147a979a681aed Mon Sep 17 00:00:00 2001 From: frohne Date: Mon, 20 Aug 2012 13:50:44 +0000 Subject: [PATCH] Fix an error in the definition of b(.,.) git-svn-id: https://svn.dealii.org/trunk@26030 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-41/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5