File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,6 @@ def _create_initial_result_workflow(
212
212
initial_result_workflow .add_operator (forward_shell_layer_op )
213
213
initial_result_workflow .set_input_name (_WfNames .shell_layer , forward_shell_layer_op )
214
214
215
- forward_input_mesh_scoping_op = operators .utility .forward (server = server )
216
- initial_result_workflow .add_operator (forward_input_mesh_scoping_op )
217
-
218
215
# The next section is only needed, because the shell_layer selection does not
219
216
# work for elemental and elemental nodal results.
220
217
# If elemental results are requested with a chosen shell layer,
@@ -261,16 +258,8 @@ def _create_initial_result_workflow(
261
258
initial_result_workflow .set_input_name (
262
259
"time_scoping" , initial_result_op .inputs .time_scoping
263
260
)
264
-
265
261
initial_result_workflow .set_input_name (
266
- "mesh_scoping" , forward_input_mesh_scoping_op
267
- )
268
- _connect_any (
269
- initial_result_op .inputs .mesh_scoping , forward_input_mesh_scoping_op .outputs .any
270
- )
271
-
272
- initial_result_workflow .set_output_name (
273
- _WfNames .result_scoping , forward_input_mesh_scoping_op .outputs .any
262
+ "mesh_scoping" , initial_result_op .inputs .mesh_scoping
274
263
)
275
264
276
265
initial_result_workflow .set_input_name (_WfNames .read_cyclic , initial_result_op , 14 )
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ class _WfNames:
60
60
skin_input_mesh = "skin_input_mesh"
61
61
final_scoping = "final_scoping"
62
62
result_scoping_by_body = "result_scoping_by_body"
63
- result_scoping = "result_scoping"
64
63
scoping_a = "scoping_a"
65
64
scoping_b = "scoping_b"
66
65
streams = "streams"
You can’t perform that action at this time.
0 commit comments