From f40b27f97f485435000f28e34b85a6a11a6cb2d2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 30 Oct 2007 22:30:58 +0000 Subject: [PATCH] The entry on primitive FEs was pretty much devoid of an actual description... git-svn-id: https://svn.dealii.org/trunk@15402 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 7f7c182862..d925476530 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -187,9 +187,19 @@ * Gauss points on edges(faces) and anisotropic Gauss points in the interior * * - *
@anchor GlossPrimitive Primitive finite elements
- *
Finite element shape function sets with a unique relation from - * shape function number to vector @ref GlossComponent "component".
+ *
@anchor GlossPrimitive Primitive finite + * elements
Finite element shape function sets with a unique + * relation from shape function number to vector @ref GlossComponent + * "component". What this means is that each shape function of a + * vector-valued element has exactly one-nonzero component if an + * element is primitive. This includes, in particular, all scalar + * elements as well as vector-valued elements assembled via the + * FESystem class from other primitive (for example scalar) elements + * as shown in @ref step_8 "step-8", @ref step_29 "step_29" or @ref + * step_22 "step-22". On the other hand, the FE_RaviartThomas and + * FE_Nedelec classes provide non-primitive finite elements because + * there each vector-value shape function may have several non-zero + * components.
* *
@anchor GlossReferenceCell Reference cell
*
The hypercube [0,1]dim, on which all parametric finite -- 2.39.5