From 9cdfa45a1dc06b33f4c2501489e53a2033ccb2f6 Mon Sep 17 00:00:00 2001 From: rfildes Date: Wed, 7 Aug 2019 17:18:47 -0400 Subject: [PATCH] expand a glossary description --- doc/doxygen/headers/glossary.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index fec754932b..08de1e4bff 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -26,8 +26,9 @@ *
* *
@anchor GlossActive Active cells
- *
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 + *
A cell, face, or edge is defined as active if it is not + * refined any further, i.e., if it does not have children. Once a cell, + * face, or edge becomes a parent it is no longer active. Unless * working with a multigrid algorithm, active cells are the only * ones carrying degrees of freedom. *
-- 2.39.5