include "../bars/probbar1.php"; ?>
RADAU
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/radau.f
include "../bars/probbar2.php"; ?>
Short description:
The code RADAU is based on implicit Runge-Kutta methods (Radau IIa) of orders 5, 9 and 13. These methods are L-stable.
Download
How to perform tests
Back to Solvers
Download
Description :
radau.pdf
Source codes:
solver:
radau.f
driver:
radaud.f
auxiliary files:
radaua.f
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
radaud.f
problem.f
radaua.f
radau.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.