Skip to content

Relying more on default parameters for the acceleration #765

@MakisH

Description

@MakisH

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions