Home » Solvers » BVP_M-2

BVP_M-2

 
BVP_M-2
Authors:   J. J. Boisvert, P.H. Muir, R. J. Spiteri 
language:  Fortran 90
problem type:  SPBVP, BVPs

official link: 

http://cs.stmarys.ca/~muir/BVP_SOLVER_Webpage.shtml

 

Short description:

The code is based  Mono-Implicit Runge-Kutta methods with defect control both for mesh selection and accuracy control. Its is possible to  choose both the error control and the stopping criterium.

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

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.