File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,6 @@ def solutions(self, value: Solutions):
101
101
102
102
self ._solutions = value
103
103
104
- # * Set solutions per group
105
- if self ._solutions .raw_arrays is not None :
106
- for e , group in enumerate (self .structural_frame .structural_groups ):
107
- group .kriging_solution = RawArraysSolution ( # ? Maybe I need to add more fields, but I am not sure yet
108
- scalar_field_matrix = self ._solutions .raw_arrays .scalar_field_matrix [e ],
109
- block_matrix = self ._solutions .raw_arrays .block_matrix [e ],
110
- )
111
-
112
104
# * Set solutions per element
113
105
for e , element in enumerate (self .structural_frame .structural_elements [:- 1 ]): # * Ignore basement
114
106
element .scalar_field_at_interface = value .scalar_field_at_surface_points [e ]
You can’t perform that action at this time.
0 commit comments