-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hll 2 wave improvements non breaking (#1561)
* Add Classical and Naive HLL 2 Wave solver to classic Hyperbolic PDEs * Format Code * HLLE wave speeds for SWE * Fix typos * Update tests for HLL * Unit test 1D MHD HLL, HLLE * Add example for classical HLL 2 wave * remove plots * Use lowercase for flux * Use einfeldt for mhd * Use hlle for mhd tets * Missing comma causes failing tests * Correct bug in SWE 2D Roe eigval comp, unit tests * format * Revert "format" This reverts commit 047a5e7. * format equations * Add unit tests for HLL naive * Revert default hll flux * Rename min_max_speed to min_max_speed_davis and reduce documentation * Update src/equations/shallow_water_1d.jl: Comments Co-authored-by: Hendrik Ranocha <[email protected]> * Add published resource for Roe averages for SWE * Add tests for rotation * Remove breaking portionv from PR * fix copy paste error * Lowercase davis * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/numerical_fluxes.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update test/test_tree_2d_mhd.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/ideal_glm_mhd_1d.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/ideal_glm_mhd_2d.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update src/equations/ideal_glm_mhd_3d.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Update test/test_tree_3d_mhd.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Remove hll_davis test * Split consistency checks * Try to resolve conflict with 5ff677c * Add tests * More tests --------- Co-authored-by: Hendrik Ranocha <[email protected]>
- Loading branch information
1 parent
42732db
commit a191e39
Showing
21 changed files
with
946 additions
and
31 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
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.