We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48eeef commit 31940f4Copy full SHA for 31940f4
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
The following changes are present in the `main` branch of the repository and are not yet part of a release:
4
5
- - No major changes since last release
+ - CLI: Make new spatial decomposition available in CLI with `--subdomain-grid=on`
6
+ - Lib: Implement new spatial decomposition based on a regular grid of subdomains, subdomains are dense marching cubes grids
7
+ - Lib: Support for reading and writing PLY meshes
8
+ - CLI: Support for filtering input particles using an AABB with `--particle-aabb-min`/`--particle-aabb-max`
9
+ - CLI: Support for clamping the triangle mesh using an AABB with `--mesh-aabb-min`/`--mesh-aabb-max`
10
11
## Version 0.9.3
12
0 commit comments