Skip to content

Commit b21f4b5

Browse files
authored
Add config visualizations in tutorial descriptions and CI (precice#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

+1-1
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

+6

aste-turbine/precice-config.xml

+2-2
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

+6

channel-transport-reaction/README.md

+6

channel-transport-reaction/precice-config.xml

-1
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

+8-1

elastic-tube-1d/README.md

+6

elastic-tube-3d/README.md

+6

elastic-tube-3d/precice-config.xml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343

4444
<participant name="Solid">
4545
<provide-mesh name="Solid-Mesh" />
46-
<receive-mesh name="Fluid-Mesh-Faces" from="Fluid" />
4746
<write-data name="DisplacementDelta" mesh="Solid-Mesh" />
4847
<read-data name="Force" mesh="Solid-Mesh" />
4948
<watch-point mesh="Solid-Mesh" name="Tube-Midpoint" coordinate="0.0;0.005;0.025" />

flow-around-controlled-moving-cylinder/README.md

+6

flow-over-heated-plate-nearest-projection/README.md

+6

flow-over-heated-plate-partitioned-flow/README.md

+6

flow-over-heated-plate-steady-state/README.md

+6

flow-over-heated-plate-two-meshes/README.md

+6

flow-over-heated-plate/README.md

+6

heat-exchanger-simplified/README.md

+6

heat-exchanger/README.md

+6

multiple-perpendicular-flaps/README.md

+6

oscillator-overlap/README.md

+6

oscillator/README.md

+6

partitioned-backwards-facing-step/README.md

+6

partitioned-elastic-beam/README.md

+6

partitioned-heat-conduction-complex/README.md

+6

partitioned-heat-conduction-direct/README.md

+6

partitioned-heat-conduction-overlap/README.md

+6

partitioned-heat-conduction/README.md

+6

0 commit comments

Comments
 (0)