From: Wolfgang Bangerth Date: Wed, 15 Aug 2007 04:22:28 +0000 (+0000) Subject: Replace old-style tags by doxygen tags X-Git-Tag: v8.0.0~10092 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c025080d6ce798a93bd77eda99da8363f86d6ad;p=dealii.git Replace old-style tags by doxygen tags git-svn-id: https://svn.dealii.org/trunk@14953 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/doc/intro.dox b/deal.II/examples/step-12/doc/intro.dox index edd9b5783e..6a829a8487 100644 --- a/deal.II/examples/step-12/doc/intro.dox +++ b/deal.II/examples/step-12/doc/intro.dox @@ -7,14 +7,14 @@ This example is devoted to the discontinuous Galerkin method, or in short: DG method. It includes the following topics.
    -
  1. Discretization of the linear transport equation with the DG method -
  2. Two different assembling routines for the system matrix based on - face terms given as a sum of integrals that -\begin{enumerate} -
  3. loops over all cell and all their faces, or that -
  4. loops over all faces, whereas each face is treated only once. -\end{enumerate} -
  5. Time comparison of the two assembling routines. +
  6. Discretization of the linear transport equation with the DG method +
  7. Two different assembling routines for the system matrix based on + face terms given as a sum of integrals that +
      +
    1. loops over all cell and all their faces, or that +
    2. loops over all faces, whereas each face is treated only once. +
    +
  8. Time comparison of the two assembling routines.