Skip to content

Commit de0d1b4

Browse files
committed
Update readme and changelog
1 parent f426a04 commit de0d1b4

File tree

6 files changed

+296
-68
lines changed

6 files changed

+296
-68
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
The following changes are present in the `main` branch of the repository and are not yet part of a release:
44

5-
- Lib: Implement new spatial decomposition based on a regular grid of subdomains, subdomains are dense marching cubes grids
5+
- N/A
6+
7+
## Version 0.10.0
8+
9+
This release implements ["Weighted Laplacian Smoothing for Surface Reconstruction of Particle-based Fluids" (Löschner, Böttcher, Jeske, Bender; 2023)](https://animation.rwth-aachen.de/publication/0583/), mesh cleanup based on ["Mesh Displacement: An Improved Contouring Method for Trivariate Data" (Moore, Warren; 1991)](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.49.5214&rep=rep1&type=pdf) and a new, more efficient domain decomposition (see README.md for more details).
10+
11+
- Lib: Implement new spatial decomposition based on a regular grid of subdomains (subdomains are dense marching cubes grids)
612
- CLI: Make new spatial decomposition available in CLI with `--subdomain-grid=on`
713
- Lib: Implement weighted Laplacian smoothing to remove bumps from surfaces according to paper "Weighted Laplacian Smoothing for Surface Reconstruction of Particle-based Fluids" (Löschner, Böttcher, Jeske, Bender 2023)
814
- CLI: Add arguments to enable and control weighted Laplacian smoothing `--mesh-smoothing-iters=...`, `--mesh-smoothing-weights=on` etc.

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Visit https://bit.ly/cffinit to generate yours today!
33

44
cff-version: 1.2.0
5-
title: splashsurf
5+
title: '"splashsurf" Surface Reconstruction Software'
66
message: >-
77
If you use this software in your work, please consider
88
citing it using these metadata.
@@ -12,10 +12,10 @@ authors:
1212
given-names: Fabian
1313
affiliation: RWTH Aachen University
1414
orcid: 'https://orcid.org/0000-0001-6818-2953'
15-
url: 'https://www.floeschner.de/splashsurf'
15+
url: 'https://splashsurf.physics-simulation.org'
1616
abstract: >-
1717
Splashsurf is a surface reconstruction tool and framework
1818
for reconstructing surfaces from particle data.
1919
license: MIT
20-
version: 0.9.1
21-
date-released: '2023-04-19'
20+
version: 0.10.0
21+
date-released: '2023-09-25'

0 commit comments

Comments
 (0)