From e3f019ee580245b62d0cde63d4a9835df4e3e4ce Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 19 Jun 2018 14:13:29 -0400 Subject: [PATCH] Mention the need for manifolds when codim != 0. This resurrects a paragraph from the old boundaries.h module. --- doc/doxygen/headers/manifold.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index c009fe7895..0eb3b05b48 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -21,7 +21,7 @@ * * The classes in this module are concerned with the description of the * manifold in which the domain that a Triangulation describes lives. This - * manifold description is necessary in two contexts: + * manifold description is necessary in several contexts: * * * * In deal.II, a Manifold is seen as a collection of points, together -- 2.39.5