File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ These modified Patankar-Runge-Kutta methods require the special structure of a
824824You can optionally choose the linear solver to be used by passing an
825825algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
826826as keyword argument `linsolve`.
827- You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
827+ You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
828828to avoid divisions by zero.
829829
830830## References
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This modified Patankar-Runge-Kutta method requires the special structure of a
2121You can optionally choose the linear solver to be used by passing an
2222algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
2323as keyword argument `linsolve`.
24- You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
24+ You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
2525to avoid divisions by zero.
2626
2727## References
@@ -407,7 +407,7 @@ This modified Patankar-Runge-Kutta method requires the special structure of a
407407You can optionally choose the linear solver to be used by passing an
408408algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
409409as keyword argument `linsolve`.
410- You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
410+ You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
411411to avoid divisions by zero.
412412
413413## References
You can’t perform that action at this time.
0 commit comments