From: bangerth Date: Sun, 25 Sep 2011 19:06:31 +0000 (+0000) Subject: More cross references. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89aaf2e433206b46c439669cd7481056d1c0920;p=dealii-svn.git More cross references. git-svn-id: https://svn.dealii.org/trunk@24408 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 9fb097b1fb..57b501f98c 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -676,7 +676,10 @@ Article{BK07, * by only one processor, degrees of freedom on interfaces between cells owned * by different processors may be owned by one or the other, so not all * degrees of freedom on a locally owned cell are also locally owned degrees - * of freedom. + * of freedom. + * + * Locally owned DoFs are a subset of the + * @ref GlossLocallyActiveDof "locally active DoFs". * * *
@anchor GlossLocallyActiveDof Locally active degrees of freedom
@@ -685,6 +688,10 @@ Article{BK07, * of freedom are those that live on locally owned cells. Degrees of freedom * on interfaces between cells owned by different processors therefore belong * to the set of locally active degrees of freedom for more than one processor. + * + * Locally active DoFs are a superset of the + * @ref GlossLocallyOwnedDof "locally owned DoFs" and a subset of the + * @ref GlossLocallyRelevantDof "locally relevant DoFs". * * * @@ -693,6 +700,9 @@ Article{BK07, * distributed meshes, see the @ref distributed module. Locally relevant * degrees of freedom are those that live on locally owned or ghost cells. * Consequently, they may be owned by different processors. + * + * Locally relevant DoFs are a superset of the + * @ref GlossLocallyActiveDof "locally active DoFs." * * *