Thank you for the answer! According to your statement

> * 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. 
>
my left hand side is wrong, which in turn means that something in the 
creation of the weak form went wrong (else they would have been coupled). I 
think I found the error for that, and will fix it.

Concerning the solver: That has to be checked, too, I think GMRES will be 
more appropriate for that.
Thanks!


Am Montag, 21. August 2017 18:16:30 UTC+2 schrieb Wolfgang Bangerth:
>
> 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] 
> <javascript:> 
>                             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