@@ -368,7 +368,7 @@ approach in science and technology, but with some limitations if
368368$\Delta t$ is not sufficiently small (as will be illustrated later).
369369
370370:::{.callout-note title="Equation (@eq-nonlin-timediscrete-logistic-BE-Picard-1it) does not"}
371- correspond to a `` pure'' finite difference method where the equation
371+ correspond to a " pure" finite difference method where the equation
372372is sampled at a point and derivatives replaced by differences (because
373373the $u^{n-1}$ term on the right-hand side must then be $u^n$). The
374374best interpretation of the scheme
@@ -535,7 +535,7 @@ notation used in the literature.
535535One iteration in Newton's method or
536536Picard iteration consists of solving a linear problem $\hat F(u)=0$.
537537Sometimes convergence problems arise because the new solution $u$
538- of $\hat F(u)=0$ is `` too far away'' from the previously computed
538+ of $\hat F(u)=0$ is " too far away" from the previously computed
539539solution $u^{-}$. A remedy is to introduce a relaxation, meaning that
540540we first solve $\hat F(u^*)=0$ for a suggested value $u^*$ and
541541then we take $u$ as a weighted mean of what we had, $u^{-}$, and
@@ -772,16 +772,16 @@ until a stopping criterion is fulfilled.
772772Evaluating $f$ for a known $u^{-}$ is referred to as *explicit* treatment of
773773$f$, while if $f(u,t)$ has some structure, say $f(u,t) = u^3$, parts of
774774$f$ can involve the unknown $u$, as in the manual linearization
775- $(u^{-})^2u$, and then the treatment of $f$ is `` more implicit''
776- and `` less explicit'' . This terminology is inspired by time discretization
775+ $(u^{-})^2u$, and then the treatment of $f$ is " more implicit"
776+ and " less explicit" . This terminology is inspired by time discretization
777777of $u^{\prime}=f(u,t)$, where evaluating $f$ for known $u$ values gives
778778explicit schemes, while treating $f$ or parts of $f$ implicitly,
779779makes $f$ contribute to the unknown terms in the equation at the new
780780time level.
781781
782782Explicit treatment of $f$ usually means stricter conditions on
783783$\Delta t$ to achieve stability of time discretization schemes. The same
784- applies to iteration techniques for nonlinear algebraic equations: the `` less''
784+ applies to iteration techniques for nonlinear algebraic equations: the " less"
785785we linearize $f$ (i.e., the more we keep of $u$ in the original formula),
786786the faster the convergence may be.
787787
@@ -1002,7 +1002,7 @@ Given $A(u)u=b(u)$ and an initial guess $u^{-}$, iterate until convergence:
10021002 1. $u^{-}\ \leftarrow\ u$
10031003:::
10041004
1005- `` Until convergence'' means that the iteration is stopped when the
1005+ " Until convergence" means that the iteration is stopped when the
10061006change in the unknown, $||u - u^{-}||$, or the residual $||A(u)u-b||$,
10071007is sufficiently small, see Section @sec-nonlin-systems-alg-terminate for
10081008more details.
0 commit comments