> SparseILU still seems not to work. I attached my code here, if you could > take a look, it is very easy to reproduce the issue: > 1. compile and run it, you will see everything works as expected > 2. comment out line 221 and uncomment line 222, the program just hangs.
Please try to debug the problem some more. Is the inner or outer solver not converging? How are the residuals changing over the iterations? In which step does it hang? Can you open it in a debugger? What happens with a simpler and smaller testproblem, etc.. While there might be a bug in deal.II that you are running into, I doubt that this is the case here. -- Timo Heister http://www.math.clemson.edu/~heister/ -- 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.
