From 9a09f59b81213284c7a95d96fb1939b9683a38cf Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 10 Oct 2005 15:51:19 +0000 Subject: [PATCH] Remove doxygen warning. Now DoFLevel docus are visible again. git-svn-id: https://svn.dealii.org/trunk@11583 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_levels.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 0b85247e2f..5b1ec37744 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -61,12 +61,12 @@ class DoFLevel * classes, whether the values in a block are stored consecutively or distributed * (e.g. if the solution function is $u=(u_1, u_2)$, we could store the values * in the solution vector like - * $\ldots, u_1^m, u_2^m, u_1^{m+1}, u_2^{m+1},\ldots$ with $m$ denoting the - * $m$th basis function, or $\ldots, u_1^m, u_1^{m+1}, u_1^{m+2}, \ldots, - * u_2^m, u_2^{m+1}, u_2^{m+2}, \ldots$, respectively). Likewise, the - * constraint matrix returned by DoFHandler::make_hanging_node_constraints() - * is then - * to be understood as a block matrix. + * $\ldots, u_1^m, u_2^m, u_1^{m+1}, u_2^{m+1},\ldots$ with m + * denoting the mth basis function, or $\ldots, u_1^m, + * u_1^{m+1}, u_1^{m+2}, \ldots, u_2^m, u_2^{m+1}, u_2^{m+2}, \ldots$, + * respectively). Likewise, the constraint matrix returned by + * DoFHandler::make_hanging_node_constraints() is then to be + * understood as a block matrix. * * The storage format of the degrees of freedom indices (short: DoF * indices) is somewhat like a mirror of the data structures of the -- 2.39.5