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

Entropy-stable DG: flux differencing and SBP operators #169

Closed
wants to merge 119 commits into from

Conversation

thomasgibson
Copy link
Collaborator

@thomasgibson thomasgibson commented Sep 24, 2021

Replaces #157

This PR implements flux differencing (currently using just numpy broadcasting) and adds summation-by-parts (SBP) DG operators via the new module grudge.sbp_op. Uses #154 as its base because of the array container support

An inviscid (Euler) model using entropy-stable DG (flux differencing + SBP ops) has been written up in grudge.models.euler. The specific DG formulation is the skew-symmetric form as presented by Jesse Chan (2019)

Further items that need to be addressed:

  • Use array broadcasting provided by actx

@thomasgibson thomasgibson added enhancement New feature or request design decisions Anything related to overhauling or redesigning code labels Sep 24, 2021
@thomasgibson thomasgibson self-assigned this Sep 24, 2021
@thomasgibson
Copy link
Collaborator Author

Closing since ESDG development has moved to https://github.com/inducer/grudge/tree/ESDG-development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design decisions Anything related to overhauling or redesigning code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant