forked from trixi-framework/Trixi.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for non nonconservative equations to subcell-limiting #116
Merged
bennibolm
merged 70 commits into
bennibolm:subcell-limiting
from
amrueda:subcell_positivity_nonconservative
Nov 2, 2023
Merged
Add support for non nonconservative equations to subcell-limiting #116
bennibolm
merged 70 commits into
bennibolm:subcell-limiting
from
amrueda:subcell_positivity_nonconservative
Nov 2, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ative systems -> A working version of this implementation is added for the GLM-MHD system -> The flux-differencing formula requires non-conservative terms of the form (local * symmetric)... I modified equations/ideal_glm_mhd_2d.jl and solvers/dgsem_tree/dg_2d.jl to make it work -> In this first implementation, we only use the Powell term and deactivate the GLM term
…2d.jl back to its original state
…he modified Powell source term. This was needed due to incompatibility on non-conforming meshes.
Co-authored-by: Hendrik Ranocha <[email protected]>
…nservative and fixed some conflicts
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. |
Co-authored-by: Benjamin Bolm <[email protected]>
…ation Co-authored-by: Benjamin Bolm <[email protected]>
…d multiple dispatch
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
…vative equations Co-authored-by: Benjamin Bolm <[email protected]>
* Clean branch * Un-Comment * un-comment * test coarsen * remove redundancy * Remove support for passive terms * expand resize * comments * format * Avoid code duplication * Update src/callbacks_step/amr_dg1d.jl Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * comment * comment & format * Try to increase coverage * Slightly more expressive names * Apply suggestions from code review * add specifier for 1d * Structs for resizing parabolic helpers * check if mortars are present * reuse `reinitialize_containers!` * resize calls for parabolic helpers * update analysis callbacks * Velocities for compr euler * Init container * correct copy-paste error * resize each dim * add dispatch * Add AMR for shear layer * USe only amr shear layer * first steps towards p4est parabolic amr * Add tests * remove plots * Format * remove redundant line * platform independent tests * No need for different flux_viscous comps after adding container_viscous to p4est * Laplace 3d * Longer times to allow converage to hit coarsen! * Increase testing of Laplace 3D * Add tests for velocities * remove comment * Add comments * Remove some specializations * Add comments * Use tuple for outer, fixed size datastruct for internal quantities * Format * Add comments * Update examples/tree_2d_dgsem/elixir_navierstokes_shearlayer_amr.jl Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * Update src/Trixi.jl Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * Move velocity into elixir * remove tests * Remove deprecated comments * Add news --------- Co-authored-by: Michael Schlottke-Lakemper <[email protected]> Co-authored-by: Jesse Chan <[email protected]>
* format test * move D_SBP = ... outside of at-test_trixi_include * fix definition of SBP operators in tests (global) * do not indent all test files * fix typo * check formatting of test
…ork#1670) Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Benjamin Bolm <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
bennibolm
approved these changes
Oct 31, 2023
bennibolm
reviewed
Oct 31, 2023
Co-authored-by: Benjamin Bolm <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.