Contains test code to demonstrate standard Geometric volume-of-fluid techniques, such as the Piecewise linear interface calculation (PLIC) technique and its combination with AMR
The following dependencies must be available on your system:
git clone https://github.com/gdeskos/AMR-GVOF.git
cd AMR-GVOF
mkdir build
cd build
cmake ..
make -j 4
mpiexec -np <NPROCS> amr_gvof <input_file>