source:
storm_surge/pyvolution/new_trianlge.tsh
@
907
Last change on this file since 907 was 1, checked in by duncan, 20 years ago | |
---|---|
File size: 395 bytes |
Line | |
---|---|
1 | 3 2 # <vertex #> <x> <y> [attributes] ...Triangulation Vertices... |
2 | 0 0.0 0.0 0.0 0.0 |
3 | 1 0.0 5.0 5.0 10.0 |
4 | 2 5.0 0.0 5.0 10.0 |
5 | 1 # <triangle #> [<vertex #>] [<neigbouring triangle #>] [attribute of region] ...Triangulation Triangles... |
6 | 0 0 2 1 -1 -1 -1 |
7 | 3 # <segment #> <vertex #> <vertex #> [boundary marker] ...Triangulation Segments... |
8 | 0 0 1 external |
9 | 1 2 0 external |
10 | 2 1 2 external |
Note: See TracBrowser
for help on using the repository browser.