forked from DanielDoehring/Trixi.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Lax-Friedrichs-type entropy-stable dissipation operator and its…
… specialization for multi-ion MHD (trixi-framework#2204) * Added entropy-stable dissipation operator and specialization for multi-ion MHD * Improved commits * Update examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Improved comments, reerote test path and reverted real type for multi-ion MHD initial condition to eltype(x) * Update src/equations/ideal_glm_mhd_multiion.jl Co-authored-by: Andrew Winters <[email protected]> * Improved comments * Update src/equations/ideal_glm_mhd_multiion.jl Co-authored-by: Andrew Winters <[email protected]> * Apply suggestions from code review Co-authored-by: Daniel Doehring <[email protected]> * Renamed DissipationEntropyStable to DissipationLaxFriedrichsEntropyVariables * Correct docstring and comment * Update README.md * Update src/equations/ideal_glm_mhd_multiion.jl Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Apply suggestions from code review Co-authored-by: Joshua Lampert <[email protected]> --------- Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Andrew Winters <[email protected]> Co-authored-by: Daniel Doehring <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]> Co-authored-by: Joshua Lampert <[email protected]>
- Loading branch information
1 parent
d01e4a7
commit 1f31fd4
Showing
8 changed files
with
312 additions
and
5 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.