Hello,
After som e reading, I still don`t know, if (and how) it is possible to compute the sensitivity of differential states 'x' to parameters 'p' to over time using either forward- or adjoined sensitivities using cvodes.
The provided example "sensitvity_analysis" describes how to get sensitivities at different time points (e.g. when integrating from t=0 to t=10).
1) Is there a way to obtain sensitivities at "grid" points or do I have to restart the integrator and simulate from time-point to time-point? Isn`t that computationally more costly? Wouldn`t that lead to different results, depending on the initial state of the sensitivity?
2) Is there a documentation of the commands, which are called in the "sensitvity_analysis" example? For me, it is not clear how the I.factory(...) commands work.
3) Can I "compile" such ODE integrations to a .mex file?