Skip to content

Commit 64ca648

Browse files
vnamdeoclatapie
andauthored
New tech demo example #62 for inverse analysis (#308)
Co-authored-by: clatapie <78221213+clatapie@users.noreply.github.com>
1 parent 2d317b8 commit 64ca648

22 files changed

+886
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ env:
1919
MAPDL_IMAGE_VERSION_DOCS_BUILD: v24.2-ubuntu
2020
ON_CI: True
2121
PYANSYS_OFF_SCREEN: True
22-
RESET_EXAMPLES_CACHE: 1
23-
RESET_DOC_BUILD_CACHE: 1
22+
RESET_EXAMPLES_CACHE: 0
23+
RESET_DOC_BUILD_CACHE: 0
2424
USE_CACHE: False
2525

2626
concurrency:
93.3 KB
Loading

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ which necessitate more resources.
4444

4545
.. include:: ./technology_showcase_examples/index.rst
4646
:start-line: 11
47-
:end-line: 130
47+
:end-line: 148
4848

4949

5050
.. toctree::
93.3 KB
Loading

doc/source/technology_showcase_examples/index.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,24 @@ They have been reproduced in Python files using PyMAPDL with the ``ansys-mapdl-c
120120

121121
<div class="sphx-glr-thumbnail-title">Friction Stir Welding (FSW) Simulation</div>
122122
</div>
123+
124+
125+
126+
.. raw:: html
127+
128+
<div class="sphx-glr-thumbcontainer" tooltip="Technology Showcase demonstration Example 62: Inverse-Solving Analysis of a Cardiovascular Structure">
129+
130+
.. only:: html
131+
132+
.. image:: ./images/thumb/sphx_glr_tse-062-aorta_thumb.png
133+
:alt: Inverse-Solving Analysis of a Cardiovascular Structure
134+
135+
:ref:`sphx_glr_ex_62-techinverse.rst`
136+
137+
.. raw:: html
138+
139+
<div class="sphx-glr-thumbnail-title">Inverse-Solving Analysis of a Cardiovascular Structure</div>
140+
</div>
123141

124142

125143

@@ -138,6 +156,8 @@ They have been reproduced in Python files using PyMAPDL with the ``ansys-mapdl-c
138156
techdemo-21/ex_21-tecbuckling.rst
139157
techdemo-25/ex_25-tecstent.rst
140158
techdemo-28/ex_28-tecfricstir.rst
159+
techdemo-62/ex_62-techinverse.rst
160+
141161

142162

143163
.. only:: html

doc/source/technology_showcase_examples/techdemo-28/ex_28-tecfricstir.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,6 @@ compared to frictional heat.
16411641
----------------
16421642

16431643
.. jupyter-execute::
1644-
:hide-code:
16451644

16461645
mapdl.finish()
16471646
mapdl.exit()

0 commit comments

Comments
 (0)