Suppose that I use an explicit scheme with fixed time-stepping to integrate an ODE, and I am not interested in interpolations of any sort.
Is it ok to change directly the right-hand-side function f
, the state u
and the time t
in between the steps (provided that I use low-level integrator interface)?