From: Wolfgang Bangerth Date: Sun, 24 Aug 2014 23:47:52 +0000 (-0500) Subject: Add documentation to the manifold module. X-Git-Tag: v8.2.0-rc1~179^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5305f6f81ba739bebe86fe810b480e891b0989fb;p=dealii.git Add documentation to the manifold module. In particular, give an example of why it matters and a few code snippets and pictures that show how it works. --- diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index cd7ac68106..84cfbe3b01 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -18,6 +18,8 @@ /** * @defgroup manifold Manifold description for triangulations * + *

Overview

+ * * 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: @@ -25,12 +27,13 @@ *