Skip to content

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

Closed
thomasgibson wants to merge 119 commits into
thg/array-containersfrom
esdg-fluxdiff-revamp
Closed

Entropy-stable DG: flux differencing and SBP operators#169
thomasgibson wants to merge 119 commits into
thg/array-containersfrom
esdg-fluxdiff-revamp

Conversation

@thomasgibson

@thomasgibson thomasgibson commented Sep 24, 2021

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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