Modern Fortran implementation of the DDEABM Adams–Bashforth algorithm
This is a modern object-oriented Fortran implementation of the DDEABM Adams–Bashforth–Moulton ODE solver. The original Fortran 77 code was obtained from the SLATEC library. It has been extensively refactored.
This is a modern object-oriented Fortran implementation of the DDEABM Adams–Bashforth–Moulton ODE solver. The original Fortran 77 code was obtained from the SLATEC library. It has been extensively refactored.
To install ddeabm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ddeabm
To see what files were installed by ddeabm, run:
port contents ddeabm
To later upgrade ddeabm, run:
sudo port selfupdate && sudo port upgrade ddeabm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.