From 506be2375bfe3bae02ed27704a33c579ced7ba5b Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 26 Feb 2013 21:47:32 +0000 Subject: [PATCH] fix bug in doxygen formatting git-svn-id: https://svn.dealii.org/trunk@28593 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/main.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 -- 2.39.5