Skip to content

Commit b21f4b5

Browse files
authored
Add config visualizations in tutorial descriptions and CI (#514)
1 parent 254f824 commit b21f4b5

File tree

67 files changed

+234
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+234
-6
lines changed

.github/workflows/check-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check_style:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout preCICE
15+
- name: Checkout the repository
1616
uses: actions/checkout@v4
1717
- name: Setup python
1818
uses: actions/setup-python@v5

aste-turbine/README.md

Lines changed: 6 additions & 0 deletions
32.9 KB

aste-turbine/precice-config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<use-data name="Data" />
2020
</mesh>
2121

22-
<m2n:sockets acceptor="A" connector="B" exchange-directory="." />
23-
2422
<participant name="A">
2523
<provide-mesh name="A-Mesh" />
2624
<write-data name="Data" mesh="A-Mesh" />
@@ -40,6 +38,8 @@
4038
</mapping:rbf-global-direct> -->
4139
</participant>
4240

41+
<m2n:sockets acceptor="A" connector="B" exchange-directory="." />
42+
4343
<coupling-scheme:parallel-explicit>
4444
<participants first="A" second="B" />
4545
<max-time value="1.0" />

breaking-dam-2d/README.md

Lines changed: 6 additions & 0 deletions
60.5 KB

channel-transport-reaction/README.md

Lines changed: 6 additions & 0 deletions
43.4 KB

channel-transport-reaction/precice-config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<participant name="Flow">
2121
<provide-mesh name="Flow-Mesh" />
22-
<receive-mesh name="Chemical-Mesh" from="Chemical" />
2322
<write-data name="Velocity" mesh="Flow-Mesh" />
2423
</participant>
2524

channel-transport/README.md

Lines changed: 8 additions & 1 deletion

0 commit comments

Comments
 (0)