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

[WIP] Ex. 41: DG advection with bounds-preserving limiters. #4289

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

tarikdzanic
Copy link

@tarikdzanic tarikdzanic commented May 8, 2024

This PR adds Example 41 which consists of various linear transport problems (1D/2D Gaussian advection, 1D discontinuous waveforms advection, 2D solid body rotation) on structured/unstructured meshes solved using the DGHyperbolicConservationLaws class from Example 18 with discretely/continuously bounds-preserving limiters for enforcing a maximum principle on the solution.

@tarikdzanic tarikdzanic added the WIP Work in Progress label May 8, 2024
@brendankeith
Copy link
Member

@tarikdzanic, @dohyun-cse I am very excited to see this!

Please note that there is already an example 40 in the pipeline: #4248

@tarikdzanic
Copy link
Author

@tarikdzanic, @dohyun-cse I am very excited to see this!

Please note that there is already an example 40 in the pipeline: #4248

Thanks for letting me know, I'll change mine over to Ex. 41.

@tarikdzanic tarikdzanic changed the title [WIP] Ex. 40: DG advection with bounds-preserving limiters. [WIP] Ex. 41: DG advection with bounds-preserving limiters. May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants