]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mention the need for manifolds when codim != 0. 6794/head
authorDavid Wells <wellsd2@rpi.edu>
Tue, 19 Jun 2018 18:13:29 +0000 (14:13 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Tue, 19 Jun 2018 18:13:29 +0000 (14:13 -0400)
This resurrects a paragraph from the old boundaries.h module.

doc/doxygen/headers/manifold.h

index c009fe7895d214b2a9e70e04fce2d775f6005a67..0eb3b05b48c5caefb6f74ca2f52231a95658b143 100644 (file)
@@ -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:
  *
  * <ul>
  *
  *   described here. The same is, of course, true when integrating boundary
  *   terms (e.g., inhomogenous Neumann boundary conditions).
  *
+ *   <li> Domains with nonzero codimension: In cases where a Triangulation is
+ *   embedded into a higher dimensional space, i.e., whenever the second
+ *   template argument of the Triangulation class is explicitly specified and
+ *   larger than the first (for an example, see step-34), the manifold
+ *   description objects serve as a tool to describe the geometry not only of
+ *   the boundary of the domain but of the domain itself, in case the domain
+ *   is a manifold that is in fact curved. In these cases, one can use the
+ *   Triangulation::set_manifold() function to indicate what manifold
+ *   description to use when refining the curve, or when computing integrals
+ *   using high order mappings.
+ *
  * </ul>
  *
  * In deal.II, a Manifold is seen as a collection of points, together

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.