From fdbffb40462ae4885a214f001bd1b1d658dabeac Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 11 Aug 2012 14:02:05 +0000 Subject: [PATCH] Add a reference to the glossary. git-svn-id: https://svn.dealii.org/trunk@25899 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe.h b/deal.II/include/deal.II/fe/fe.h index 63ebb18a03..d27e5a514d 100644 --- a/deal.II/include/deal.II/fe/fe.h +++ b/deal.II/include/deal.II/fe/fe.h @@ -1344,12 +1344,13 @@ class FiniteElement : public Subscriptor, * system_to_component_index() * returns. * - * Only for those - * spaces that couple the - * components, for example to - * make a shape function - * divergence free, will there be - * more than one @p true entry. + * Only for those spaces that couple the + * components, for example to make a + * shape function divergence free, will + * there be more than one @p true entry. + * Elements for which this is true are + * called non-primitive (see + * @ref GlossPrimitive). */ const std::vector & get_nonzero_components (const unsigned int i) const; -- 2.39.5