MEBDFDAE
Author:  J. Cash
language:  Fortran 77
problem type:  ODEs and DAEs of index less than or equal to 3
official link:  http://www.ma.ic.ac.uk/~jcash/IVP_software/mebdftest/mebdfdae.f

Short description:

The code MEBDFDAE uses the Modified Extended Backward Differentiation Formulas of Cash, that increase the absolute stability regions of the classical BDFs. These methods are A-stable up to the order 4 and stiffly stable for orders up to 9. The orders of the implemented formulae range from 1 to 8.

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 mebdfd.f problem.f mebdfdae.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.