Skip to content

Commit 9f5b534

Browse files
Revert "Add result scoping output (#802)" (#846)
1 parent 9b92f63 commit 9f5b534

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

src/ansys/dpf/post/result_workflows/_sub_workflows.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ def _create_initial_result_workflow(
212212
initial_result_workflow.add_operator(forward_shell_layer_op)
213213
initial_result_workflow.set_input_name(_WfNames.shell_layer, forward_shell_layer_op)
214214

215-
forward_input_mesh_scoping_op = operators.utility.forward(server=server)
216-
initial_result_workflow.add_operator(forward_input_mesh_scoping_op)
217-
218215
# The next section is only needed, because the shell_layer selection does not
219216
# work for elemental and elemental nodal results.
220217
# If elemental results are requested with a chosen shell layer,
@@ -261,16 +258,8 @@ def _create_initial_result_workflow(
261258
initial_result_workflow.set_input_name(
262259
"time_scoping", initial_result_op.inputs.time_scoping
263260
)
264-
265261
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
274263
)
275264

276265
initial_result_workflow.set_input_name(_WfNames.read_cyclic, initial_result_op, 14)

src/ansys/dpf/post/selection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class _WfNames:
6060
skin_input_mesh = "skin_input_mesh"
6161
final_scoping = "final_scoping"
6262
result_scoping_by_body = "result_scoping_by_body"
63-
result_scoping = "result_scoping"
6463
scoping_a = "scoping_a"
6564
scoping_b = "scoping_b"
6665
streams = "streams"

0 commit comments

Comments
 (0)