Releases: SFCMM/GridGenerator
Releases · SFCMM/GridGenerator
V0.0.3
Features
- Define bodies of multiple geometries
- Open STL files.
Usability
- set filenames and paths
- bench command
- simple boundary refinement
IO
- Write out VTK Point file (Binary).
Performance
- initial openMP parallelisation
Bugs
- multiple geometries of same type not possible
Documentation
- added details of the currently available commandline options
Refactoring
- split out common functionality into common lib
- log.h
- timer.h
- merge cell properties
V0.0.2
Features
- Add analytical geometries cube, box and sphere.
- Define geometries as inside or outside
Buildsystem
- Add Cmake presets
Testing
- Run unit test from CI.
- Build CI Pipeline from presets
Usability
- Add configuration options for geometries.
- Calculate bounding box
- Make output filter settable
- Additional output geometry
IO
- Write out VTK Point file
Performance
- Increase IO buffer size to 64kb.
Bugs
Documentation
- Add option to generate initial doxygen documentation.