Solve 1D transport with moving boundary, but with a fixed frame of reference to demonstrate how the level set method works
Install Nix using these instuctions and this. Once you have a working installation of Nix use,
$ nix-shell --pure
[nix-shell]$ python main.py
to run it.
Get Conda and then
$ conda env create -f environment.yml
$ conda activate transport-1D
(transport-1D)$ python main.py