-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with slip wall BCs for CompressibleEulerEquations2D using TreeMesh #1190
Comments
I can confirm that it crashes for me, too. Everything is fine if I switch the mesh = StructuredMesh((16, 16), coordinates_min, coordinates_max; periodicity=(true, false)) |
Aha, Trixi.jl/src/equations/compressible_euler_2d.jl Lines 353 to 368 in 5ae580b
TreeMesh implementation does not Trixi.jl/src/equations/compressible_euler_2d.jl Lines 332 to 345 in 5ae580b
I'd guess this is the root of the issue (and the reason why |
I'm observing an issue with slip wall BCs for
TreeMesh
. Here's a MWE:The code crashes shortly after time
3.8826e-01
. If I run the code up to this point, I get the following resultIf I replace the slip wall BCs with periodic, the elixir works fine.
The text was updated successfully, but these errors were encountered: