[petsc-users] reuse a real matrix for a second linear system with complex numbers
feng wang
snailsoar at hotmail.com
Fri May 14 03:23:32 CDT 2021
Dear All,
I am solving a coupled system. One system is AX=B. A, X and B are all real numbers and it is solved with GMRES in petsc. Now I need to solve a second linear system, it can be represented as (A+i*w)*Z=C. i is the imaginary unit. Z and C are also complex numbers.
So the Jacobian matrix of the second system is just A plus a diagonal contribution i*w. I would like solve the second system with GMRES, could petsc handle this? any comments are welcome.
Thanks,
Feng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20210514/ba22ada5/attachment.html>
More information about the petsc-users
mailing list