From f1c4ba38853a3bb43c2b7cefcae67452f1d18dcb Mon Sep 17 00:00:00 2001 From: "Toby D. Young" Date: Thu, 8 May 2014 14:34:52 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@32893 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- 2.39.5