Skip to content

Commit b33d1d8

Browse files
Update pollution_prob.jl
1 parent 70ca3d0 commit b33d1d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ode/pollution_prob.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ with the initial condition of
213213
y0 = (0, 0.2, 0, 0.04, 0, 0, 0.1, 0.3, 0.01, 0, 0, 0, 0 ,0, 0, 0, 0.007, 0, 0, 0)^T
214214
```
215215
216+
Analytical Jacobian is included.
217+
216218
Reference: [pollu.pdf](https://archimede.dm.uniba.it/~testset/report/pollu.pdf)
217219
Notebook: [Pollution.ipynb](http://nbviewer.jupyter.org/github/JuliaDiffEq/DiffEqBenchmarks.jl/blob/master/StiffODE/Pollution.ipynb)
218220
"""

0 commit comments

Comments
 (0)