Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 255 Bytes

hex2tet

function to convert a list of hexahedra into a mmg tet mesh

Compilation

  1. you have to install mmg platform : see http://www.mmgtools.org

  2. cd hex2tet
    mkdir build
    cd build
    cmake ..
    make