From: bangerth Date: Wed, 10 Sep 2008 19:40:23 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8321156e329187703cf65f3d0a793e9fbda940;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@16799 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/doc/intro.dox b/deal.II/examples/step-33/doc/intro.dox index 980f632b4d..1ac9e1084c 100644 --- a/deal.II/examples/step-33/doc/intro.dox +++ b/deal.II/examples/step-33/doc/intro.dox @@ -168,7 +168,7 @@ nonlinear system of equations which we solve the nonlinear system by a Newton iteration, i.e. by iterating @f{eqnarray*} R'(\mathbf{W}^k,\delta \mathbf{W})(\mathbf z) & = & - -R(\mathbf{W}^{k})(\mathbf z) \qquad \qquad \forall \mathbg z\in V_h \\ +R(\mathbf{W}^{k})(\mathbf z) \qquad \qquad \forall \mathbf z\in V_h \\ \mathbf{W}^{k+1} &=& \mathbf{W}^k + \delta \mathbf{W}, @f} until $|R(\mathbf{W}^k)|$ (the residual) is sufficiently small. By