Skip to content

Commit 905100b

Browse files
authored
Enforce recomputation of preconditioner to avoid regression (#634)
1 parent be6dbeb commit 905100b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

changelog-entries/634.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Changed the IQN settings in the elastic-tube-1d and perpendicular flap tutorials to enforce recomputation of the preconditioner [#634](https://github.com/precice/tutorials/pull/634)

elastic-tube-1d/precice-config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<acceleration:IQN-ILS>
6464
<data name="CrossSectionLength" mesh="Solid-Nodes-Mesh" />
6565
<initial-relaxation value="0.01" />
66+
<preconditioner type="residual-sum" update-on-threshold="false" />
6667
<max-used-iterations value="50" />
6768
<time-windows-reused value="8" />
6869
<filter type="QR2" limit="1e-3" />

perpendicular-flap/precice-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<acceleration:IQN-ILS>
5757
<data name="Displacement" mesh="Solid-Mesh" />
5858
<data name="Force" mesh="Solid-Mesh" />
59-
<preconditioner type="residual-sum" />
59+
<preconditioner type="residual-sum" update-on-threshold="false" />
6060
<filter type="QR2" limit="1e-2" />
6161
<initial-relaxation value="0.5" />
6262
<max-used-iterations value="100" />

0 commit comments

Comments
 (0)