<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">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; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">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; orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><br class=""></pre>
<pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">Kind regards,</pre>
<pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><br class=""></pre>
<pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">Karol</pre>
<div class=""><br class="">
</div>
</body>
</html>