-
Notifications
You must be signed in to change notification settings - Fork 132
Use VectorOfArray in wrap_array for DGMulti solvers
#2150
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
Merged
Merged
Changes from 85 commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
3b02770
update bound on RecursiveArrayTools to have access to 3.27.3
jlchan 9b21e12
comment out broken precompile statements
jlchan e66bcd9
adding VoA for DGMulti
jlchan 8da6bfa
Apply suggestions from code review
jlchan d997c8f
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan a20dc52
run `Trixi.rhs!` twice to try to avoid excessive allocations
jlchan 781a7d8
bump lower compat of RecursiveArrayTools
jlchan 1d04471
run Trixi.rhs! twice to reduce allocation count
jlchan c10b421
update l2, linf errors
jlchan 88d08a1
Apply suggestions from code review
jlchan 595a75e
Update test/test_dgmulti_2d.jl
jlchan b5c218d
Apply suggestions from code review
jlchan ddc13c3
Apply suggestions from code review
jlchan fea32d2
Merge branch 'jc/wrap_VectorOfArray' of https://github.com/trixi-fram…
jlchan d69dbc7
bump LinearAlgebra lower compat for Downgrade CI
jlchan 823caf1
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan bd16969
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 0ab4c2e
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 7d893f3
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 6277745
Merge remote-tracking branch 'origin/jc/wrap_VectorOfArray' into jc/w…
jlchan 1b700bc
fixing one precompile statement
jlchan 203a77f
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 0a62556
Revert "fixing one precompile statement"
jlchan f39883f
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 13c9c31
Merge branch 'jc/wrap_VectorOfArray' of https://github.com/trixi-fram…
jlchan 8e80b5d
change mu::Float64 to mu::Function in elixir
jlchan 771d95e
update CI
jlchan 3689ebd
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan ed4246f
Formatting suggestions
jlchan 3740464
fix threaded CI test values
jlchan e3a7cd8
bump LinearAlgebra compat to fix threaded_legacy tests
jlchan fd523c8
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 9e4701a
Update test/test_threaded.jl
jlchan aeab87d
unwrap VoA for jacobian computations
jlchan 60e6ecf
unwrap VoA for PlotData1D/PlotData2D
jlchan f5c96da
Update src/semidiscretization/semidiscretization.jl
jlchan de4d78e
Update src/visualization/types.jl
jlchan 9f494c9
Unpack VoA for visualization test
jlchan 181ac56
bump Julia compat and ci.yml to v1.10
jlchan 1a89762
Merge branch 'jc/wrap_VectorOfArray' of https://github.com/trixi-fram…
jlchan 27729cc
Update test/test_visualization.jl
jlchan 025d968
fix VoA in test_visualization
jlchan d7b70a6
Update test/test_dgmulti_3d.jl
jlchan 8481581
Update test/test_dgmulti_3d.jl
jlchan fdf1ff5
uncommenting precompile statement
jlchan 31a85a5
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan ac33292
Merge branch 'main' into jc/wrap_VectorOfArray
ranocha 825485f
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan bed695a
Auto stash before merge of "jc/wrap_VectorOfArray" and "origin/jc/wra…
jlchan dc96351
removing IfElse.jl from Project.toml (why did I add this?)
jlchan f52fc6b
mark allocation tests as broken for now
jlchan 89e5657
mark allocation tests as broken for now
jlchan fdbf134
Merge remote-tracking branch 'origin/jc/wrap_VectorOfArray' into jc/w…
jlchan 0f3183b
update dgmulti tests
jlchan 7ad3729
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 5dc5722
Merge branch 'main' into jc/wrap_VectorOfArray
JoshuaLampert e02238e
remove @test_broken for passing tests
jlchan 2de33ee
update DGMulti FDSBP 3D CI values
jlchan 10219d7
update parabolic dispatch
jlchan 2a68258
update parabolic dispatch
jlchan 000794f
Merge branch 'jc/wrap_VectorOfArray' of https://github.com/trixi-fram…
jlchan cc3c532
Apply suggestions from code review
jlchan aaa0947
Remove additional Trixi.rhs! call in tests
JoshuaLampert 72f958b
Reduce number of allowed allocations
JoshuaLampert 92d8bc4
remove additional Trixi.rhs! calls and reduce number of allowed alloc…
JoshuaLampert fad0e11
remove more Trixi.rhs! calls
JoshuaLampert 33e18d9
format
JoshuaLampert 96b112b
clean up parabolic rhs test
jlchan 5b85a9b
Merge branch 'jc/wrap_VectorOfArray' of https://github.com/trixi-fram…
jlchan d91af5f
Merge branch 'main' into jc/wrap_VectorOfArray
jlchan 7114f3d
Update test/test_parabolic_2d.jl
jlchan 0bcdc6b
Update test/test_dgmulti_1d.jl
jlchan 0955a25
use CFL based time stepping to fix positivity issue
JoshuaLampert 768ef25
Merge branch 'main' into jc/wrap_VectorOfArray
JoshuaLampert 9cf54fc
format
JoshuaLampert 11bb917
fix docs
JoshuaLampert 898592f
fix test values (use the ones I get locally)
JoshuaLampert 4cd807f
Keep mu as a constant instead of a function
JoshuaLampert 1ac1d41
try to fix precompiling of summary callback
JoshuaLampert e38c127
fix precompile
JoshuaLampert 83c2892
try compat "1" for LinearAlgebra
JoshuaLampert a0d96af
revert precompile stuff
JoshuaLampert ea0f41f
remove #= FIXME comments
jlchan 1d320f9
Update test/test_parabolic_3d.jl
jlchan a572bcb
Update test/test_parabolic_3d.jl
jlchan 536f6a7
add news and bump dev version
ranocha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking PR since we changed documented behavior. I will mark it accordingly and take care of it.