From: Wolfgang Bangerth Date: Sun, 5 May 2013 11:06:22 +0000 (+0000) Subject: Explain better. X-Git-Tag: v8.0.0~316^2~27 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97dbf1e8147dcf658fbf2f2b96bdfdb4ebaa816;p=dealii.git Explain better. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29455 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 688339494a..c9dec751ae 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -24,7 +24,10 @@ *
* *
@anchor GlossActive Active cells
- *
Mesh cells not refined any further in the hierarchy.
+ *
A cell, face or edge is defined as active if it is not + * refined any further, i.e., if it does not have children. Unless + * working with a multigrid algorithm, active cells are the only + * ones carrying degrees of freedom.
* * *