On 08/21/2017 06:51 AM, 'Maxi Miller' via deal.II User Group wrote:

As far as I am concerned, that looks wrong, but at which step did I make a mistake here?

Hard to tell -- you'll have to go through the problem step by step and check every part.

But I do see two problems already:
* Your bilinear form (lhs) only couples phi and phi, and psi and psi. In other words, there is no coupling between real and imaginary parts on the left side, but that contradicts the strong form you previously showed.

* The matrix is not SPD. So you can't use SolverCG.

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to