Home » Solvers » COLNEW

COLNEW

 
COLNEW
Authors: 

G. Bader and U. Ascher

language:  Fortran 77
problem type:  SPBVP, BVPs

official link: 

http://www.netlib.no/netlib/ode/colnew.f

 

Short description:

The code is modification of  colsys.f  uses a Runge-Kutta-monomial solution representation instead of B-spline.The  release of the code available here is not equal to the original code, but has been changed in order to work in R. This explain why we have added R at the end of the name.

Download:

How to perform tests:

The file report.f contains a user interface.

Once you have obtained all the fortran files,  in the directory tests you can run 

make PROBLEM=problem SOLVER=colnewR

where problem is one of the problem of this testset. This will yield the executable "dotest" that solves the problem, of which the Fortran routines are in the file problem.f.