Last change
on this file since 333 was
328,
checked in by duncan, 20 years ago
|
adding reading .tsh files to smoothing
|
File size:
656 bytes
|
Line | |
---|
1 | 3 0 # <vertex #> <x> <y> [attributes] ...Triangulation Vertices... |
---|
2 | 0 0.0 0.0 |
---|
3 | 1 0.0 5.0 |
---|
4 | 2 5.0 0.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 |
---|
11 | 3 0 # <vertex #> <x> <y> [attributes] ...Mesh Vertices... |
---|
12 | 0 0.0 0.0 |
---|
13 | 1 0.0 5.0 |
---|
14 | 2 5.0 0.0 |
---|
15 | 3 # <segment #> <vertex #> <vertex #> [boundary marker] ...Mesh Segments... |
---|
16 | 0 0 1 |
---|
17 | 1 0 2 |
---|
18 | 2 1 2 |
---|
19 | 0 # <Hole #> <x> <y> ...Mesh Holes... |
---|
20 | 0 # <Region #> <x> <y> <tag>...Mesh Regions... |
---|
Note: See
TracBrowser
for help on using the repository browser.