<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>Is there a way by which the timestep of the explicit forward Euler method can be modified during the iterations? Looking at the source code of the method, the timestep <i>dt</i> is set when entering the function TSStep_Euler(). The iteration proceeds with this fixed timestep even calling TSSetTimeStep() in a monitoring function. I personally find it's a bit confusing. The actual solution is obtained with fixed timestep. However, &nbsp;the time returned from&nbsp;calling TSGetTime() takes into account any modifications made by the user. Thanks.</div><div><br></div><div>Regards,</div><div><br></div><div>Ningyu &nbsp;</div></body></html>