-
Notifications
You must be signed in to change notification settings - Fork 109
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
Boundary conditions on nonconservative terms not supported #1445
Comments
|
Even though it's a breaking change, it should not be a braking change. If somebody needs and implements this, we will happily bump the minor version to accommodate this. |
Well done with the pun |
Including this, there are at least two things we would like to change soon - the other one is your breaking change to the parabolic stuff. We can just do it soon, I think. |
Currently, boundary conditions are not imposed on non-conservative terms. See, for example
UnstructuredMesh2D
:Trixi.jl/src/solvers/dgsem_unstructured/dg_2d.jl
Lines 426 to 432 in 7dd4232
The implementations for
DGMulti
andP4estMesh
are similar.The text was updated successfully, but these errors were encountered: