RADAU5
Authors:  E. Hairer and G. Wanner
language:  Fortran 77
problem type:  ODEs and DAEs of index less than or equal to 3
official link:  http://www.unige.ch/~hairer/prog/stiff/radau5.f

Short description:

The code RADAU5 uses an implicit Runge-Kutta method (Radau IIa) of order 5 (three stages) with step size control and continuous output.

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 radau5d.f problem.f radaua.f radau5.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.