GitHunt
GA

GasinAn/easydop853

Simplified Modern Fortran Edition of Hairer's DOP853 ODE Solver

easydop853

This is a modern Fortran (2003/2008) implementation of Hairer's DOP853 ODE solver. This implementation is a simplification of the implementation made by Jacob Williams (jacobwilliams). A much-easier-to-use subroutine interface has been created by using the original easy-to-use class interface, however, for simplicity, users can only set the ODE and the initial condition, and cannot set other parameters, such as error tolerance parameters, which can be set by using the original implementation. DOP853 is an explicit Runge-Kutta method of order 8(5,3) due to Dormand & Prince (with stepsize control and dense output).

This project is hosted on GitHub.

Example

See easydop853_test.f90.

Reference

License

Languages

Fortran100.0%

Contributors

Other
Created December 6, 2020
Updated November 22, 2024
GasinAn/easydop853 | GitHunt