KIen,

Hi colleagues,
> I have a question for parallel::distributed::Triangulation
> When 2 cells share 1 edge, but they are living in 2 different MPI
> processes, how can I choose only 1 cell containing the common edge from
> them.
> I think I have to set material id for the cell in the first process, and
> then tell the other one do not set it.
> However, I don't know how to send the cell iterator in MPI communication.
>

Just set the material id on both processes. That is much simpler and likely
faster.

Best,
Daniel

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAOYDWbL_JMF7VsRp-AiQraqth8X7MXjTim807LEtfC%3Dyiicp_A%40mail.gmail.com.

Reply via email to