Skip to content

manojbaishya/ODESolvers

Repository files navigation

Available algorithms:

Fixed stepsize

  • Euler Forward
  • Heun Predictor-Corrector
  • Midpoint
  • RK2 (Ralston-Rabinowitz version)
  • RK3 (Simple and Optimal versions)
  • RK4
  • RK5 (Butcher)

Variable stepsize

  • Runge-Kutta-Fehlberg (Cash-Karp)

LICENSE

Copyleft (C) 2020 Manoj Baishya

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Single time stepping procedures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published