]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a reference to a figure.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:11:31 +0000 (15:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2006 15:11:31 +0000 (15:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@13425 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_generator.h

index f5caf5fec2af3f17b4a4854a20883181ec50d997..dc94e1e7176595dadac08b7a4fca36514d29b76f 100644 (file)
@@ -30,13 +30,24 @@ template <typename number> class SparseMatrix;
  * hyperball and the like. Following is a list of domains that can be generated
  * by the functions of this class:
  * <ul>
+ *    <li> Hypercube:
+ *       the GridGenerator::hyper_cube function produces the unit line
+ *       segment, unit square, or unit cube:
+ *
+ *      @image html hyper_cubes.png
+ * 
  *    <li> Generalized L-shape domain:
  *      using the GridGenerator::hyper_L (tria, a,b) function produces
  *      the hypercube with the interval $[a,b]$ without the hypercube
  *      made out of the interval $[(a+b)/2,b]$. Let, for example, be $a=-1$
  *      and $b=1$, then the hpyer-L in two dimensions is the region
  *      $[-1,1]^2 - [0,1]^2$. To create a hyper-L in one dimension results in
- *      an error. The function is also implemented for three space dimensions.
+ *      an error. The function is also implemented for three space dimensions
+ *      and produces the following domain (not completely to scale, the
+ *      cut-out part should have exactly half the edge length of the entire
+ *      cube):
+ *
+ *      @image html hyper_l.png
  *
  *    <li> Hyper ball:
  *      You get the circle or ball (or generalized: hyperball) around

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.