-
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.
* update bound on RecursiveArrayTools to have access to 3.27.3 d * comment out broken precompile statements * adding VoA for DGMulti * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * run `Trixi.rhs!` twice to try to avoid excessive allocations * bump lower compat of RecursiveArrayTools * run Trixi.rhs! twice to reduce allocation count * update l2, linf errors * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update test/test_dgmulti_2d.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Update test/test_dgmulti_2d.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * bump LinearAlgebra lower compat for Downgrade CI * fixing one precompile statement * Revert "fixing one precompile statement" This reverts commit 1b700bc. * change mu::Float64 to mu::Function in elixir * update CI * Formatting suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix threaded CI test values * bump LinearAlgebra compat to fix threaded_legacy tests * Update test/test_threaded.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * unwrap VoA for jacobian computations * unwrap VoA for PlotData1D/PlotData2D * Update src/semidiscretization/semidiscretization.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/visualization/types.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Unpack VoA for visualization test * bump Julia compat and ci.yml to v1.10 * Update test/test_visualization.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix VoA in test_visualization * Update test/test_dgmulti_3d.jl * Update test/test_dgmulti_3d.jl * uncommenting precompile statement * Auto stash before merge of "jc/wrap_VectorOfArray" and "origin/jc/wrap_VectorOfArray" * removing IfElse.jl from Project.toml (why did I add this?) * mark allocation tests as broken for now * mark allocation tests as broken for now mark all 1D allocated tests as broken for now * update dgmulti tests * remove @test_broken for passing tests * update DGMulti FDSBP 3D CI values * update parabolic dispatch * update parabolic dispatch update parabolic dispatch * Apply suggestions from code review Formatting Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Remove additional Trixi.rhs! call in tests * Reduce number of allowed allocations * remove additional Trixi.rhs! calls and reduce number of allowed allocations * remove more Trixi.rhs! calls * format * clean up parabolic rhs test * Update test/test_parabolic_2d.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update test/test_dgmulti_1d.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> * use CFL based time stepping to fix positivity issue * format * fix docs * fix test values (use the ones I get locally) * Keep mu as a constant instead of a function * try to fix precompiling of summary callback * fix precompile * try compat "1" for LinearAlgebra * revert precompile stuff * remove #= FIXME comments * Update test/test_parabolic_3d.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> * Update test/test_parabolic_3d.jl Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> * add news and bump dev version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com> Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
- Loading branch information
1 parent
d107764
commit 9f2a5be
Showing
16 changed files
with
348 additions
and
284 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
Oops, something went wrong.