From 4201631085fa1b899a9ab70d76cf0e6ec89fec57 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Aug 2007 04:22:28 +0000 Subject: [PATCH] Replace old-style tags by doxygen tags git-svn-id: https://svn.dealii.org/trunk@14953 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/doc/intro.dox | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.
-- 2.39.5