We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e25d47 commit 0355e71Copy full SHA for 0355e71
docs/src/tutorials/solve_nlls_bvp.md
@@ -35,7 +35,7 @@ end
35
tspan = (0.0, 100.0)
36
u0 = [0.0, 1.0]
37
prob = BVProblem(BVPFunction(f!, bc!; bcresid_prototype = zeros(3)), u0, tspan)
38
-sol = solve(prob, MIRK4(), dt = 0.01)
+sol = solve(prob, MIRK4(), dt = 0.01, abstol = 1e-3)
39
plot(sol)
40
```
41
0 commit comments