You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use VectorOfArray in wrap_array for DGMulti solvers (#2150)
* 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 <[email protected]>
* 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 <[email protected]>
* Update test/test_parabolic_3d.jl
Co-authored-by: Joshua Lampert <[email protected]>
* 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 <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>
0 commit comments