forked from johannesgerer/jburkardt-f
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcube_output.txt
47 lines (31 loc) · 1.01 KB
/
cube_output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
17 January 2007 7:59:52.486 AM
TET_MESH_TET_NEIGHBORS:
FORTRAN90 version:
Read a tet mesh dataset of TETRA_NUM
tetrahedrons, using 4 or 10 nodes.
Compute tet mesh neighbors and write this
information to a file
Read the header of "cube_tetras.txt".
Tetrahedron order = 4
Number of tetras = 6
Read the data in "cube_tetras.txt".
First 5 tetrahedrons:
Row 1 2 3 4
Col
1 4 3 5 1
2 4 2 5 1
3 4 7 3 5
4 4 7 8 5
5 4 6 2 5
First 5 neighbor sets:
Row 1 2 3 4
Col
1 -1 2 -1 3
2 -1 1 -1 5
3 -1 1 4 -1
4 -1 6 3 -1
5 -1 2 6 -1
Wrote the tetrahedron neighbor information to "cube_tetras.neighbors.txt".
TET_MESH_TET_NEIGHBORS:
Normal end of execution.
17 January 2007 7:59:52.497 AM