Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 251 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 251 Bytes

ShapeAnalyzer

A Flexible Tool for 3D Shape Analysis

Compilation instructions

Dependencies

  • VTK (>= 6.1.0)
  • Qt (>= 5)
  • PETSc
  • SLEPc

Compiling

mkdir build
cd build
cmake ..
make