From: bangerth Date: Sat, 11 Aug 2012 14:02:05 +0000 (+0000) Subject: Add a reference to the glossary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92fec9ef1f2f1299b3e4fc5bb173f1c00df6b20e;p=dealii-svn.git Add a reference to the glossary. git-svn-id: https://svn.dealii.org/trunk@25899 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;