update readme
This commit is contained in:
30
README.md
30
README.md
@@ -0,0 +1,30 @@
|
||||
### 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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user