]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix step-*
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 12 Apr 2020 23:00:29 +0000 (19:00 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 17 Apr 2020 16:21:12 +0000 (12:21 -0400)
doc/doxygen/headers/automatic_and_symbolic_differentiation.h
doc/news/5.1.0-vs-5.2.0.h
examples/step-14/doc/results.dox
examples/step-32/step-32.cc
examples/step-57/step-57.cc
examples/step-69/step-69.cc
examples/step-8/step-8.cc

index 4969c8e97a93c54549dafa4c4e7ca38b9f7d8d6b..783fd72acff06e45656181506a02dda1492ead71 100644 (file)
  *    truncation of the Taylor scheme; dual numbers do not contain any higher-order terms in their first derivative,
  *    while for the complex-step method these existent higher-order terms are neglected. It can be shown that
  *    both of these methods are not subject to subtractive cancellation errors and that, within their
- *    finite-difference scheme, they are not numerically sensitive to the internal step-size chosen for the
+ *    finite-difference scheme, they are not numerically sensitive to the internal \step-size chosen for the
  *    numerical perturbation. The dual number approach thus produces exact first derivatives, while the
  *    complex-step approximation does not. The standard implementation of the dual numbers, however, cannot yield
  *    exact values for second derivatives. Hyper-dual numbers take a different view of this idea, with numbers
index e7d10b1c4e6bb6a1d8d1c2651ecdf0ac86f6680c..9866a9c151a2f51e9f046b8a0029f825bd88a269 100644 (file)
@@ -139,7 +139,7 @@ inconvenience this causes.
 
 <ol>
   <li> <p> New:
-       The step-19 tutorial demonstrates handling of parameters from a
+       The \step-19 tutorial demonstrates handling of parameters from a
        parameter file, as well as some simple techniques for merging output
        from parallel computations.
        <br>
@@ -217,7 +217,7 @@ inconvenience this causes.
 
   <li> <p>
        New: If there are references to other example programs in any of the
-       step-XX programs, then they will now show up as crosslinks in the HTML
+       \step-XX programs, then they will now show up as crosslinks in the HTML
        version for simpler navigation of the tutorial.
        <br>
        (WB, 2005/04/04)
@@ -285,7 +285,7 @@ inconvenience this causes.
   <li> <p>
        Extended: The <code>ParameterHandler</code> class now does a much better
        job generating output in the <code>print_parameters()</code> function if
-       parameters have documentation strings attached to them. See the step-19
+       parameters have documentation strings attached to them. See the \step-19
        example program output for this.
        <br>
        (WB, 2005/09/12)
index 8a80faf7de096824e9fec6959406039ef2af6e24..38d90cdf9a3e03879c5831a833bee06b9d48ae21 100644 (file)
@@ -290,7 +290,7 @@ computed value of $J(u_h)$.
 
 
 
-<h3>\Step-13 revisited</h3>
+<h3>step-13 revisited</h3>
 
 
 If instead of the <code>Exercise_2_3</code> data set, we choose
index 9da66f29890147078fedc645a8a162a3aaa85644..6877affc8445a3e5cab15716f5dee341cbbacca2 100644 (file)
@@ -2371,7 +2371,7 @@ namespace Step32
   // The task to be performed by the next three functions is to calculate a
   // mass matrix and a Laplace matrix on the temperature system. These will be
   // combined in order to yield the semi-implicit time stepping matrix that
-  // consists of the mass matrix plus a time step-dependent weight factor
+  // consists of the mass matrix plus a time \step-dependent weight factor
   // times the Laplace matrix. This function is again essentially the body of
   // the loop over all cells from step-31.
   //
@@ -2649,7 +2649,7 @@ namespace Step32
   // In the function that runs the WorkStream for actually calculating the
   // right hand side, we also generate the final matrix. As mentioned above,
   // it is a sum of the mass matrix and the Laplace matrix, times some time
-  // step-dependent weight. This weight is specified by the BDF-2 time
+  // \step-dependent weight. This weight is specified by the BDF-2 time
   // integration scheme, see the introduction in step-31. What is new in this
   // tutorial program (in addition to the use of MPI parallelization and the
   // WorkStream class), is that we now precompute the temperature
index 31327e3295db529d4964b51cc411f6a5ee4a0256..dd475b8f508da8102730068b59a715c5b4ddc5e1 100644 (file)
@@ -708,7 +708,7 @@ namespace Step57
   //
   // This function will provide us with an initial guess by using a
   // continuation method as we discussed in the introduction. The Reynolds
-  // number is increased step-by-step until we reach the target value. By
+  // number is increased \step-by-step until we reach the target value. By
   // experiment, the solution to Stokes is good enough to be the initial guess
   // of NSE with Reynolds number 1000 so we start there.  To make sure the
   // solution from previous problem is close enough to the next one, the step
index adbbf7d2d325caa2383ebc64257dbe181b685dbc..2c596e1fbab6e78bb90f09dae71d44bf833d7186 100644 (file)
@@ -367,7 +367,7 @@ namespace Step69
   // <code>U</code> and a time point <code>t</code> (as input arguments)
   // computes the updated solution, stores it in the vector
   // <code>temp</code>, swaps its contents with the vector <code>U</code>,
-  // and returns the chosen step-size $\tau$.
+  // and returns the chosen \step-size $\tau$.
   //
   // The other important method is <code>prepare()</code> which primarily
   // sets the proper partition and sparsity pattern for the temporary
index cdd873336f708b6fa59656d03f8f57c94f05be09..c85a2a01562eac24ad686492a7a094409634e9c0 100644 (file)
@@ -253,7 +253,7 @@ namespace Step8
 
   // The big changes in this program are in the creation of matrix and right
   // hand side, since they are problem-dependent. We will go through that
-  // process step-by-step, since it is a bit more complicated than in previous
+  // process \step-by-step, since it is a bit more complicated than in previous
   // examples.
   //
   // The first parts of this function are the same as before, however: setting

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.