Skip to content

Put each ODE integrator in its own file.

Nick Thompson requested to merge (removed):refactor_integrators into master

Currently, every ODE integrator is in its own file; which is fine since they collectively do not occupy many lines of code.

However, the upcoming Dormand-Prince integrator is expected to be a few more lines, so split the integrators into their own files. I believe this also gets us a bit more consistent with the coding guidelines for the project as each class goes in its own file.

This is a breaking change, but in a personal communication with @dpugmire we determined that its impact on users will be minimal.

Edited by Nick Thompson

Merge request reports