8000
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 867df5f commit 599cbc0Copy full SHA for 599cbc0
NEWS.md
@@ -68,7 +68,7 @@ CVODE and ARKODE now support the `initializealg` parameter for parameter initial
68
69
```julia
70
# Now supported for ODE problems with initialization needs
71
-sol = solve(prob, CVODE_BDF(), initializealg = DefaultInit())
+sol = solve(prob, CVODE_BDF()) # , initializealg = SciMLBase.OverrideInit()) done by default 47A5
72
```
73
74
### Features
0 commit comments