]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove % in documentation 10501/head
authorDaniel Arndt <arndtd@ornl.gov>
Wed, 10 Jun 2020 14:27:11 +0000 (10:27 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Wed, 10 Jun 2020 15:28:38 +0000 (11:28 -0400)
examples/step-69/step-69.cc
include/deal.II/fe/mapping_manifold.h
include/deal.II/fe/mapping_q_generic.h

index a3cb6d611cc785afaf06c4908fe0196b3b745330..07aa4c7e84f69140ffe121e6c162a7b7985af4fd 100644 (file)
@@ -2304,7 +2304,7 @@ namespace Step69
   // The second thing to note is that we have to compute global minimum and
   // maximum $\max_j |\nabla r_j|$ and $\min_j |\nabla r_j|$. Following the
   // same ideas used to compute the time step size in the class member
-  // <code>%TimeStepping%<dim%>::%step()</code> we define $\max_j |\nabla r_j|$
+  // <code>%TimeStepping\<dim>::%step()</code> we define $\max_j |\nabla r_j|$
   // and $\min_j |\nabla r_j|$ as atomic doubles in order to resolve any
   // conflicts between threads. As usual, we use
   // <code>Utilities::MPI::max()</code> and
@@ -2461,7 +2461,7 @@ namespace Step69
   //
   // With all classes implemented it is time to create an instance of
   // <code>Discretization<dim></code>, <code>OfflineData<dim></code>,
-  // <code>InitialValues<dim></code>, <code>TimeStepping<dim></code>, and
+  // <code>InitialValues<dim></code>, <code>%TimeStepping\<dim></code>, and
   // <code>SchlierenPostprocessor<dim></code>, and run the forward Euler
   // step in a loop.
   //
index 0a7c114124248bf7a4a2c5d69c789f9543ad7f37..7fb421cf4f65f462bf9e854843c6fa3e9de9c4ba 100644 (file)
@@ -277,7 +277,7 @@ public:
      * Unit tangential vectors. Used for the computation of boundary forms and
      * normal vectors.
      *
-     * This array has (dim-1)*GeometryInfo%<dim%>::%faces_per_cell entries. The
+     * This array has `(dim-1) * GeometryInfo::faces_per_cell` entries. The
      * first GeometryInfo::faces_per_cell contain the vectors in the first
      * tangential direction for each face; the second set of
      * GeometryInfo<dim>::faces_per_cell entries contain the vectors in the
index d9d1c2de7eae35f49cce5260d8fd36b372ecec4a..8f54120313d6cf9571e36ff2a6f86744829f11ce 100644 (file)
@@ -408,7 +408,7 @@ public:
      * Unit tangential vectors. Used for the computation of boundary forms and
      * normal vectors.
      *
-     * This array has (dim-1)*GeometryInfo%<dim%>::%faces_per_cell entries. The
+     * This array has `(dim-1) * GeometryInfo::faces_per_cell` entries. The
      * first GeometryInfo::faces_per_cell contain the vectors in the first
      * tangential direction for each face; the second set of
      * GeometryInfo::faces_per_cell entries contain the vectors in the second

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.