From: Wolfgang Bangerth Date: Thu, 9 Apr 2009 04:54:08 +0000 (+0000) Subject: Fix doxygen problem. X-Git-Tag: v8.0.0~7890 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06672dc699e341cafd98cb7f16891e86861d0d39;p=dealii.git Fix doxygen problem. git-svn-id: https://svn.dealii.org/trunk@18574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-34/doc/intro.dox b/deal.II/examples/step-34/doc/intro.dox index e49eb41076..cfb2ffe454 100644 --- a/deal.II/examples/step-34/doc/intro.dox +++ b/deal.II/examples/step-34/doc/intro.dox @@ -441,14 +441,14 @@ is then to select the $\mathbf{x}_i$ collocation points to be the support points of the nodal basis functions $\psi_i(\mathbf{x})$. In that case, $\psi_j(\mathbf{x}_i)=\delta_{ij}$, and as a consequence the matrix $\mathbf{A}$ is diagonal with entries -\f{ +\f[ \mathbf{A}_{ii} = -\int_\Gamma \frac{\partial G(\mathbf{y}-\mathbf{x}_i)}{\partial \mathbf{n}_y}\,ds_y = -\sum_j N_{ij}, -\f} +\f] where we have used that $\sum_j \psi_j(\mathbf{y})=1$ for the usual Lagrange elements. With this choice of collocation points, the computation of the entries