-
Notifications
You must be signed in to change notification settings - Fork 20
Refactor SPH system initialization to use keyword arguments #1144
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
efaulhaber
merged 64 commits into
trixi-framework:dev
from
svchb:api/unify-fluid-constructors
Apr 28, 2026
Merged
Changes from 5 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
03807a2
Refactor SPH system initialization to use keyword arguments
svchb 0707dc4
Merge branch 'dev' into api/unify-fluid-constructors
svchb be971d9
fix test
svchb e63edb9
Update docs/literate/src/tut_setup.jl
svchb ac5bdfd
Merge branch 'dev' into api/unify-fluid-constructors
svchb b88cae3
remove unneeded named arguments
svchb 664e602
more fixes
svchb 927fcdd
Refactor constructors to use keyword arguments for DEM and SPH systems
svchb d30cb69
Refactor constructors in DEM, SPH, and TotalLagrangian systems to use…
svchb 7526800
fix tests
svchb 5148a1d
Merge branch 'dev' into api/unify-fluid-constructors
svchb da12eb9
better fix for included parameters
svchb 0cf74ae
another pass to reduce unreqed named args
svchb c8ddbf0
even more unreq named keyword use
svchb e0c6124
format
svchb d7eafc2
typo
svchb c979bce
fix tests
svchb c8ead74
fix tests
svchb 6968828
fix tests
svchb c699853
fix tests
svchb ae2c7b0
format
svchb 2170226
Merge branch 'api/unify-fluid-constructors' of https://github.com/svc…
svchb b6b01fe
format
svchb 1ddba07
fix
svchb 9ff9e82
format
svchb 08e2a86
Apply suggestion from @efaulhaber
svchb d03a88c
Update examples/fluid/dam_break_oil_film_2d.jl
svchb b14fe41
Update examples/fluid/falling_water_spheres_2d.jl
svchb d941a56
Update examples/fluid/falling_water_spheres_2d.jl
svchb bfd5087
Update test/systems/tlsph_system.jl
svchb 7851285
Update test/systems/tlsph_system.jl
svchb 6c31252
Update test/systems/edac_system.jl
svchb 104980b
Update test/schemes/structure/total_lagrangian_sph/rhs.jl
svchb ce4d33c
Update examples/fluid/poiseuille_flow_3d.jl
svchb de04134
Update examples/fsi/dam_break_gate_2d.jl
svchb c6455de
Update examples/fsi/dam_break_plate_2d.jl
svchb 75b4076
Update examples/fsi/hydrostatic_water_column_2d.jl
svchb ab8d1bc
Update examples/structure/oscillating_beam_2d.jl
svchb 556bd94
Update src/schemes/boundary/dem_boundary/system.jl
svchb ec946f8
Update src/schemes/fluid/entropically_damped_sph/system.jl
svchb efe949b
Update src/schemes/fluid/implicit_incompressible_sph/system.jl
svchb 00b2f1f
Update src/schemes/fluid/weakly_compressible_sph/system.jl
svchb 3d0e81b
Update src/schemes/structure/discrete_element_method/system.jl
svchb 265b562
Update test/general/custom_quantities.jl
svchb 7aa8654
Update test/general/interpolation.jl
svchb 9832bee
Update test/general/interpolation.jl
svchb 1ae0b3f
Update test/schemes/boundary/dummy_particles/rhs.jl
svchb 4c5ad19
Update test/schemes/fluid/rhs.jl
svchb 687698c
Update test/schemes/boundary/dummy_particles/dummy_particles.jl
svchb 2144c9b
Update test/schemes/boundary/dummy_particles/dummy_particles.jl
svchb 46ece3a
fix doc strings
svchb 2196584
Merge branch 'api/unify-fluid-constructors' of github.com:svchb/Trixi…
svchb ea41299
review
svchb 27278c0
format
svchb cf51f6a
Merge remote-tracking branch 'upstream/dev' into api/unify-fluid-cons…
svchb cb2a640
fix test
svchb df825a0
fix NEWS.md
svchb 297e6e6
add news section
svchb 79f701f
Update src/schemes/fluid/implicit_incompressible_sph/system.jl
svchb 188f4fa
review comments
svchb 74f02b6
Merge branch 'api/unify-fluid-constructors' of github.com:svchb/Trixi…
svchb 3ca4955
Update NEWS.md
svchb 9277de1
Update NEWS.md
svchb 91e054c
Merge branch 'dev' into api/unify-fluid-constructors
efaulhaber 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
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.
Uh oh!
There was an error while loading. Please reload this page.