https://github.com/HTDerekLiu/surface_multigrid_code
Revision 2db0fe536639008f7fb083ea001dc581264a4666 authored by eriszhang on 08 August 2021, 02:09:23 UTC, committed by eriszhang on 08 August 2021, 02:09:23 UTC
1 parent d79181f
Raw File
Tip revision: 2db0fe536639008f7fb083ea001dc581264a4666 authored by eriszhang on 08 August 2021, 02:09:23 UTC
remove
Tip revision: 2db0fe5
README.md
# demo of single level successive self-parameterization

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

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