Skip to content

Commit a1564fc

Browse files
authored
Update robertson.md (#158)
typo
1 parent ff5f587 commit a1564fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/robertson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ plot(sol, tspan = (1e-6, 1e11), xaxis = :log,
5858
isnonnegative(sol)
5959
```
6060

61-
### Using callbacks to solve the Robertson problem with non-adatpive schemes
61+
### Using callbacks to solve the Robertson problem with non-adaptive schemes
6262

6363
The `SSPMPRK43()` scheme is only available with fixed time stepping. With a scheme like this, it would take a huge amount of time to solve the Robertson problem, since the time step must be chosen very small to accurately solve the problem in its initial phase. However, the use of a `callback` allows us to modify the time step size after each step, which makes a solution with a fixed step method possible.
6464

0 commit comments

Comments
 (0)