Skip to content

Commit 4bebfe7

Browse files
authored
Convert "displacement" to "modal_coordinate" - Part 2 (#2616)
1 parent dce1f5f commit 4bebfe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/07-distributed-post/03-distributed-msup_expansion_steps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@
181181
merge_mesh = ops.utility.merge_meshes()
182182

183183
ds = dpf.DataSources(files_rfrq[0])
184-
response = ops.result.displacement(data_sources=ds)
185-
response.inputs.mesh(merge_mesh.outputs.merges_mesh)
184+
response = ops.result.modal_coordinate(data_sources=ds)
186185

187186
ds = dpf.DataSources(files_rfrq[1])
188187
response2 = ops.result.modal_coordinate(data_sources=ds)

0 commit comments

Comments
 (0)