6

Inspired by my question regarding the computation time of NDSolve using the LSODA backend I was wondering how NDSolve is actually calling LSODA (what arguments are sent to LSODA), i.e. what are the detailed preprocessing steps done before the LSODA calls.

For example, in the post linked above I NDSolve was asked to solve system of ODEs in the time range {t, 0, 3. 10^16} . Given the fact that NDSolve returns an InterpolationFunction covering the whole t range I suspect that it decides on a temperature mesh to compute the ODEs solutions on instead of letting LSODA decide.

Does anybody have more information or is there a way to listen to the communication between Mathematica and the LSODA library?

J. M.'s missing motivation
  • 124,525
  • 11
  • 401
  • 574
Markus Roellig
  • 7,703
  • 2
  • 29
  • 53

0 Answers0