Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add phc direct tutorial to sidebar #219

Merged
merged 2 commits into from
Nov 14, 2022
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 @@ -202,6 +202,7 @@ subprojects:
- imported/tutorials/partitioned-elastic-beam
- imported/tutorials/partitioned-heat-conduction
- imported/tutorials/partitioned-heat-conduction-complex
- imported/tutorials/partitioned-heat-conduction-direct
- imported/tutorials/perpendicular-flap
- imported/tutorials/turek-hron-fsi3
- imported/tutorials/partitioned-pipe
Expand Down
4 changes: 4 additions & 0 deletions _data/sidebars/tutorial_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ entries:
- title: Partitioned heat conduction complex
url: /tutorials-partitioned-heat-conduction-complex.html
output: web

- title: Partitioned heat conduction direct
url: /tutorials-partitioned-heat-conduction-direct.html
output: web

- title: Partitioned elastic beam
url: /tutorials-partitioned-elastic-beam.html
Expand Down
1 change: 1 addition & 0 deletions pages/tutorials/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ In the following cases, you can explore different aspects of preCICE:
- [Flow over a heated plate: steady-state](tutorials-flow-over-heated-plate-steady-state.html): A steady-state version, with OpenFOAM and code_aster.
- [Heat exchanger](tutorials-heat-exchanger.html): A three-field conjugate heat transfer case (explicit coupling, steady state), with OpenFOAM and CalculiX.
- [Partitioned heat conduction: complex setup](tutorials-partitioned-heat-conduction-complex.html): A partitioned heat conduction case with FEniCS, showcasing advanced features and geometries.
- [Partitioned heat conduction: direct access](tutorials-partitioned-heat-conduction-direct.html): A partitioned heat conduction case with Nutils, showcasing the direct mesh access feature.
- [Partitioned elastic beam](tutorials-partitioned-elastic-beam.html): An experimental structure-structure coupling scenario, with two CalculiX solvers.
- [Partitioned pipe](tutorials-partitioned-pipe.html): An experimental fluid-fluid coupling scenario, with two OpenFOAM solvers.
- [Volume-coupled diffusion](tutorials-volume-coupled-diffusion.html): An experimental volume coupling scenario, with two FEniCS solvers.
Expand Down