[Trilinos-Users] Sacado::Fad:DFad in version 12

Praveen C trilinos at praveen.e4ward.com
Sun Aug 23 06:09:35 EDT 2015


Hello

I use Sacado in one of my deal.II codes to build the jacobian for newton
method. Until 11.21.1 it worked fine but I am facing problem with version
12. Here is an example

const unsigned int n = 10;
Sacado::Fad::DFad<double> F(n, 0);

The above worked fine until 11.21.1 but does not in v12. Sacado seems to
set the value of F to n.

If I declare n to be "int" then it seems to be ok.

Best
praveen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20150823/bf315d56/attachment.html>


More information about the Trilinos-Users mailing list