Re: [deal.II] Discontinous Galerkin with periodic boundary conditions

2023-02-17 Thread Nils Schween
Dear Daniel, thank you very much! Now it works perfectly. Best, Nils Daniel Arndt writes: > Nils, > > Using DG with periodic boundary conditions is not very common to my > knowledge. It seems you are hitting a bug in deal.II in Debug mode and it > should > work with > > diff --git a/include/

Re: [deal.II] Discontinous Galerkin with periodic boundary conditions

2023-02-17 Thread Daniel Arndt
Nils, Using DG with periodic boundary conditions is not very common to my knowledge. It seems you are hitting a bug in deal.II in Debug mode and it should work with diff --git a/include/deal.II/meshworker/mesh_loop.h b/include/deal.II/meshworker/mesh_loop.h index f46c737c2a..699264551e 100644 ---

Re: [deal.II] Discontinous Galerkin with periodic boundary conditions

2023-02-17 Thread Nils Schween
Hmmm ... I really I do not would like to be impatient. Can no one help me with setting up periodic boundary conditions for discontinuous elements? Is it uncommon to do this? Probably a small example code would be enough to get me started. Thank you very much. With best regards, Nils Nils Schwe

[deal.II] Discontinous Galerkin with periodic boundary conditions

2023-02-13 Thread Nils Schween
Dear deal.ii community, first of all, a big thank you for all the effort going into this software. I am currently developing an application and I stumbled upon implementing periodic boundary conditions for discontinuous Lagrange elements. I found the following thread https://groups.google.com/g/