-
Notifications
You must be signed in to change notification settings - Fork 135
Lower-Bound/Positivity-Preserving Limiter of Rueda-Ramirez & Gassner (1D) #2638
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
base: main
Are you sure you want to change the base?
Lower-Bound/Positivity-Preserving Limiter of Rueda-Ramirez & Gassner (1D) #2638
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
|
What is the status of this PR - waiting for a review (by @amrueda)? |
Right 👍 |
…ng/Trixi.jl into PosPresLimiterRRG_1D_no_Doc
…ng/Trixi.jl into PosPresLimiterRRG_1D_no_Doc
…ng/Trixi.jl into PosPresLimiterRRG_1D_no_Doc
…ng/Trixi.jl into PosPresLimiterRRG_1D_no_Doc
Supersedes #1040
Aims to address #35 (as far as I understand). Will close that issue once the 3D version is merged.
Currently limited to
Trixi.jl/src/time_integration/methods_SSP.jl
Lines 23 to 28 in 413d75f
due to the easy revert of the DG update:
Trixi.jl/src/time_integration/methods_SSP.jl
Lines 190 to 194 in 413d75f
this is the place that would need to get adapted if SSP integrators from OrdinaryDiffEq.jl would be used.
Since these methods already dispatch on
integrator, extension should be easily possible.Documentation will follow together with the 2D version