[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

@@ -28,6 +28,11 @@
<UserDocu>Load a result object</UserDocu>
</Documentation>
</Methode>
<Methode Name="recomputeChildren">
<Documentation>
<UserDocu>Recomputes all children of the pipeline</UserDocu>
</Documentation>
</Methode>
<Methode Name="getLastPostObject">
<Documentation>
<UserDocu>Get the last post-processing object</UserDocu>