[Dune] [#1034] Wrong datatype in MINRESSolver

Dune flyspray at dune-project.org
Wed Mar 7 20:44:25 CET 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1034 - Wrong datatype in MINRESSolver
User who did this - Christian Engwer (christi)

----------
Patrick, could you please supply a small test-app? I doubt that it is necessary to have beta as complex<T>. I think it is sufficient (but I didn't test it) to change

- beta = sqrt(fabs(_sp.dot(z,b)));
+ beta = std::sqrt(std::abs(_sp.dot(z,b)));

I updated solvers.hh accordingly. Could you please try with the latest version of dune-istl?

Christian

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1034#comment3249

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list