MEBDFI
Author:  T.J. Abdulla and J. Cash
language:  Fortran 77
problem type:  ODEs, DAEs and IDEs of index less than or equal to 3
official link:  http://www.ma.ic.ac.uk/~jcash/IVP_software/itest/mebdfi.f

Short description:

The code MEBDFI is an extension of MEBDFDAE for the solution of implicit differential equations and 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 mebdfid.f problem.f mebdfi.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.