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
Copy file name to clipboardExpand all lines: elastic-tube-1d/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,17 +61,14 @@ Open two separate terminals and start each participant by calling the respective
61
61
```
62
62
cd fluid-cpp
63
63
./run.sh
64
-
# or, in parallel: ./run.sh -parallel
65
64
```
66
65
and
67
66
```
68
67
cd solid-cpp
69
68
./run.sh
70
69
```
71
70
72
-
The run scripts set the input parameters `N = 100`, `tau = 0.01`, `kappa = 100`.
73
-
74
-
{% include warning.html content= "Running serial or parallel leads to different results. Please refer to this [open issue](https://github.com/precice/tutorials/issues/194) for more insight. Contributions are particularly welcome here." %}
71
+
The solvers use the parameters `N = 100`, `tau = 0.01`, `kappa = 100` by default and can be modified in the solver.
0 commit comments