From 4637e8cd53e8f67070e74c93ec62e07314e318fe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Oct 2021 17:22:42 -0600 Subject: [PATCH] Minor edits to the ARKODE documentation. --- include/deal.II/sundials/arkode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/sundials/arkode.h b/include/deal.II/sundials/arkode.h index 934aebd433..12c4a3876c 100644 --- a/include/deal.II/sundials/arkode.h +++ b/include/deal.II/sundials/arkode.h @@ -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)$. * -- 2.39.5