polaroid-pp

Schlieren and contour plot tool
git clone https://git.0xfab.ch/polaroid-pp.git
Log | Files | Refs | Submodules | README | LICENSE

commit 090ce397edbd18cf6d89fcb370bae6ef58920bf0
parent f5357d991b7a1597f807df171a01cb4c3995445e
Author: Fabian Wermelinger <fab4100@posteo.net>
Date:   Fri, 26 Jul 2024 15:39:35 +0200

Add README file

Diffstat:
AREADME | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,17 @@ +# Schlieren and contour images + +Computes schlieren and contour images from 2D or 3D simulation data. Uniform +input data is read from HDF5 file or custom wavelet compressed data (optional). + + +# Build and install + +Options can be configured in `Makefile.config` and built using `make`. + + +# Dependencies + +* MPI +* OpenMP +* HDF5 +* fpzip/zfp (https://computing.llnl.gov/projects/floating-point-compression) [optional]