From 2f7006dfa9d38b74b281f5dcf7586d0932fd6ed1 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 11 Apr 2025 18:37:59 +0200 Subject: [PATCH 1/6] Add perpendicular-flap-stress tutorial to sidebar --- _config.yml | 1 + _data/sidebars/tutorial_sidebar.yml | 15 ++++++++++++--- pages/tutorials/tutorials.md | 4 +++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index f195be0e96f..dcef1e01db0 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index a51f1eefaa5..1fff9a1275b 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -160,9 +160,18 @@ entries: url: /tutorials-partitioned-heat-conduction-overlap.html output: web - - title: Perpendicular flap - url: /tutorials-perpendicular-flap.html - output: web + subfolders: + - title: Perpendicular flap + output: web + subfolderitems: + + - title: Basic variant + url: /tutorials-perpendicular-flap.html + output: web + + - title: Stresses variant + url: /tutorials-perpendicular-flap-stress.html + output: web - title: Resonant circuit url: /tutorials-resonant-circuit.html diff --git a/pages/tutorials/tutorials.md b/pages/tutorials/tutorials.md index 087bafdf945..ae3052c5db0 100644 --- a/pages/tutorials/tutorials.md +++ b/pages/tutorials/tutorials.md @@ -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") + - [Stresses 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. From 38a7ab602d8d93a343d93b168ce8163593526e74 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Fri, 11 Apr 2025 18:42:38 +0200 Subject: [PATCH 2/6] Remove duplicate subfolders entry --- _data/sidebars/tutorial_sidebar.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index 1fff9a1275b..869e22a4037 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -160,7 +160,6 @@ entries: url: /tutorials-partitioned-heat-conduction-overlap.html output: web - subfolders: - title: Perpendicular flap output: web subfolderitems: From e8dc0886210460f0c873539ad3c7468354c12b31 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 14 Apr 2025 07:31:45 +0200 Subject: [PATCH 3/6] Fix URL --- _data/sidebars/tutorial_sidebar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index 869e22a4037..dce3671af13 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -169,7 +169,7 @@ entries: output: web - title: Stresses variant - url: /tutorials-perpendicular-flap-stress.html + url: /tutorials-perpendicular-flap-stresses.html output: web - title: Resonant circuit From 09c94a05bb012a99be783ee8d444161869caa0fa Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 14 Apr 2025 07:40:16 +0200 Subject: [PATCH 4/6] Revert change of URL, fix permalink in tutorials instead --- _data/sidebars/tutorial_sidebar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index dce3671af13..869e22a4037 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -169,7 +169,7 @@ entries: output: web - title: Stresses variant - url: /tutorials-perpendicular-flap-stresses.html + url: /tutorials-perpendicular-flap-stress.html output: web - title: Resonant circuit From bfb937a0abe02e3e47db517d3684cbc1e4a005a7 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 14 Apr 2025 07:52:48 +0200 Subject: [PATCH 5/6] Consistent stress name in sidebar --- _data/sidebars/tutorial_sidebar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sidebars/tutorial_sidebar.yml b/_data/sidebars/tutorial_sidebar.yml index 869e22a4037..a83c5d470cf 100644 --- a/_data/sidebars/tutorial_sidebar.yml +++ b/_data/sidebars/tutorial_sidebar.yml @@ -168,7 +168,7 @@ entries: url: /tutorials-perpendicular-flap.html output: web - - title: Stresses variant + - title: Stress variant url: /tutorials-perpendicular-flap-stress.html output: web From 88bb77a59c0dbf2ea03e0237a6b606fbab21d065 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Mon, 14 Apr 2025 07:54:52 +0200 Subject: [PATCH 6/6] Consistent stress name in tutorials overview --- pages/tutorials/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tutorials/tutorials.md b/pages/tutorials/tutorials.md index ae3052c5db0..b0c1096c59e 100644 --- a/pages/tutorials/tutorials.md +++ b/pages/tutorials/tutorials.md @@ -66,7 +66,7 @@ In the following cases, you can explore different aspects of preCICE: - [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 collection - [Basic variant](tutorials-perpendicular-flap.html) (as in "featured") - - [Stresses variant](tutorials-perpendicular-flap-stress.html) + - [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.