Skip to content

[tools] Create Tetgen Smesh from Rasters

Julian Heinze requested to merge heinzej/ogs:tetgen into master

A new tool is implemented: createTetgenSmeshFromRasters. Now it is possible to write a surface mesh and multiple layers to a boundary representation/(tetgen-)smesh. This allows to create a 3D mesh with tetgen, when the *.smesh is given as input to tetgen (e.g, bin/tetgen -p -k -q *.smesh)

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented? ToDo, will be an upcoming MR.
Edited by Julian Heinze

Merge request reports