Home » Solvers » TWPBVPC

TWPBVPC

 
TWPBVP/TWPBVPC
Authors:  J.R. Cash,  M.H. Wright, F. Mazzia
language:  Fortran 77
problem type:  SPBVP, BVPs

official link first release: 

http://www.netlib.org/ode/twpbvp.f

http://wwwf.imperial.ac.uk/~jcash/BVP_software/readme.php

 

Short description:

The code uses a deferred correction scheme based on Mono-Implicit Runge-Kutta methods. The last release of the code is available here. The first official link of the code twpbvpc.f is available here.

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=twpbvpc

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.