From d1976e00d0c256b0efea74bbfeb5aaea58393706 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 25 Jan 2006 22:14:56 +0000 Subject: [PATCH] add anchor description git-svn-id: https://svn.dealii.org/trunk@12166 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 52c67d1844..8cf8193e11 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -20,15 +20,14 @@ * prepared by DoFRenumbering::component_wise(). * * Originally, this concept was intermixed with the idea of the vector - * @ref GlossComponent. Since the introduction of non-@ref GlossPrimitive - * "primitive" elements, they became different. Take for instance the - * solution of the mixed Laplacian system with + * @ref GlossComponent "component". Since the introduction of non-@ref + * GlossPrimitive "primitive" elements, they became different. Take + * for instance the solution of the mixed Laplacian system with * FE_RaviartThomas. There, the first dim components are the * directional derivatives. Since the shape functions are linear * combinations of those, they constitute only a single block. The * primal function u would be in the second block, but in the - * dim+1st component. - * + * dim+1st component. * *
@anchor GlossComponent component
* @@ -155,7 +154,7 @@ * *
@anchor GlossPrimitive Primitive finite elements
*
Finite element shape function sets with a unique relation from - * shape function number to vector @ref GlossComponent.
+ * shape function number to vector @ref GlossComponent "component". * *
@anchor GlossReferenceCell Reference cell
*
The hypercube [0,1]dim, on which all parametric finite -- 2.39.5