Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 521 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 521 Bytes

Changelog of rungekutta module

No release

  • Add license (GPLv3)
  • Added docstrings to source code and set up Sphinx documentation generator.
  • Packaged module such that it can be installed using pip.
  • Added some tests (see tests/ directory)
  • Added some example codes (see examples/ directory)
  • Added base implementation of several explicit and diagonally implicit Runge-Kutta methods
  • Added nonlinear solver (damped Newton-Raphson methods)
  • Added base class and examples of ordinary differential equations