Dear all

Suppose I have a 2d square domain with periodicity in both directions.

I loop over faces with MeshWorker::mesh_loop, specify assemble_flags as
below

    auto assemble_flags = MeshWorker::assemble_own_cells;
      assemble_flags |= MeshWorker::assemble_own_interior_faces_once;
      assemble_flags |= MeshWorker::assemble_ghost_faces_once;

Suppose face1 and face2 are periodic pairs of faces. Will the above
mesh_loop ensure that only one of face1 or face2 is visited during assembly
?

Or will it visit both periodic face pairs ?

thanks
praveen

-- 
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 visit 
https://groups.google.com/d/msgid/dealii/CAEvUdMKpZWWcgiwrwZdF8XJs7xTaywvBbHvFv4Dv3AmGa2Z2bg%40mail.gmail.com.

Reply via email to