Go to the source code of this file.
|
subroutine | dlsode (f, neq, y, t, tout, itol, rtol, atol, itask, istate, iopt, rwork, lrw, iwork, liw, jac, mf) |
|
◆ dlsode()
subroutine dlsode |
( |
external |
f, |
|
|
integer, dimension(*) |
neq, |
|
|
double precision, dimension(*) |
y, |
|
|
double precision |
t, |
|
|
double precision |
tout, |
|
|
integer |
itol, |
|
|
double precision, dimension(*) |
rtol, |
|
|
double precision, dimension(*) |
atol, |
|
|
integer |
itask, |
|
|
integer |
istate, |
|
|
integer |
iopt, |
|
|
double precision, dimension(lrw) |
rwork, |
|
|
integer |
lrw, |
|
|
integer, dimension(liw) |
iwork, |
|
|
integer |
liw, |
|
|
external |
jac, |
|
|
integer |
mf |
|
) |
| |