Raw File
# demo of precomputing multigrid hierarchy

```
mkdir build
cd build
cmake ..
make -j8
```

run code via
```
./main_bin
```
back to top