numerical-mathematics / extrapolation

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

Implicit methods added to code #7

Closed mcr222 closed 8 years ago

mcr222 commented 8 years ago

Major refactoring of the code, removed code duplicities and addition of implicit methods for stiff equations.

Also corrected several bugs and added convergence tests (still to be completed).

Currently on the process of commenting the code and creating meaningful literature.

All issues solved "internally" in this branch will be posted and closed to have a detailed documentation of the code evolution.

Some issues are still open and will be documented accordingly.

Some parts of the code are exclusively for testing purposes and will be removed or properly documented on their use.