# coordinates x and y
# new format of keys
# unstructured data
-
TITLE = "quad Mesh File"
VARIABLES = "X", "Y"
ZONE T="Zone-4" N=8 E=4 C=BLACK DATAPACKING=POINT ZONETYPE=FEQUADRILATERAL
-# coordinates to use: x and z
+# coordinates to use: x and y
# old format of keys
# unstructured data, point format
TITLE = "quad Mesh File"
ZONE T="Zone-4" N= 8 E=4 C=BLACK F=FEPOINT
DT=(SINGLE SINGLE SINGLE )
1 0 0
-0 0 1
+0 1 0
-1 0 0
-0 0 -1
+0 -1 0
2 0 0
-0 0 2
+0 2 0
-2 0 0
-0 0 -2
+0 -2 0
1 5 6 2
2 6 7 3
# coordinates x and y
# new format of keys
# structured data (duplicated vertices), block format
-
TITLE = "quad Mesh File"
VARIABLES = "X", "Y"
ZONE T="Zone-4" I=5 J=2 C=BLACK DATAPACKING=BLOCK ZONETYPE=ORDERED
-# coordinates to use: x and z
+# coordinates to use: x and y
# old format of keys
# unstructured data, block format
TITLE = "quad Mesh File"
DT=(SINGLE SINGLE SINGLE )
1 0 -1 0
2 0 -2 0
-0 0 0 0 0 0 0 0
-0 1 0 -1
-0 2 0 -2
+0 1 0 -1 0 2 0 -2
+0 0 0
+0 0 0 0 0
1 5 6 2
2 6 7 3
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams