-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add Triple Point Shock Problem as Euler Application #310
base: develop
Are you sure you want to change the base?
Conversation
I failed to add the regression test files, I added them in the latest commit. |
The only test that fails is the CMake build on MacOS. It fails when running the regression test for
I'll remove output for the regression tests to see if that fixes it. |
Merged recent |
Ready to merge! |
I updated the Automake files for you. I'll let @donnaaboise look at this and merge. |
Adds an additional example under
applications/clawpack/euler/2d/triple
. This runs the triple point shock problem as outlined here. The implementation has been verified.