[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module DLSODA in ODEPACK


DLSODA

 
Solves initial-value problems for stiff and nonstiff systems of ordinary
differential equations. Automatically selects between Adams (nonstiff) and
Backward Differentiation Formula (stiff) methods. In the stiff case, the
Jacobian matrix may be full or banded, and either user-supplied or internally
approximated by difference quotients. Resulting linear systems solved by
direct methods (LU factor/solve). (By: A.C. Hindmarsh and L.R. Petzold).
 
Classes  :  I1a1b . Multistep methods (e.g., Adams predictor-corrector) for
                  general, nonstiff or mildly stiff initial value problems
                  for ordinary differential equations.
            I1a2 .  Stiff and mixed algebraic-ordinary differential
                  equations
 
Type     : Fortran subroutine in ODEPACK package.
Access   : Public domain. Portable.
Precision: Double.
Note     : Source includes all ODEPACK double precision modules.
 
Usage    : CALL DLSODA (F, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL, ITASK, ISTATE,
           IOPT, RWORK, LRW, IWORK, LIW, JAC, JT)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of DLSODA from ODEPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double. (Single: SLSODA)
Note     : Source includes all ODEPACK double precision modules.
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : Retrieve odepack/opkdmain.f from
                  http://www.netlib.org
   Fullsource   : Retrieve odepack/opkdmain.f, 
                  odepack/opkda1.f, and odepack/opkda2.f from
                  http://www.netlib.org


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sat Sep 20, 2008 at 02:57:58 UTC