Home » Solvers » ACDCC

ACDCC

 
ACDC/ACDCC
Authors:  J. R. Cash, G. Moore, R. W. Wright,  F. Mazzia
language:  Fortran 77
problem type:  SPBVP, BVPs

official link: 

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

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

 

Short description:

The code uses a deferred correction scheme based on Lobatto Runge-Kutta methods with an  automatic continuation strategy. Is based on  acdc.f (J. R. Cash, G. Moore and R. W. Wright, 1995).  The last release of the 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=acdcc

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.