On 6/7/23 01:21, Abbas Ballout wrote:
I set the flag when I create the mesh, then I loop on the faces inside a mesh worker mesh loop and do something special at a flagged face.
This has been working without any issues for sometime now. Is this error prone?

This works on a single process. But it will not work if you are running in parallel because clearing the flag for a face on one process does not clear the flag for that face on another process.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/ce763d86-2e25-62a4-c317-96e8ecd8cb59%40colostate.edu.

Reply via email to