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

GAMS Module SLSODES in SODEPACK


SLSODES

 
Solves initial-value problems for stiff and nonstiff systems of ordinary
differential equations. Both Adams (nonstiff), and Backward Differentiation
Formula (stiff) methods are used. In the stiff case, it treats the Jacobian matrix
in general sparse form, with the sparsity structure determined on its own or by the
user. The Yale Sparse Matrix Package is used to solve the linear systems that
arise. (By: A.C. Hindmarsh and A.H. Sherman).
 
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 SODEPACK package.
Access   : Public domain. Portable.
Precision: Single.
Note     : Source includes all SODEPACK single precision modules.
 
Usage    : CALL SLSODES (F, NEQ, Y, T, TOUT, ITOL, RTOL, ATOL, ITASK, ISTATE,
           IOPT, RWORK, LRW, IWORK, LIW, JAC, MF)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of SLSODES from SODEPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Single. (Double: DLSODES)
Note     : Source includes all SODEPACK single precision modules.
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : Retrieve odepack/opksmain.f from
                  http://www.netlib.org
   Fullsource   : Retrieve odepack/opksmain.f, 
                  odepack/opksa1.f, and odepack/opksa2.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 05:57:48 UTC