CWG_ODE
Three ODE Solvers by William Gear.


CWG_ODE is a FORTRAN77 library, using single precision arithmetic, which includes three solvers for systems of ordinary differential equations, written by C William Gear.

Related Data and Programs:

LSODI is a FORTRAN77 library which implements the Livermore Solver for Ordinary Differential Equations, Implicit case.

NMS is a FORTRAN90 library which includes the DDRIV package of ODE solvers.

ODE is a FORTRAN90 library which contain the Shampine and Allen ODE solver.

POLKING is a pair of MATLAB routines, DFIELD and PPLANE, for solving and displaying the solution of differential equations and their phase planes.

RKF45 is a FORTRAN90 library which applies the Runge-Kutta-Fehlberg method to solve a system of ODE's.

TEST_ODE is a FORTRAN90 library which contains routines which define some test problems for ODE solvers.

Reference:

  1. Charles Gear,
    Numerical Initial Value Problems in Ordinary Differential Equations,
    Prentice-Hall, 1971,
    ISBN: 0136266061,
    LC: QA372.G4.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 7 December 2007.