<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Dear all,</p>
<p><br>
</p>
<p>We are using ADOLC, and we observed an issue we cannot solve so far.</p>
<p><br>
</p>
<p></p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
You can see a piece of code attached to this message. In function F, we evaluate a certain function. It contains tanh, pow, sqrt, etc., all continuous functions at all points we evaluate the function. T<span style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">he
 trace is computed (in F_adolc) a</span>t the first time that this function is evaluated. </p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
<br>
</p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
When evaluating the jacobian of this function at certain points (0,0), (0.1), the jacobian seems reasonable (I compared it to the one obtained using finite differences). However, when evaluating the jacobian at (1,0), the jacobian reports NaNs. Then, we need
 to compute again the trace (run F_adolc) to avoid NaNs.</p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
Do you know what is the reason of this issue? It seems the trace should be valid for the entire domain, so why do we get NaNs when we do not create the trace again?</p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
<br>
</p>
<p style="font-family: Calibri, Helvetica, sans-serif, serif, EmojiFont; font-size: 16px;">
Thank you very much for your attention.</p>
<br>
<p></p>
<p>Best regards,</p>
<p><br>
</p>
<p>Gil Serrancolí</p>
</div>
</body>
</html>