fabiencasenave commited on
Commit
bca32de
·
verified ·
1 Parent(s): ae79a12

Upload constants (memmap + layout)

Browse files
constants/test/constant_schema.yaml ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Base_2_2:
2
+ dtype: int32
3
+ ndim: 1
4
+ Base_2_2/2D_ElastoPlastoDynamics:
5
+ dtype: null
6
+ Base_2_2/2D_ElastoPlastoDynamics_times:
7
+ dtype: null
8
+ Base_2_2/Zone/CellData:
9
+ dtype: null
10
+ Base_2_2/Zone/CellData/GridLocation:
11
+ dtype: string
12
+ ndim: 1
13
+ Base_2_2/Zone/CellData/GridLocation_times:
14
+ dtype: float64
15
+ ndim: 1
16
+ Base_2_2/Zone/CellData_times:
17
+ dtype: null
18
+ Base_2_2/Zone/Elements_TRI_3:
19
+ dtype: int32
20
+ ndim: 1
21
+ Base_2_2/Zone/Elements_TRI_3/ElementConnectivity_times:
22
+ dtype: float64
23
+ ndim: 1
24
+ Base_2_2/Zone/Elements_TRI_3/ElementRange_times:
25
+ dtype: float64
26
+ ndim: 1
27
+ Base_2_2/Zone/Elements_TRI_3_times:
28
+ dtype: float64
29
+ ndim: 1
30
+ Base_2_2/Zone/FamilyName:
31
+ dtype: string
32
+ ndim: 1
33
+ Base_2_2/Zone/FamilyName_times:
34
+ dtype: float64
35
+ ndim: 1
36
+ Base_2_2/Zone/GridCoordinates:
37
+ dtype: null
38
+ Base_2_2/Zone/GridCoordinates/CoordinateX_times:
39
+ dtype: float64
40
+ ndim: 1
41
+ Base_2_2/Zone/GridCoordinates/CoordinateY_times:
42
+ dtype: float64
43
+ ndim: 1
44
+ Base_2_2/Zone/GridCoordinates_times:
45
+ dtype: null
46
+ Base_2_2/Zone/PointData:
47
+ dtype: null
48
+ Base_2_2/Zone/PointData/GridLocation:
49
+ dtype: string
50
+ ndim: 1
51
+ Base_2_2/Zone/PointData/GridLocation_times:
52
+ dtype: float64
53
+ ndim: 1
54
+ Base_2_2/Zone/PointData_times:
55
+ dtype: null
56
+ Base_2_2/Zone/ZoneType:
57
+ dtype: string
58
+ ndim: 1
59
+ Base_2_2/Zone/ZoneType_times:
60
+ dtype: float64
61
+ ndim: 1
62
+ Base_2_2/Zone_times:
63
+ dtype: float64
64
+ ndim: 1
65
+ Base_2_2_times:
66
+ dtype: float64
67
+ ndim: 1
constants/test/data.mmap ADDED
Binary file (8.97 kB). View file
 
constants/test/layout.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Base_2_2": {
3
+ "offset": 0,
4
+ "shape": [
5
+ 2
6
+ ]
7
+ },
8
+ "Base_2_2/2D_ElastoPlastoDynamics": null,
9
+ "Base_2_2/2D_ElastoPlastoDynamics_times": null,
10
+ "Base_2_2/Zone/CellData": null,
11
+ "Base_2_2/Zone/CellData/GridLocation": {
12
+ "offset": 8,
13
+ "shape": [
14
+ 10
15
+ ]
16
+ },
17
+ "Base_2_2/Zone/CellData/GridLocation_times": {
18
+ "offset": 18,
19
+ "shape": [
20
+ 3
21
+ ]
22
+ },
23
+ "Base_2_2/Zone/CellData_times": null,
24
+ "Base_2_2/Zone/Elements_TRI_3": {
25
+ "offset": 42,
26
+ "shape": [
27
+ 2
28
+ ]
29
+ },
30
+ "Base_2_2/Zone/Elements_TRI_3/ElementConnectivity_times": {
31
+ "offset": 50,
32
+ "shape": [
33
+ 123
34
+ ]
35
+ },
36
+ "Base_2_2/Zone/Elements_TRI_3/ElementRange_times": {
37
+ "offset": 1034,
38
+ "shape": [
39
+ 123
40
+ ]
41
+ },
42
+ "Base_2_2/Zone/Elements_TRI_3_times": {
43
+ "offset": 2018,
44
+ "shape": [
45
+ 123
46
+ ]
47
+ },
48
+ "Base_2_2/Zone/FamilyName": {
49
+ "offset": 3002,
50
+ "shape": [
51
+ 23
52
+ ]
53
+ },
54
+ "Base_2_2/Zone/FamilyName_times": {
55
+ "offset": 3025,
56
+ "shape": [
57
+ 123
58
+ ]
59
+ },
60
+ "Base_2_2/Zone/GridCoordinates": null,
61
+ "Base_2_2/Zone/GridCoordinates/CoordinateX_times": {
62
+ "offset": 4009,
63
+ "shape": [
64
+ 123
65
+ ]
66
+ },
67
+ "Base_2_2/Zone/GridCoordinates/CoordinateY_times": {
68
+ "offset": 4993,
69
+ "shape": [
70
+ 123
71
+ ]
72
+ },
73
+ "Base_2_2/Zone/GridCoordinates_times": null,
74
+ "Base_2_2/Zone/PointData": null,
75
+ "Base_2_2/Zone/PointData/GridLocation": {
76
+ "offset": 5977,
77
+ "shape": [
78
+ 6
79
+ ]
80
+ },
81
+ "Base_2_2/Zone/PointData/GridLocation_times": {
82
+ "offset": 5983,
83
+ "shape": [
84
+ 3
85
+ ]
86
+ },
87
+ "Base_2_2/Zone/PointData_times": null,
88
+ "Base_2_2/Zone/ZoneType": {
89
+ "offset": 6007,
90
+ "shape": [
91
+ 12
92
+ ]
93
+ },
94
+ "Base_2_2/Zone/ZoneType_times": {
95
+ "offset": 6019,
96
+ "shape": [
97
+ 123
98
+ ]
99
+ },
100
+ "Base_2_2/Zone_times": {
101
+ "offset": 7003,
102
+ "shape": [
103
+ 123
104
+ ]
105
+ },
106
+ "Base_2_2_times": {
107
+ "offset": 7987,
108
+ "shape": [
109
+ 123
110
+ ]
111
+ }
112
+ }
constants/train/constant_schema.yaml ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Base_2_2:
2
+ dtype: int32
3
+ ndim: 1
4
+ Base_2_2/2D_ElastoPlastoDynamics:
5
+ dtype: null
6
+ Base_2_2/2D_ElastoPlastoDynamics_times:
7
+ dtype: null
8
+ Base_2_2/Zone/CellData:
9
+ dtype: null
10
+ Base_2_2/Zone/CellData/GridLocation:
11
+ dtype: string
12
+ ndim: 1
13
+ Base_2_2/Zone/CellData/GridLocation_times:
14
+ dtype: float64
15
+ ndim: 1
16
+ Base_2_2/Zone/CellData_times:
17
+ dtype: null
18
+ Base_2_2/Zone/Elements_TRI_3:
19
+ dtype: int32
20
+ ndim: 1
21
+ Base_2_2/Zone/Elements_TRI_3/ElementConnectivity_times:
22
+ dtype: float64
23
+ ndim: 1
24
+ Base_2_2/Zone/Elements_TRI_3/ElementRange_times:
25
+ dtype: float64
26
+ ndim: 1
27
+ Base_2_2/Zone/Elements_TRI_3_times:
28
+ dtype: float64
29
+ ndim: 1
30
+ Base_2_2/Zone/FamilyName:
31
+ dtype: string
32
+ ndim: 1
33
+ Base_2_2/Zone/FamilyName_times:
34
+ dtype: float64
35
+ ndim: 1
36
+ Base_2_2/Zone/GridCoordinates:
37
+ dtype: null
38
+ Base_2_2/Zone/GridCoordinates/CoordinateX_times:
39
+ dtype: float64
40
+ ndim: 1
41
+ Base_2_2/Zone/GridCoordinates/CoordinateY_times:
42
+ dtype: float64
43
+ ndim: 1
44
+ Base_2_2/Zone/GridCoordinates_times:
45
+ dtype: null
46
+ Base_2_2/Zone/PointData:
47
+ dtype: null
48
+ Base_2_2/Zone/PointData/GridLocation:
49
+ dtype: string
50
+ ndim: 1
51
+ Base_2_2/Zone/PointData/GridLocation_times:
52
+ dtype: float64
53
+ ndim: 1
54
+ Base_2_2/Zone/PointData_times:
55
+ dtype: null
56
+ Base_2_2/Zone/ZoneType:
57
+ dtype: string
58
+ ndim: 1
59
+ Base_2_2/Zone/ZoneType_times:
60
+ dtype: float64
61
+ ndim: 1
62
+ Base_2_2/Zone_times:
63
+ dtype: float64
64
+ ndim: 1
65
+ Base_2_2_times:
66
+ dtype: float64
67
+ ndim: 1
constants/train/data.mmap ADDED
Binary file (10.9 kB). View file
 
constants/train/layout.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Base_2_2": {
3
+ "offset": 0,
4
+ "shape": [
5
+ 2
6
+ ]
7
+ },
8
+ "Base_2_2/2D_ElastoPlastoDynamics": null,
9
+ "Base_2_2/2D_ElastoPlastoDynamics_times": null,
10
+ "Base_2_2/Zone/CellData": null,
11
+ "Base_2_2/Zone/CellData/GridLocation": {
12
+ "offset": 8,
13
+ "shape": [
14
+ 10
15
+ ]
16
+ },
17
+ "Base_2_2/Zone/CellData/GridLocation_times": {
18
+ "offset": 18,
19
+ "shape": [
20
+ 123
21
+ ]
22
+ },
23
+ "Base_2_2/Zone/CellData_times": null,
24
+ "Base_2_2/Zone/Elements_TRI_3": {
25
+ "offset": 1002,
26
+ "shape": [
27
+ 2
28
+ ]
29
+ },
30
+ "Base_2_2/Zone/Elements_TRI_3/ElementConnectivity_times": {
31
+ "offset": 1010,
32
+ "shape": [
33
+ 123
34
+ ]
35
+ },
36
+ "Base_2_2/Zone/Elements_TRI_3/ElementRange_times": {
37
+ "offset": 1994,
38
+ "shape": [
39
+ 123
40
+ ]
41
+ },
42
+ "Base_2_2/Zone/Elements_TRI_3_times": {
43
+ "offset": 2978,
44
+ "shape": [
45
+ 123
46
+ ]
47
+ },
48
+ "Base_2_2/Zone/FamilyName": {
49
+ "offset": 3962,
50
+ "shape": [
51
+ 23
52
+ ]
53
+ },
54
+ "Base_2_2/Zone/FamilyName_times": {
55
+ "offset": 3985,
56
+ "shape": [
57
+ 123
58
+ ]
59
+ },
60
+ "Base_2_2/Zone/GridCoordinates": null,
61
+ "Base_2_2/Zone/GridCoordinates/CoordinateX_times": {
62
+ "offset": 4969,
63
+ "shape": [
64
+ 123
65
+ ]
66
+ },
67
+ "Base_2_2/Zone/GridCoordinates/CoordinateY_times": {
68
+ "offset": 5953,
69
+ "shape": [
70
+ 123
71
+ ]
72
+ },
73
+ "Base_2_2/Zone/GridCoordinates_times": null,
74
+ "Base_2_2/Zone/PointData": null,
75
+ "Base_2_2/Zone/PointData/GridLocation": {
76
+ "offset": 6937,
77
+ "shape": [
78
+ 6
79
+ ]
80
+ },
81
+ "Base_2_2/Zone/PointData/GridLocation_times": {
82
+ "offset": 6943,
83
+ "shape": [
84
+ 123
85
+ ]
86
+ },
87
+ "Base_2_2/Zone/PointData_times": null,
88
+ "Base_2_2/Zone/ZoneType": {
89
+ "offset": 7927,
90
+ "shape": [
91
+ 12
92
+ ]
93
+ },
94
+ "Base_2_2/Zone/ZoneType_times": {
95
+ "offset": 7939,
96
+ "shape": [
97
+ 123
98
+ ]
99
+ },
100
+ "Base_2_2/Zone_times": {
101
+ "offset": 8923,
102
+ "shape": [
103
+ 123
104
+ ]
105
+ },
106
+ "Base_2_2_times": {
107
+ "offset": 9907,
108
+ "shape": [
109
+ 123
110
+ ]
111
+ }
112
+ }