Open apey236 opened 1 year ago
It looks like not specifying boundary_condition_periodic
for :xneg, :xpos, :zneg, :zpos
fixes things. This is also consistent with https://github.com/jlchan/Trixi.jl/blob/b7be5856eba029a3d91257166be4ee62514ae0dd/examples/p4est_2d_dgsem/elixir_navierstokes_convergence.jl - I don't know why we didn't see that before...
Good to know taht there is a way to make it work right now. But it is definitely confusing and should be fixed
The main difference is that we cannot specify a
boundary_condition_periodic
forP4estMesh
. This example illustrates this:The stack trace that I get is: