numerical-mathematics / extrapolation

Parallel extrapolation for ODEs
MIT License
6 stars 1 forks source link

Add regression tests and clean up convergence tests. #29

Closed ketch closed 8 years ago

ketch commented 8 years ago

This PR makes regression tests active and provides regression tests that check output of the current code (for 3 simple ODEs) against reference output.

The regression tests currently

It also cleans up some variable names and user messages to be more informative.

It drastically reduces the number of different step sizes used in the convergence tests, so the tests run much faster.