<div dir="ltr"><div dir="ltr">On Mon, May 16, 2022 at 6:48 AM Mark Adams <<a href="mailto:mfadams@lbl.gov">mfadams@lbl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>You generally want to use <a href="https://petsc.org/main/docs/manualpages/TS/TSMonitorSet/" target="_blank">https://petsc.org/main/docs/manualpages/TS/TSMonitorSet/</a> for something like this.</div><div>TSSetPostStep is for diagnostics. </div><div>There are differences between the two but I don't recall them.</div></div></blockquote><div><br></div><div>Yes, I think this belongs in a monitor.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>And you can get the timer derivative with <a href="https://petsc.org/release/docs/manualpages/TS/TS2GetSolution.html" target="_blank">https://petsc.org/release/docs/manualpages/TS/TS2GetSolution.html</a></div></div></blockquote><div><br></div><div>This only applies to a restricted set of TS implementations.</div><div><br></div><div>In general, you have to compute approximations to the derivatives yourself, since it is not guaranteed to be represented</div><div>in any given integration method. If you want a first order approximation, you would save the last solution, or maybe more</div><div>for higher order reconstruction. PETSc provides the TSTrajectory object to automate this process (it is also used for adjoint</div><div>computations).</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 16, 2022 at 11:03 AM Karol Lewandowski <<a href="mailto:Karol.Lewandowski@glasgow.ac.uk" target="_blank">Karol.Lewandowski@glasgow.ac.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal">Hi, I am developing a program for solving a time-dependent problem using TS solver. At some point, after a successful step, I would like to compute the error indicator which involves time derivatives. I tried to use routines like TSSetPostStep(), however, they do not give me access to vector ts_u_t. </pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal">Is there a way to compute the post-step time derivative without copying the vectors (like ts_u_t, ts_u_tt) at each step? </pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal"><br></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal">Kind regards,</pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal"><br></pre>
<pre style="white-space:pre-wrap;color:rgb(0,0,0);font-variant-ligatures:normal">Karol</pre>
<div><br>
</div>
</div>

</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>