From: Toby D. Young Date: Thu, 8 May 2014 14:34:52 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.2.0-rc1~512 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c4ba38853a3bb43c2b7cefcae67452f1d18dcb;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@32893 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/doc/intro.dox b/deal.II/examples/step-15/doc/intro.dox index 2cebf0f9f1..099982af18 100644 --- a/deal.II/examples/step-15/doc/intro.dox +++ b/deal.II/examples/step-15/doc/intro.dox @@ -47,7 +47,7 @@ $\Omega$ is the domain we get by projecting the wire's positions into $x-y$ space. In this example, we choose $\Omega$ as the unit disk. As described above, we solve this equation using Newton's method in which we -compute the $n$th approximate solution from the $n-1$st one, and use +compute the $n$th approximate solution from the $n$th$-1$ one, and use a damping parameter $\alpha^n$ to get better global convergence behavior: @f{align*} F'(u^{n},\delta u^{n})&=- F(u^{n})