]> https://gitweb.dealii.org/ - dealii.git/commitdiff
GenericDoFsPerObject: fix formating 11404/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 20 Dec 2020 08:21:48 +0000 (09:21 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 20 Dec 2020 08:21:48 +0000 (09:21 +0100)
include/deal.II/fe/fe_base.h

index ac3deeac3e0e7084c8f349b8f47e8897a8d67daa..05c9eed15fcc3090497b8c0adebef1059037f572 100644 (file)
@@ -142,28 +142,32 @@ namespace internal
    *
    * As an example, the data is shown for a quadratic wedge. Which consists of
    * 6 vertices, 9 lines, and 5 faces (two triangles and three quadrilaterals).
-   *
+   * @code
    *              vertices                  lines                  faces cell
    * dpo_excl  1  1  1  1  1  1 | 1  1  1  1  1  1  1  1  1 |  0  0  1  1  1 |  0
    * dpo_incl  1  1  1  1  1  1 | 3  3  3  3  3  3  3  3  3 |  6  6  9  9  9 | 18
    * obj_index 0  1  2  3  4  5 | 6  7  8  9 10 11 12 13 14 | 15 15 15 16 17 | 18
+   * @endcode
    *
    * Since the above table looks as follows for:
    *
    * - a triangle:
-   *
+   * @code
    * dpo_excl  1  1  1 | 1  1  1 |  0
    * obj_index 0  1  2 | 3  4  5 |  6
+   * @endcode
    *
    * - quadrilateral:
-   *
+   * @code
    * dpo_excl  1  1  1  1 | 1  1  1  1 |  1
    * obj_index 0  1  2  3 | 4  5  6  7 |  8
+   * @endcode
    *
    * The index of the first d-dimensional object within each face results as:
-   *
+   * @code
    *                         vertices      lines       face
    * first_obj_index_on_face 0 0 0 0 0 | 3 3 4 4 4 | 6 6 8 8 8
+   * @endcode
    *
    */
   struct GenericDoFsPerObject

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.