PHYS-4007/5007 Useful Fortran 77 ODE Subroutine Web Page

This web page contains the links of the various files that contain useful Fortran 77 subroutines discussed in PHYS-4007/5007 Computational Physics to solve ordinary differential equations. The files here are in standard ASCII (text) format. The files here are in standard ASCII (text) format so that when you click on the link, the code will appear in your web browser. Follow these steps to save these files on your Linux machine.


Files to Download

The following is a list of useful Fortran 77 subroutines. Feel free to use them if you need them in your work.

rk4.f Fortran 77 subroutines using the 4th-order Runge-Kutta technique for ODEs.
ode.f Fortran 77 subroutines using the Adams method for ODEs. Note that this
file also contains the DE, STEP, and INTRP subroutines.
de.f Fortran 77 subroutine of Adams method for ODEs.
intrp.f Fortran 77 subroutine called by de.f.
step.f Fortran 77 subroutine called by de.f.
machin.f Fortran 77 program to calculate data for ode.f and de.f.
f.f Sample Fortran 77 subroutine containing the differential equations that
ode.f and de.f are asked to solve.


Click here to go back to the Computational Physics home page.


Last modified: September 6, 2011 by D.G. Luttermoser