PSIDE
Authors:  J.J.B. de Swart, W.M. Lioen and W.A. van der Veen
language:  Fortran 77
problem type:  ODEs and DAEs of index less than or equal to 3
official link:  http://www.cwi.nl/cwi/projects/PSIDE

Short description:

PSIDE is a Parallel Software for Implicit Differential Equations. It has been designed for working on shared memory parallel computers, using the OPENMP parallel tools. The code uses the four-stage Radau IIA method.

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 psided.f problem.f psidea.f pside.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.