Revision 5488f32d29f752c4d9146f5829988f0d298ae98d authored by Tao Du on 24 August 2020, 05:37:42 UTC, committed by Tao Du on 24 August 2020, 05:37:42 UTC
1 parent a3a2cdb
Raw File
README.md
# diff_stokes_flow
Code for the Siggraph Asia 2020 paper **Functional Optimization of Fluidic Devices with Differentiable Stokes Flow**.

## Recommended Systems
- Ubuntu 18.04
- (Mini)conda 4.7.12 or higher

## Installation
```
git clone --recursive https://github.com/mit-gfx/diff_stokes_flow.git
cd diff_stokes_flow
conda env create -f environment.yml
conda activate diff_stokes_flow
./install.sh
```

## Examples
- `refinement`;
back to top