]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid unicode and correct 10-5 -> 10^-5. 13894/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 1 Jun 2022 22:54:09 +0000 (16:54 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 2 Jun 2022 13:52:11 +0000 (07:52 -0600)
tests/sundials/arkode_04.cc
tests/sundials/arkode_05.cc

index 30678b58d0df9dce7161f340893672316e8888bd..5d3f2ad19fa2446bfd911a1065ba03e5fddd5286 100644 (file)
  * ODE solvers. This problem has 3 dependent variables u, v and w, that depend
  * on the independent variable t via the IVP system
  *
- * du/dt = a  (w + 1)u + v u^2
- * dv/dt = w u  v u^2
- * dw/dt = (b − w)/eps -w u
+ * du/dt = a - (w + 1)u + v u^2
+ * dv/dt = w u - v u^2
+ * dw/dt = (b - w)/eps - w u
  *
- * We integrate over the interval 0 ≤ t ≤ 10, with the initial conditions
+ * We integrate over the interval 0 <= t <= 10, with the initial conditions
  *
  * u(0) = 3.9, v(0) = 1.1, w(0) = 2.8,
  *
  * and parameters
  *
- * a = 1.2, b = 2.5, and eps = 105
+ * a = 1.2, b = 2.5, and eps = 10^-5
  *
  * The implicit part only contains the stiff part of the problem (the part with
  * eps in right hand side of the third equation).
index bbfe04554e3b246df0f3e188e4cec5530c4d2d73..72599be910fbc8df76f99cb149c701ed7662123c 100644 (file)
  * ODE solvers. This problem has 3 dependent variables u, v and w, that depend
  * on the independent variable t via the IVP system
  *
- * du/dt = a  (w + 1)u + v u^2
- * dv/dt = w u  v u^2
- * dw/dt = (b − w)/eps -w u
+ * du/dt = a - (w + 1)u + v u^2
+ * dv/dt = w u - v u^2
+ * dw/dt = (b - w)/eps - w u
  *
- * We integrate over the interval 0 ≤ t ≤ 10, with the initial conditions
+ * We integrate over the interval 0 <= t <= 10, with the initial conditions
  *
  * u(0) = 3.9, v(0) = 1.1, w(0) = 2.8,
  *
  * and parameters
  *
- * a = 1.2, b = 2.5, and eps = 10−5
+ * a = 1.2, b = 2.5, and eps = 10^−5
  *
  * The implicit part only contains the stiff part of the problem (the part with
  * eps in right hand side of the third equation).

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.