From: Timo Heister Date: Tue, 26 Feb 2013 21:47:32 +0000 (+0000) Subject: fix bug in doxygen formatting X-Git-Tag: v8.0.0~1149 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb4eef233576b34c1a3e123a4ba779e6204abc0;p=dealii.git fix bug in doxygen formatting git-svn-id: https://svn.dealii.org/trunk@28593 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/main.h b/deal.II/doc/doxygen/headers/main.h index 5e02bab37e..737dca58bd 100644 --- a/deal.II/doc/doxygen/headers/main.h +++ b/deal.II/doc/doxygen/headers/main.h @@ -123,13 +123,12 @@ * each vertex, line, or cell of the triangulation has the correct * number of them. It also gives them a global numbering. * - * A different viewpoint is this: While the mesh and finite element - * describe abstract properties of the the finite dimensional space - * $V_h$ in which we seek the discrete solution, the %DoFHandler - * classes enumerate a concrete basis of this space so that we can - * represent the discrete solution as $u_h(\mathbf x)= - * \sum_j U_j \varphi_i(\mathbf x)$ by an ordered set of coefficients - * $U_j$. + * A different viewpoint is this: While the mesh and finite element describe + * abstract properties of the the finite dimensional space $V_h$ in which we + * seek the discrete solution, the %DoFHandler classes enumerate a concrete + * basis of this space so that we can represent the discrete solution as + * $u_h(\mathbf x)= \sum_j U_j \varphi_i(\mathbf x)$ by an ordered set of + * coefficients $U_j$. * * Just as with triangulation objects, most operations on * DoFHandlers are done by looping over all cells and doing something