Skip to content

Commit d11faa6

Browse files
authored
Add perpendicular-flap-stress tutorial to sidebar (#518)
1 parent 453afbe commit d11faa6

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ subprojects:
285285
- imported/tutorials/oscillator
286286
- imported/tutorials/oscillator-overlap
287287
- imported/tutorials/perpendicular-flap
288+
- imported/tutorials/perpendicular-flap-stress
288289
- imported/tutorials/turek-hron-fsi3
289290
- imported/tutorials/partitioned-pipe
290291
- imported/tutorials/partitioned-pipe-two-phase

_data/sidebars/tutorial_sidebar.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,17 @@ entries:
160160
url: /tutorials-partitioned-heat-conduction-overlap.html
161161
output: web
162162

163-
- title: Perpendicular flap
164-
url: /tutorials-perpendicular-flap.html
165-
output: web
163+
- title: Perpendicular flap
164+
output: web
165+
subfolderitems:
166+
167+
- title: Basic variant
168+
url: /tutorials-perpendicular-flap.html
169+
output: web
170+
171+
- title: Stress variant
172+
url: /tutorials-perpendicular-flap-stress.html
173+
output: web
166174

167175
- title: Resonant circuit
168176
url: /tutorials-resonant-circuit.html

pages/tutorials/tutorials.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ In the following cases, you can explore different aspects of preCICE:
6464
- [Complex variant](tutorials-partitioned-heat-conduction-complex.html): A partitioned heat conduction case with FEniCS, showcasing advanced features and geometries.
6565
- [Direct mesh access variant](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature.
6666
- [Overlapping Schwarz variant](tutorials-partitioned-heat-conduction-overlap.html): An overlapping Schwarz method of the partitioned heat conduction case, coupling two Dirichlet participants.
67-
- [Perpendicular flap](tutorials-perpendicular-flap.html) (as in "featured")
67+
- Perpendicular flap collection
68+
- [Basic variant](tutorials-perpendicular-flap.html) (as in "featured")
69+
- [Stress variant](tutorials-perpendicular-flap-stress.html)
6870
- [Resonant circuit](tutorials-resonant-circuit.html): The basic LC circuit, with two MATLAB solvers.
6971
- [Two-scale heat conduction](tutorials-two-scale-heat-conduction.html): A heat conduction scenario with an underlying micro-structure which is resolved to get the constitutive properties on the macro scale.
7072
- [Turek-Hron FSI3](tutorials-turek-hron-fsi3.html): The well-known fluid-structure interaction benchmark, with OpenFOAM and deal.II.

0 commit comments

Comments
 (0)