From: Wolfgang Bangerth Date: Thu, 1 Aug 2013 15:40:27 +0000 (+0000) Subject: Add a reference to a discussion elsewhere. X-Git-Tag: v8.1.0~1165 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b78b3b90acdca0869d05fa2be92622f631cf66;p=dealii.git Add a reference to a discussion elsewhere. git-svn-id: https://svn.dealii.org/trunk@30203 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 3bd507b725..2f11c18f66 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -369,6 +369,11 @@ * faces and edges. In this case, the boundary object associated with a particular * boundary indicator is also used to move the new center points of cells back * onto the manifold that the triangulation describes whenever a cell is refined. + * + * @note For parallel triangulations of type parallel::distributed::Triangulation, + * it is not enough to set boundary indicators only once at the beginning. See + * the long discussion on this topic in the class documentation of + * parallel::distributed::Triangulation . * * * @see @ref boundary "The module on boundaries"