]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a number of small issues.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Oct 2007 03:38:35 +0000 (03:38 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Oct 2007 03:38:35 +0000 (03:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@15386 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/main.h

index 4d6c4a6efef4b3638482bc9b9e5f64f2929533b9..ef00aea63341a0dde99b1a71c8aa9f879f51a555 100644 (file)
@@ -18,8 +18,9 @@
  *
  * This is the main page for class and function documentation in
  * deal.II. Documentation on other aspects of deal.II can be found
- * elsewhere. In particular, there are tutorial programs on the use of this
- * library.
+ * elsewhere. In particular, there are
+ * <a href="../tutorial/index.html">tutorial programs on the use of
+ * this library</a>.
  *
  * Many of the classes in the deal.II library can be grouped into
  * modules (see the <a href="modules.html">Modules page</a> or the
@@ -36,8 +37,8 @@
  * <ol>
  * 
  *   <li> <b>Unit cell</b>: deal.II supports only hypercubes as unit
- *   cells, i.e. the unit cell [0,1] in 1d, the unit square [0,1]^2 in
- *   2d, and the unit cube [0,1]^3 in 3d. We do not support triangles,
+ *   cells, i.e. the unit cell $[0,1]$ in 1d, the unit square $[0,1]^2$ in
+ *   2d, and the unit cube $[0,1]^3$ in 3d. We do not support triangles,
  *   tetrahedra, pyramids, or prisms.
  *
  *   Inside the library, most properties of unit cells such as the
  *
  *   Just as with triangulation objects, most operations on
  *   DoFHandlers is done by looping over all cells and doing something
- *   on each or a subset of them. The interfaces of the two classes is
+ *   on each or a subset of them. The interfaces of the two classes are
  *   therefore rather similar: they allow to get iterators to the
  *   first and last cell (or face, or line, etc) and offer information
  *   through these iterators. The information that can be gotten from
  *   to its individual cells. It is also ignorant of the shape
  *   functions that correspond to the degrees of freedom it manages:
  *   all it knows is that there are, for example, 2 degrees of freedom
- *   for each vertex and 4 per cell. Nothing about their specifics is
- *   relevant to the DoFHandler class.
+ *   for each vertex and 4 per cell interior. Nothing about their
+ *   specifics is relevant to the DoFHandler class.
  *
  *   The DoFHandler class and its associates are described in the @ref
  *   dofs module. In addition, there are specialized versions that can
  *   want to postprocess it using a visualization program. This
  *   library doesn't do that by itself, but rather generates output
  *   files in a variety of graphics formats understood by widely
- *   distributed visualization tools.
+ *   available visualization tools.
  *
  *   A description of the classes that do so is given in the @ref
  *   output module.

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.