Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 410 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 410 Bytes

TVD-RK with Adaptive Mesh Refinement (AMR)

Contains test code to demonstrate TOTAL VARIATION DIMINISHING RUNGE-KUTTA SCHEMES

The following dependencies must be available on your system:

git clone https://github.com/gdeskos/AMR-GVOF.git
cd TVD-RK
mkdir build
cd build
cmake ..
make -j 4

Usage

mpiexec -np <NPROCS> tvd_rk <input_file>