Home » Solvers » TWPBVPLC

TWPBVPLC

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

official links: 

http://archimede.dm.uniba.it/~bvpsolvers/bvpTestSet/fortransrc/solvers/twpbvplc.f

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

 

Short description:

The code uses a deferred correction scheme based on Lobatto Runge-Kutta methods. The last release of the code is available here. The first release of this code 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=twpbvplc

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.