[FEM] Elmer: fix pipeline update issue
- the existing result pipeline can have several children. They must all be updated.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user