README (391B)
1 # Iso-surface extraction 2 3 Iso-surface extraction using marching cube algorithm. Uniform input data is 4 read from HDF5 file or custom wavelet compressed data (optional). 5 6 7 # Build and install 8 9 Options can be configured in `Makefile.config` and built using `make`. 10 11 12 # Dependencies 13 14 * MPI 15 * OpenMP 16 * HDF5 17 * fpzip/zfp (https://computing.llnl.gov/projects/floating-point-compression) [optional]