Originally posted by @uekerman in #640 (comment):
If we touch this, I would suggest to directly switch to the default everywhere, e.g.
<acceleration:IQN-ILS>
<data name="Displacement" mesh="Solid-Mesh" />
<data name="Force" mesh="Solid-Mesh" />
</acceleration:IQN-ILS>
This would mean, for the perpendicular-flap case:
<acceleration:IQN-ILS>
<data name="Displacement" mesh="Solid-Mesh" />
<data name="Force" mesh="Solid-Mesh" />
- <preconditioner type="residual-sum" update-on-threshold="false" />
- <filter type="QR2" limit="1e-2" />
- <initial-relaxation value="0.5" />
- <max-used-iterations value="100" />
- <time-windows-reused value="15" />
</acceleration:IQN-ILS>
We could revisit all tutorials and remove all non-default values, or update to newer options (e.g., use the QR3 filter in more tutorials).
This would, however, require re-validation of each tutorial that is updated (and then updating the reference results).
Compare to the defaults in https://precice.org/configuration-xml-reference.html
Originally posted by @uekerman in #640 (comment):
This would mean, for the perpendicular-flap case:
<acceleration:IQN-ILS> <data name="Displacement" mesh="Solid-Mesh" /> <data name="Force" mesh="Solid-Mesh" /> - <preconditioner type="residual-sum" update-on-threshold="false" /> - <filter type="QR2" limit="1e-2" /> - <initial-relaxation value="0.5" /> - <max-used-iterations value="100" /> - <time-windows-reused value="15" /> </acceleration:IQN-ILS>We could revisit all tutorials and remove all non-default values, or update to newer options (e.g., use the QR3 filter in more tutorials).
This would, however, require re-validation of each tutorial that is updated (and then updating the reference results).
Compare to the defaults in https://precice.org/configuration-xml-reference.html