[FEM] Elmer: fix pipeline update issue

- the existing result pipeline can have several children. They must all be updated.
This commit is contained in:
Uwe
2022-08-07 06:22:42 +02:00
parent f6e0d37264
commit 38aaf9bfb3
5 changed files with 25 additions and 3 deletions

View File

@@ -256,6 +256,7 @@ class Results(run.Results):
# this might be changed in future, therefore leave this
#self.solver.ElmerResult.scale(1000)
self.solver.ElmerResult.getLastPostObject().touch()
self.solver.ElmerResult.recomputeChildren()
self.solver.Document.recompute()
def _createResults(self):