Skip to content

Commit

Permalink
implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Aug 2, 2024
1 parent 7a87141 commit eb4edbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TrixiParticles.jl follows the interpretation of [semantic versioning (semver)](h
used in the Julia ecosystem. Notable changes will be documented in this file for human readability.
We aim at 3 to 4 month between major release versions and about 2 weeks between minor versions.

## Version 0.2.1
## Version 0.3.x

### Highlights

Expand All @@ -15,7 +15,10 @@ Particle sampling for complex geometries from `.stl` and `.asc` files.

### Deprecated

## Version 0.2.0
## Version 0.2.1

### Highlights
Particle sampling for complex geometries from `.stl` and `.asc` files.

### Removed
- Use of the internal neighborhood search has been removed and replaced with PointNeighbors.jl.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Its features include:
- Solid-body mechanics
- Methods: Total Lagrangian SPH (TLSPH), Discrete Element Method (DEM)
- Fluid-Structure Interaction
- Preprocess complex shapes: Support for STL geometries
- Preprocess complex shapes
- support for STL geometries
- Output formats:
- VTK

Expand Down

0 comments on commit eb4edbd

Please sign in to comment.