On 08/23/2018 05:51 PM, Xiukun Hu wrote:

I've been trying to parallelize step-46 for a while (mainly by combining with step-40). Now I can make the code run in release mode and get the correct output, but still get (different kind of) errors in debug mode. After some efforts I finally reproduced one in a quite short code.

There will likely be many more errors to come, and I would doubt that your results will be correct even in release mode. The issue, fundamentally, is that in deal.II 9.0, hp::DoFHandler does not yet work with parallel::distributed::Triangulation. With some luck, this combination will be available in deal.II 9.1, though.

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