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

GAMS Module SLSOIBT in SODEPACK


SLSOIBT

 
Solves linearly-implicit initial-value problems for stiff and nonstiff
systems of ordinary differential equations. Both Adams (nonstiff), and
Backward Differentiation Formula (stiff) methods are used. All matrices are
assumed to be block-tridiagonal, and the Jacobian may be either user-supplied or
internally approximated. The resulting linear systems solved by direct methods
(LU factor/solve). (By: A.C. Hindmarsh and C.S. Kenney).
 
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 SLSOIBT (RES, ADDA, JAC, NEQ, Y, YDOTI, T, TOUT, ITOL, RTOL,
           ATOL, ITASK, ISTATE, IOPT, RWORK, LRW, IWORK, LIW, MF)
 
Details  : Fullsource Source
Sites    : (1) NETLIB
 

Implementation of SLSOIBT from SODEPACK on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Single. (Double: DLSOIBT)
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:09 UTC