FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
755 stars 188 forks source link

Fix KSPSolveHermitianTranspose #257

Closed cmd8 closed 1 year ago

cmd8 commented 1 year ago

de-conjugate x after solve

prj- commented 1 year ago

Thanks, good catch.

prj- commented 1 year ago

In fact, this is still wrong because x may be y, so this would conjugate x twice. I'll fix this for good now 😄

cmd8 commented 1 year ago

Ah yes, didn't realize that was possible.