You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A file `out.txt` will be created in this folder. The result of the simulation is written to this folder
13
+
A file `out*.txt` will be created in this folder. The result of the simulation is written to this folder
14
14
15
-
## Using multirate / subiterations
15
+
## Using multirate
16
16
17
17
Depending on `precice_dt` and `fenics_dt` the computations are done using multirate timeintegration or not.
18
18
19
-
**no multirate:* the input force is provided for every single timestep
20
-
**multirate:* the input force is only provided for the timestep size `precice_dt`, if `fenics_dt < precice_dt`the same force will be applied for all fenics timesteps inside of a window.
19
+
**no multirate:* the input force is provided for every single timestep append `-wr 11` to the commands for running
20
+
**multirate:* the input force is only provided for some timesteps, this grid does not match the grid of the structure solver. We interpolate between force evaluations. Use `-wr 52`, additionally, you can choose the interpolation strategy via `-wri linear` or `-wri quadratic`.
0 commit comments