[dune-pdelab] [Dune-Bugs][#1549] Bug in the parellel version of preconditioners

Dune flyspray at dune-project.org
Mon Jan 26 16:25:42 CET 2015


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1549 - Bug in the parellel version of preconditioners
User who did this - Dominic Kempf (dominic.kempf)

----------
Dear Nagaiah,

the problem with your code is the following: You are using an overlapping grid (YaspGrid) with a nonoverlapping solver backend. This way you are mixing parallelism paradigms and your code is comdemned to fail. You should either switch the grid to UG or ALUGrid or switch the solver backend to an overlapping one from the header dune/pdelab/backend/ovlpistlbackend.hh. 

I will close this task for now. If the problem persists, feel free to reopen.
----------

More information can be found at the following URL:
https://dune-project.org/flyspray/index.php?do=details&task_id=1549#comment5945

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the dune-pdelab mailing list