crawforddoran / quartet

A tetrahedral mesh generator that does isosurface stuffing with an acute tetrahedral tile.
ISC License
144 stars 33 forks source link

CMake and VTK support #4

Open giraldeau opened 1 month ago

giraldeau commented 1 month ago

Add basic CMakeFile to compile both quartet and the viewer. ParaView cannot read the generated .tet file, such that I also added a basic VTK output. Now, the output format is selected automatically according to the output file extension, so both are supported.