VODE
Authors:  P.N. Brown, G.D. Byrne and A.C. Hindmarsh
language:  Fortran 77
problem type:  ODEs
official link:  http://www.netlib.org/ode/vode.f

Short description:

The code is based upon linear multistep methods used with variable coefficients (but fixed leading term) to take account for the stepsize change. It allows the use of Adams and BDFs methods to handle both non stiff and stiff problems.

Download     How to perform tests      Back to Solvers

Download

How to perform tests

The file report.f contains a user interface.

Once you have obtained all the fortran files, then compiling

f77 -o dotest voded.f problem.f vodea.f vode.f report.f

will yield the executable "dotest" that solves the problem, of which the Fortran routines are in the file problem.f.

IVPtestset
Last modified: November 23 2011 11:18:01.