I'm a complete newbie to mpmath. For a project, I would like to solve a set of ODEs (mildly stiff) using the taylor method (for high accuracy) and I have a couple of questions regarding the current implementation of odefun and ode_taylor. I would like to state some observations, please correct me if I misunderstood something.
* there is no means for the user to provide the high-order derivatives of the RHS
* these derivatives are calculated numerically, but not using the mpmath.diffs method
* there is at the moment no link with automatic differentiation tools
* the degree (or order) is fixed, either by the user either by a heuristic at the start of integration. It is not varied during the solver process.
* according to github, there has been no update on the calculus part of mpmath for 9 months. Please, don't see this as criticism, I just would like to know if someone is still working on this and what she/he is doing.
Thanks,
Gert