Skip to content
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

Fix off by 1 error in 1D & 2D Riemann initial conditions #314

Closed
wants to merge 2 commits into from

Conversation

bcaddy
Copy link
Collaborator

@bcaddy bcaddy commented Jul 21, 2023

Summary

This fixes the off by 1 error in the Riemann initial conditions for 1D and 2D setups. There's still boundary condition issues and even with this fix the code produces all NaNs after the first time step. See Issue #313 for discussion

To Do

  • Fix Riemann initial conditions
  • Fix boundary conditions check failing
  • Fix NaNs after first time step
  • Add 1D and 2D sod tests

@bcaddy bcaddy added the bug label Jul 21, 2023
@bcaddy bcaddy self-assigned this Jul 21, 2023
@bcaddy bcaddy mentioned this pull request Jul 21, 2023
@bcaddy
Copy link
Collaborator Author

bcaddy commented Aug 8, 2023

Addressed in PR #315

@bcaddy bcaddy closed this Aug 8, 2023
@bcaddy bcaddy deleted the dev-1dRiemannFix branch August 22, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant