From 31e1ca4bff80c0e3b7f9da447651447407ac2a18 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 1 Aug 2013 15:40:27 +0000 Subject: [PATCH] Add a reference to a discussion elsewhere. git-svn-id: https://svn.dealii.org/trunk@30203 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.39.5