File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ used in the Julia ecosystem. Notable changes will be documented in this file for
1313- The example files are now loading sub-packages of OrdinaryDiffEq.jl instead of
1414 OrdinaryDiffEq.jl itself. For example, ` using OrdinaryDiffEqLowStorageRK ` instead of
1515 ` using OrdinaryDiffEq ` (#1154 ).
16- - ` DensityDiffusionAntuono ` now only takes only one kwarg ` delta ` (#1142 ).
16+ - ` DensityDiffusionAntuono ` now only has the kwarg ` delta ` and no positional
17+ arguments (#1142 ).
1718- Return type of ` vtk2trixi ` changed to ` NamedTuple ` including an optional
1819 ` :initial_condition ` field if ` create_initial_condition=true ` is passed (#959 ).
1920- Public system constructors now use keyword arguments for configuration values.
@@ -71,6 +72,18 @@ BoundaryDEMSystem(ic; normal_stiffness)
7172 See [ #1131 ] ( https://github.com/trixi-framework/TrixiParticles.jl/issues/1131 )
7273 for a detailed breakdown including benchmark results.
7374
75+ ### Features
76+
77+ - Added a ` SortingCallback ` that can be used to sort particles by their spatial location
78+ to improve performance (#1044 ).
79+
80+ ### Important Bugfixes
81+
82+ - Fixed a bug where ` DensityDiffusionAntuono ` could not be used together with open
83+ boundaries and ` BoundaryModelDynamicalPressureZhang ` (#1043 ).
84+ - Fixed a bug where no-slip boundary conditions were not applied correctly when not using
85+ ` ViscosityAdami ` (#1089 ).
86+
7487## Version 0.4.4
7588
7689### API Changes
Original file line number Diff line number Diff line change 11name = " TrixiParticles"
22uuid = " 66699cd8-9c01-4e9d-a059-b96c86d16b3a"
3- version = " 0.4.5-dev "
3+ version = " 0.5 "
44authors = [" erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>" ]
55
66[deps ]
You can’t perform that action at this time.
0 commit comments