]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor edits to the ARKODE documentation. 12799/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Oct 2021 23:22:42 +0000 (17:22 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 7 Oct 2021 23:22:42 +0000 (17:22 -0600)
include/deal.II/sundials/arkode.h

index 934aebd433aa1f5044568fa028120260df891b35..12c4a3876cab57e3354dff5539a7f9d9eb02b441 100644 (file)
@@ -175,7 +175,7 @@ namespace SUNDIALS
    * \f[
    *  z_i^{m+1} = z_i^m +\delta^{m+1},
    * \f]
-   * where $m$ is the Newton index, and the Newton update $\delta^{m+1}$
+   * where $m$ is the Newton step index, and the Newton update $\delta^{m+1}$
    * requires the solution of the linear Newton system
    * \f[
    *  N(z_i^m) \delta^{m+1} = -G(z_i^m),
@@ -294,10 +294,10 @@ namespace SUNDIALS
    * where
    * \f[
    * A \dealcoloneq
-   * \begin{matrix}
+   * \begin{pmatrix}
    * 0 & 1 \\
    * -k^2 &0
-   * \end{matrix}
+   * \end{pmatrix}
    * \f]
    * and $y(0)=(0, k)$.
    *

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.