You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
integrator.p = .... We are missing a setter function, but it's kind of different because unlike u or t, changing p doesn't effect the system's internal components.
In the integrator doc you present 3 mutating possibility : set_t, set_u and set_ut.
In my case I want to change the differential equation, and that can be realised by change the fiels p.
A new function name set_p! can probably do that, or there are an other way to do it ?
Thanks a lot for your work.
The text was updated successfully, but these errors were encountered: