ASFLIP Demo

This is a python implementation of the ASFLIP advection method (http://yunfei.work/asflip/). We would like to hear from you if you appreciate this work.

Dependencies

This demo depends on the Taichi library (https://taichi.graphics/). You may follow its tutorial for installation, or simply type pip install taichi under a Python 3 environment.

Run the Demo

To run the demo, simply type python pyasflip.py under a Python 3 environment with Taichi library installed.

Press R to reset; Space to pause/start the simulation; Left/Right to switch between advection schemes.

GitHub

https://github.com/nepluno/pyasflip