Singularity-constrained octahedral fields for hexahedral meshing

SIGGRAPH 2018


Reviews

Information

  • Paper topic: Geometry
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 2
  • Software language: c++
  • License: GPLv3
  • Build mechanism: cmake
  • Dependencies: OpenVolumeMesh, GMM, Eigen (included during cmake)
  • Documentation score {0,1,2}: 1
  • Reviewer: David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 30min

Source code information

Comments

Easy build from the building instructions. The example works perfectly from the provdied input file (the project page also contains additional input data). The software outputs an openvolumemesh file (.ovmn ascii file) which can be seen using OpenFlipper https://www.graphics.rwth-aachen.de/software/openflipper/. Using this tool, I was able to visualize a tetrahedrization of the input geometry but not the hexahedral one.

Comment from the Disqus: I think the code output the frames as rotation matrices. Getting the hexahedral mesh is not part of the project.