Functions

dlsode.f File Reference

Go to the source code of this file.

Functions

subroutine DLSODE (F, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL, ITASK, ISTATE, IOPT, RWORK, LRW, IWORK, LIW, JAC, MF)

Function Documentation

subroutine DLSODE ( ,
INTEGER,dimension(*),dimension  NEQ,
DOUBLE PRECISION,dimension(*),dimension  Y,
DOUBLE PRECISION  T,
DOUBLE PRECISION  TOUT,
INTEGER  ITOL,
DOUBLE PRECISION,dimension(*),dimension  RTOL,
DOUBLE PRECISION,dimension(*),dimension  ATOL,
INTEGER  ITASK,
INTEGER  ISTATE,
INTEGER  IOPT,
DOUBLE PRECISION,dimension(lrw),dimension  RWORK,
INTEGER  LRW,
INTEGER,dimension(liw),dimension  IWORK,
INTEGER  LIW,
JAC  ,
INTEGER  MF 
)

Definition at line 1 of file dlsode.f.

References EWSET(), INTDY(), N, PREPJ(), RWORK, SOLSY(), STODE(), VNORM(), and XERRWD().

Referenced by LSODE::do_integrate().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines