On 3/3/26 03:09, Praveen C wrote:
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 ?
Praveen:
I'm not sure whether anyone knows for certain what the answer to your question
is. But why not write a small program to find out and, if possible, update the
documentation with your findings?
Best
W.
--
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/99d527b1-7f86-41e8-8d23-a9df6b0cd028%40colostate.edu.