source: storm_surge/pyvolution/new_trianlge.tsh @ 1

Last change on this file since 1 was 1, checked in by duncan, 20 years ago

initial import

File size: 395 bytes
Line 
13 2 # <vertex #> <x> <y> [attributes] ...Triangulation Vertices...
20 0.0 0.0 0.0 0.0
31 0.0 5.0 5.0 10.0
42 5.0 0.0 5.0 10.0
51 # <triangle #> [<vertex #>] [<neigbouring triangle #>] [attribute of region] ...Triangulation Triangles...
60 0 2 1 -1 -1 -1 
73 # <segment #> <vertex #>  <vertex #> [boundary marker] ...Triangulation Segments...
80 0 1 external
91 2 0 external
102 1 2 external
Note: See TracBrowser for help on using the repository browser.