Harmonic triangulations

SIGGRAPH 2019


Reviews

Information

  • Paper topic: Geometry
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 2
  • Software language: C++
  • License:
  • Build mechanism: none just a compilation line in the README
  • Dependencies: CGAL, GMP, CLI11
  • 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): 20min

Source code information

Comments

The zip file contains a single c++ and a README with a g++ command line instruction. To avoid build issues (the given command line does not work on my macOS Catalina), I have created a small CMakeLists.txt (after renaming the harm_simple.cp to harm_simple.cpp): 

project(harmonic)
find_package(CGAL REQUIRED COMPONENTS Core)
add_executable(harm_simple harm_simple.cpp)
target_link_libraries(harm_simple CGAL::CGAL  CGAL::CGAL_Core)

 Once compiled, I was able to produce some optimized tetrahedral meshes but I was not able to check the results (the tetview viewer does not work anymore on macOS Catalina).

If you want to contribute with another review, please follow these instructions.

Please consider to cut/paste/edit the raw JSON data attached to this paper.