source: anuga_core/source/anuga/swamp.tsh @ 5571

Last change on this file since 5571 was 5571, checked in by bridgette, 16 years ago
File size: 1.2 KB
Line 
10 0 # <# of verts> <# of vert attributes>, next lines <vertex #> <x> <y> [attributes] ...Triangulation Vertices...
2# attribute column titles ...Triangulation Vertex Titles...
30 # <# of triangles>, next lines <triangle #> [<vertex #>] [<neigbouring triangle #>] [attribute of region] ...Triangulation Triangles...
40 # <# of segments>, next lines <segment #> <vertex #>  <vertex #> [boundary tag] ...Triangulation Segments...
511 0 # <# of verts> <# of vert attributes>, next lines <vertex #> <x> <y> [attributes] ...Mesh Vertices...
60 0.0 0.0
71 0.0 40.0
82 40.0 40.0
93 40.0 0.0
104 10.0 10.0
115 11.0 10.0
126 11.0 11.0
137 10.0 11.0
148 20.0 20.0
159 20.0 30.0
1610 30.0 30.0
1711 # <# of segments>, next lines <segment #> <vertex #>  <vertex #> [boundary tag] ...Mesh Segments...
180 0 1 DSG
191 1 2 DSG
202 2 3 DSG
213 3 0 DSG
224 4 5 DSG
235 5 6 DSG
246 6 7 DSG
257 7 4 DSG
268 8 9 DSG
279 9 10 DSG
2810 10 8 DSG
290 # <# of holes>, next lines <Hole #> <x> <y> ...Mesh Holes...
302 # <# of regions>, next lines <Region #> <x> <y> <tag>...Mesh Regions...
310 10.0000001 10.0000001 swamp
321 20.0000002 29.9999997 coastalp
332 # <# of regions>, next lines <Region #> [Max Area] ...Mesh Regions...
340 -999
351 -999
36#geo reference
37-1
380
390
Note: See TracBrowser for help on using the repository browser.