Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 454 Bytes

Base Complex sheets extraction for hex meshes

Building

  • Clone the repository in local machine
  • cd into repo folder
  • mkdir Release
  • cd Release
  • ccmake .. (install any required dependencies reportded by cmake)
  • make

To run the programs, /path/to/repo/Release/apps/program_name e.g /Documents/CotrikMesh/Release/apps/ExtractSheetDecompositions. The program path is followed by an input file which should be hexahedral mesh with .vtk format.