libtin/README.md

31 lines
354 B
Markdown
Raw Normal View History

2021-09-16 09:28:49 +08:00
### Generation of a Triangular Irregular Network (TIN) from a dense DEM grid
<img src="topo_TIN_err1e0.png" alt="topo_TIN_err1e0" style="zoom:24%;" />
#### Compile
```shell
g++ demo.cpp
```
#### Run demo
```shell
./a.out
```
#### Visualization
##### macOS
```shell
open -a Gmsh topo_TIN.msh
```
##### Linux/Unix
```shell
gmsh topo_TIN.msh
```