]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Changes to enclosed_hyper_cube and moebius
authorManaswineeB <bezba004@umn.edu>
Wed, 7 Aug 2019 15:54:26 +0000 (09:54 -0600)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 15:54:26 +0000 (09:54 -0600)
The original documentation of enclosed_hyper_cube said 'first two parameters' in the second line, which was a bit unclear. I made that more specific. The coloring scheme was also unclear, especially with the use of bitwise OR as a verb.
The moebius function had a pi outside of math mode, not a huge error.

include/deal.II/grid/grid_generator.h

index 74c82f8557b411fdb87a388f955666e1d9e65f36..010aec70be2b6e73e3dde71ec800a6022a2b406b 100644 (file)
@@ -598,14 +598,14 @@ namespace GridGenerator
                             const bool                       colorize = false);
 
   /**
-   * Hypercube with a layer of hypercubes around it. The first two parameters
-   * give the lower and upper bound of the inner hypercube in all coordinate
-   * directions.  @p thickness marks the size of the layer cells.
+   * Hypercube with a layer of hypercubes around it. Parameters @p left and
+   * @p right give the lower and upper bound of the inner hypercube in all
+   * coordinate directions.  @p thickness marks the size of the layer cells.
    *
    * If the flag @p colorize is set, the outer cells get material ids
    * according to the following scheme: extending over the inner cube in (+/-)
-   * x-direction: 1/2. In y-direction 4/8, in z-direction 16/32. The cells at
-   * corners and edges (3d) get these values bitwise or'd (see also
+   * x-direction 1/2, y-direction 4/8, z-direction 16/32. A bitwise OR operation
+   * is used to get these values at the corners and edges (3d), (see also
    * @ref GlossColorization "the glossary entry on colorization").
    *
    * Presently only available in 2d and 3d.
@@ -1224,7 +1224,7 @@ namespace GridGenerator
    * @param tria        The triangulation to be worked on.
    * @param n_cells     The number of cells in the loop. Must be greater than
    * 4.
-   * @param n_rotations The number of rotations (Pi/2 each) to be performed
+   * @param n_rotations The number of rotations ($\pi$/2 each) to be performed
    * before gluing the loop together.
    * @param R           The radius of the circle, which forms the middle line
    * of the torus containing the loop of cells. Must be greater than @p r.

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.