]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos in the documentation of step-52.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 16 May 2014 19:04:54 +0000 (19:04 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 16 May 2014 19:04:54 +0000 (19:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@32927 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-52/doc/intro.dox
deal.II/examples/step-52/step-52.cc

index 4ae88a593d15305938f61b880cca35d60c4fc900..11d19584c0deecfe3984e4f214ce6fb521fa741b 100644 (file)
@@ -8,7 +8,7 @@
 This program shows how to use Runge-Kutta methods to solve a time-dependent
 problem.
 
-<h3>Problem statement<h3>
+<h3>Problem statement</h3>
 
 In this example, we solve the energy-integrated time-dependent diffusion
 approximation of the neutron transport equation (see step-28 for the
@@ -36,7 +36,7 @@ S=A\left(\frac{1}{v}\omega \cos(\omega t)(bx -x^2) + \sin(\omega t)
 \left(\Sigma_a (bx-x^2)+2D\right) \right).
 @f}
 Because the solution is a sine, we know that
-\f$\phi\left(x,\frac{\pi}{\omega}\right) = 0$. Therefore, we can easily
+$\phi\left(x,\frac{\pi}{\omega}\right) = 0$. Therefore, we can easily
 compute the error at this time since it is simply the norm of the solution
 found.
 
@@ -74,7 +74,7 @@ categories:
 
 <h4>Explicit Runge-Kutta</h4>
 These methods that include for forward Euler, third order Runge-Kutta, and
-fourth order Runge-Kutta, require a function to evaluate $M^{-1}f(t,y). These
+fourth order Runge-Kutta, require a function to evaluate $M^{-1}f(t,y)$. These
 methods become unstable when the time step chosen is too large.
 
 <h4>Embedded Runge-Kutta</h4>
index 1031e49cddbc9b899e397fb16f71b130bc862075..f13222ed709739350847fbe4fc056207eb1028b0 100644 (file)
@@ -83,11 +83,11 @@ namespace Step52
       // Compute the intensity of the source at the given point.
       double get_source(double time,const Point<2> &point) const;
       
-      // Evaluate the diffusion equation \f$M^{-1}(f(t,y))\f$
+      // Evaluate the diffusion equation $M^{-1}(f(t,y))$
       Vector<double> evaluate_diffusion(const double time, const Vector<double> &y) const;
 
-      // Evaluate \f$\left(I-\tau M^{-1} \frac{\partial f(t,y)}{\partial y}\right)^{-1} = 
-      // \left(M-\tau \frac{\partial f}{\partial y}\right)^{-1} M \f$
+      // Evaluate $\left(I-\tau M^{-1} \frac{\partial f(t,y)}{\partial y}\right)^{-1} = 
+      // \left(M-\tau \frac{\partial f}{\partial y}\right)^{-1} M $
       Vector<double> id_minus_tau_J_inverse(const double time, const double tau, 
           const Vector<double> &y);
       
@@ -196,7 +196,7 @@ namespace Step52
     cell = dof_handler.begin_active(),
     endc = dof_handler.end();
            
-    // Compute \f$-\int D \nabla b \cdot \nabla b - \int \Sigma_a b b\f$ and \f$\int b b\f$
+    // Compute $-\int D \nabla b \cdot \nabla b - \int \Sigma_a b b $ and $\int b b $
     for (; cell!=endc; ++cell)
     {
       cell_matrix = 0.;

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.