Go to the source code of this file.
|
subroutine | ddassl (res, neq, t, y, yprime, tout, info, rtol, atol, idid, rwork, lrw, iwork, liw, rpar, ipar, jac) |
|
◆ ddassl()
subroutine ddassl |
( |
external |
res, |
|
|
integer |
neq, |
|
|
double precision |
t, |
|
|
double precision, dimension(*) |
y, |
|
|
double precision, dimension(*) |
yprime, |
|
|
double precision |
tout, |
|
|
integer, dimension(15) |
info, |
|
|
double precision, dimension(*) |
rtol, |
|
|
double precision, dimension(*) |
atol, |
|
|
integer |
idid, |
|
|
double precision, dimension(*) |
rwork, |
|
|
integer |
lrw, |
|
|
integer, dimension(*) |
iwork, |
|
|
integer |
liw, |
|
|
double precision, dimension(*) |
rpar, |
|
|
integer, dimension(*) |
ipar, |
|
|
external |
jac |
|
) |
| |