Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ subprojects:
- imported/tutorials/oscillator
- imported/tutorials/oscillator-overlap
- imported/tutorials/perpendicular-flap
- imported/tutorials/perpendicular-flap-stress
- imported/tutorials/turek-hron-fsi3
- imported/tutorials/partitioned-pipe
- imported/tutorials/partitioned-pipe-two-phase
Expand Down
14 changes: 11 additions & 3 deletions _data/sidebars/tutorial_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,17 @@ entries:
url: /tutorials-partitioned-heat-conduction-overlap.html
output: web

- title: Perpendicular flap
url: /tutorials-perpendicular-flap.html
output: web
- title: Perpendicular flap
output: web
subfolderitems:

- title: Basic variant
url: /tutorials-perpendicular-flap.html
output: web

- title: Stress variant
url: /tutorials-perpendicular-flap-stress.html
output: web

- title: Resonant circuit
url: /tutorials-resonant-circuit.html
Expand Down
4 changes: 3 additions & 1 deletion pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ In the following cases, you can explore different aspects of preCICE:
- [Complex variant](tutorials-partitioned-heat-conduction-complex.html): A partitioned heat conduction case with FEniCS, showcasing advanced features and geometries.
- [Direct mesh access variant](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature.
- [Overlapping Schwarz variant](tutorials-partitioned-heat-conduction-overlap.html): An overlapping Schwarz method of the partitioned heat conduction case, coupling two Dirichlet participants.
- [Perpendicular flap](tutorials-perpendicular-flap.html) (as in "featured")
- Perpendicular flap collection
- [Basic variant](tutorials-perpendicular-flap.html) (as in "featured")
- [Stress variant](tutorials-perpendicular-flap-stress.html)
- [Resonant circuit](tutorials-resonant-circuit.html): The basic LC circuit, with two MATLAB solvers.
- [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.
- [Turek-Hron FSI3](tutorials-turek-hron-fsi3.html): The well-known fluid-structure interaction benchmark, with OpenFOAM and deal.II.
Expand Down