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.