Re: [deal.II] Discrete Galekin with periodic boundary condition

2018-11-08 Thread Jaekwang Kim
Thanks for the reply! I will take a look Jaekwang On Wednesday, November 7, 2018 at 10:05:10 PM UTC-6, Praveen C wrote: > > You have to do some extra work to use periodic bc with MeshWorker. I have > a Euler DG code here which can do that > >

Re: [deal.II] Discrete Galekin with periodic boundary condition

2018-11-07 Thread Praveen C
You have to do some extra work to use periodic bc with MeshWorker. I have a Euler DG code here which can do that https://github.com/cpraveen/dflo/tree/master/src_mpi The periodic bc is setup in these files (not my code, authors are