Jaekwang,

In general, using periodic boundary conditions with MeshWorker should be 
pretty easy.
All you would have to do is calling Triangulation.add_periodicity() 
<https://www.dealii.org/9.0.0/doxygen/deal.II/classTriangulation.html#a9539cda687eeb08c602bceac11807987>
with a parameter constructed by GridTools::collect_periodic_faces() 
<https://www.dealii.org/9.0.0/doxygen/deal.II/namespaceGridTools.html#aaeadfc0053429f542fbfd48d192b94f0>
.
Doing so will let MeshWorker treat all periodic faces as inner faces.

The 1D case is less well tested though. If you encounter additional 
difficulties feel free to ask.

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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to