On 11/09/2016 09:00 AM, Hamed Babaei wrote:

Thanks for your help. I can reduce my problem to four 2D elements. I
would like to plot the system_matrix of sequential and parallel codes to
compare them but I am not sure how to do so.
Can I loop over the elements of system_matrix and simply plot them?

I believe so -- there should be iterators for that.

In parallel, you can of course only iterate over elements that are stored locally on a processor.

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