Skip to content

Commit 976d4c7

Browse files
authored
Prepare 0.4.1 release (#930)
1 parent 12d30e6 commit 976d4c7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ used in the Julia ecosystem. Notable changes will be documented in this file for
99
### Features
1010

1111
- Added an incompressible SPH solver `ImplicitIncompressibleSPHSystem` (#751).
12+
- Added `SplitIntegrationCallback` to integrate the `TotalLagrangianSPHSystem`s
13+
in a `Semidiscretization` separately from the other systems (#794).
1214

15+
### Important Bugfixes
1316

17+
- Fixed `kernel_grad` threshold with single precision and small particle spacing (#913).
18+
- Fixed error with `UpdateCallback` when `SaveSolutionCallback` comes first in the
19+
`CallbackSet` (#924).
20+
- Fixed error when using shifting techniques without `UpdateCallback` (#925).
21+
- Updated program flow diagram (#917).
1422

1523
## Version 0.4
1624

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TrixiParticles"
22
uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a"
33
authors = ["erik.faulhaber <[email protected]>"]
4-
version = "0.4.1-dev"
4+
version = "0.4.1"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ It offers intuitive configuration, robust pre- and post-processing, and vendor-a
2828

2929
## Features
3030
- Incompressible Navier-Stokes
31-
- Methods: Weakly Compressible Smoothed Particle Hydrodynamics (WCSPH), Entropically Damped Artificial Compressibility (EDAC)
31+
- Methods: Weakly Compressible Smoothed Particle Hydrodynamics (WCSPH),
32+
Entropically Damped Artificial Compressibility (EDAC),
33+
Implicit Incompressible SPH (IISPH)
3234
- Models: Surface Tension, Open Boundaries
3335
- Solid-body mechanics
3436
- Methods: Total Lagrangian SPH (TLSPH), Discrete Element Method (DEM)

0 commit comments

Comments
 (0)