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

refactor hydro riemann solver #185

Merged
merged 6 commits into from
Nov 17, 2022
Merged

refactor hydro riemann solver #185

merged 6 commits into from
Nov 17, 2022

Conversation

BenWibking
Copy link
Collaborator

@BenWibking BenWibking commented Nov 17, 2022

This moves the implementation of the hydro HLLC Riemann solver into a standalone function quokka::Riemann::HLLC. HydroSystem::ComputeFluxes is modified to call this function with the interface states.

This will make it easier to add new Riemann solvers in the future.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
src/hydro_system.hpp Outdated Show resolved Hide resolved
@BenWibking BenWibking marked this pull request as ready for review November 17, 2022 19:43
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@BenWibking
Copy link
Collaborator Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@BenWibking BenWibking merged commit 2646fd3 into development Nov 17, 2022
@BenWibking BenWibking deleted the refactor-riemann branch November 17, 2022 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant