From 559157c65fd47efcb2d9da60a1c3fd2429a05d81 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Camarotti Date: Wed, 24 Dec 2025 16:56:44 +0100 Subject: [PATCH 1/3] update read me --- iga/README.md | 2 +- .../{ => external_boundary_circle_with_nurbs}/README.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename iga/use_cases/{ => external_boundary_circle_with_nurbs}/README.md (100%) diff --git a/iga/README.md b/iga/README.md index 7e14057f..5d2ea0ea 100644 --- a/iga/README.md +++ b/iga/README.md @@ -1,7 +1,7 @@ # Iga Examples ## Use Cases -- [External Boundary Circle (NURBS) ](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/README.md) +- [External Boundary Circle (NURBS) ](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/external_boundary_cirle_with_nurbs/README.md) ## Validation Cases diff --git a/iga/use_cases/README.md b/iga/use_cases/external_boundary_circle_with_nurbs/README.md similarity index 100% rename from iga/use_cases/README.md rename to iga/use_cases/external_boundary_circle_with_nurbs/README.md From dbc3b83e6c1afc0559af1d7345a1b22691546df1 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Camarotti Date: Wed, 24 Dec 2025 17:01:54 +0100 Subject: [PATCH 2/3] update read me --- iga/README.md | 1 + iga/use_cases/iga_shell_3p_single_patch/README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 iga/use_cases/iga_shell_3p_single_patch/README.md diff --git a/iga/README.md b/iga/README.md index 5d2ea0ea..48a441f4 100644 --- a/iga/README.md +++ b/iga/README.md @@ -2,6 +2,7 @@ ## Use Cases - [External Boundary Circle (NURBS) ](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/external_boundary_cirle_with_nurbs/README.md) +- [IGA Single-Patch Shell in Membrane Action with Weak Supports and Line Load](https://github.com/KratosMultiphysics/Examples/blob/master/iga/use_cases/iga_shell_3p_single_patch/README.md) ## Validation Cases diff --git a/iga/use_cases/iga_shell_3p_single_patch/README.md b/iga/use_cases/iga_shell_3p_single_patch/README.md new file mode 100644 index 00000000..cea09450 --- /dev/null +++ b/iga/use_cases/iga_shell_3p_single_patch/README.md @@ -0,0 +1,7 @@ +# Use Case IGA – Single-Patch Shell with Weak Supports and Line Load + +Short description + +This example demonstrates a single-patch IGA shell in membrane action, where Dirichlet boundary conditions are imposed weakly using a penalty approach. +A distributed line load is applied along a curve of the NURBS surface. +The setup serves as a minimal tutorial example for weak boundary condition enforcement and curve-based loading in IGA shells. \ No newline at end of file From dd4e4cde2f45f5ada76005d0137c869ed9896896 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Camarotti Date: Wed, 24 Dec 2025 17:03:42 +0100 Subject: [PATCH 3/3] update --- iga/use_cases/iga_shell_3p_single_patch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iga/use_cases/iga_shell_3p_single_patch/README.md b/iga/use_cases/iga_shell_3p_single_patch/README.md index cea09450..65017de5 100644 --- a/iga/use_cases/iga_shell_3p_single_patch/README.md +++ b/iga/use_cases/iga_shell_3p_single_patch/README.md @@ -4,4 +4,4 @@ Short description This example demonstrates a single-patch IGA shell in membrane action, where Dirichlet boundary conditions are imposed weakly using a penalty approach. A distributed line load is applied along a curve of the NURBS surface. -The setup serves as a minimal tutorial example for weak boundary condition enforcement and curve-based loading in IGA shells. \ No newline at end of file +The setup serves as a minimal tutorial example for weak boundary condition enforcement and curve-based loading in IGA shells. \ No newline at end of file