Skip to content

0.3

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 09 Jul 04:43
· 89 commits to master since this release
  • Added new methods: rkk87, rks54, rkb109, rkssp22, rkssp33, rko10, rkh10, rkssp54, rkls44
  • Added status codes and messages, and cleaned up error handling. use status() method to get them after an integration.
  • Added a user-callable stop() method that can be used to stop the integration from the function.
  • Added option to stop the program on errors.
  • Added maximum number of steps option.
  • Added option to only report points at a specified rate
  • Added error check for h=0 to fixed step integration
  • Some code cleanup and reorganization