README (411B)
1 # Schlieren and contour images 2 3 Computes schlieren and contour images from 2D or 3D simulation data. Uniform 4 input data is 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]