Skip to content

Releases: SFCMM/GridGenerator

V0.0.3

25 Sep 19:20

Choose a tag to compare

V0.0.3 Pre-release
Pre-release

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

25 Sep 19:20

Choose a tag to compare

V0.0.2 Pre-release
Pre-release

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.

V0.0.1

25 Sep 19:18

Choose a tag to compare

V0.0.1 Pre-release
Pre-release
  • Generate basic uniform grid
  • Write out as ASCII Point file