Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
478468e
Adding technology demonstration guide example #21
pmaroneh Nov 29, 2022
3a36435
Missing codespell ignored word
RobPasMue Dec 1, 2022
36bef07
Merge branch 'main' into doc/tech_demos_21buckling_pmh
RobPasMue Dec 1, 2022
0fb0988
Added mapdl.ignore_errors = True so that the server does not exit
pmaroneh Dec 1, 2022
750446d
Merge branch 'doc/tech_demos_21buckling_pmh' of https://github.com/py…
pmaroneh Dec 1, 2022
0da6a47
correct style
pmaroneh Dec 1, 2022
dc7ad38
Merge branch 'main' into doc/tech_demos_21buckling_pmh
RobPasMue Dec 2, 2022
7fa259b
Merge branch 'main' into doc/tech_demos_21buckling_pmh
clatapie Dec 12, 2022
c94e1b9
Use allow_ignore=True
pmaroneh Dec 14, 2022
3d8dcf9
Merge branch 'doc/tech_demos_21buckling_pmh' of https://github.com/py…
pmaroneh Dec 14, 2022
88efb6d
Small fixes
germa89 Dec 29, 2022
e4303af
Change structure
pmaroneh Jan 4, 2023
c3e4f63
small modifications to file
pmaroneh Mar 8, 2023
dcb6c89
Merge branch 'main' into doc/tech_demos_21buckling_pmh
pmaroneh Mar 14, 2023
a103730
Commented out postbuckling analysis
pmaroneh Mar 14, 2023
2d17d37
run pre-commit
pmaroneh Mar 14, 2023
61aff02
Activating techdemos building
germa89 Mar 14, 2023
0c52e5a
Fixing title
germa89 Mar 14, 2023
06ae2b8
Flattening file structure
germa89 Mar 14, 2023
bef1096
Last edits to buckling example
pmaroneh Mar 22, 2023
d0a9d7b
Deleting vms folder
clatapie Mar 22, 2023
20f52e0
Code spell changes
clatapie Mar 22, 2023
ca7c295
Apply suggestions from code review
germa89 Mar 22, 2023
441a1d6
Merge branch 'main' into doc/tech_demos_21buckling_pmh
germa89 Mar 22, 2023
ba38dd5
Fixing the documentation to add example21 as en rst file
clatapie Mar 23, 2023
80ac4d1
Fixing VALE warnings
clatapie Mar 23, 2023
2a9f78e
Removing author mention
clatapie Mar 23, 2023
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
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = *.pyc,*.xml,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac
quiet-level = 3
ignore-words-list = pres,nax,tickness,struc,parm
ignore-words-list = pres,nax,tickness,struc,parm,filname,equil,gage
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,9 @@ cython_debug/
#.idea/

# End of https://www.toptal.com/developers/gitignore/api/python

PyMAPDL_Dev
doc/source/technology_showcase_examples/*.ipynb
doc/source/technology_showcase_examples/*.py
doc/source/technology_showcase_examples/*.md5
doc/source/technology_showcase_examples/*.pickle
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Verification Manual <mapdl_vm_>`_. They are complete and concrete case studies
which necessitate more resources.

.. include:: ./technology_showcase_examples/index.rst
:start-line: 9
:end-line: 112
:start-line: 11
:end-line: 130

.. === TECHNOLOGY SHOWCASES ===

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 25 additions & 6 deletions doc/source/technology_showcase_examples/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

.. _sphx_glr_technology_showcase_examples:

====================
Technology Showcases
====================

The following examples initially come from the `APDL Technology Showcase Manual
<mapdl_tech_show_>`_. They initially were MAPDL files. They have been reproduced
in Python files using PyMAPDL with the ``ansys-mapdl-core`` library.


The following examples initially come from the `APDL Technology Showcase Manual <mapdl_tech_show_>`_.
They initially were MAPDL files.
They have been reproduced in Python files using PyMAPDL with the ``ansys-mapdl-core`` library.

.. raw:: html

Expand Down Expand Up @@ -69,6 +69,24 @@ in Python files using PyMAPDL with the ``ansys-mapdl-core`` library.



.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Technology Showcase demonstration Example 21: Buckling and post-buckling analysis of a ring-stiffened cylinder using nonlinear stabilization">

.. only:: html

.. image:: ./images/thumb/sphx_glr_tse-021-buckling_thumb.png
:alt: Buckling and post-buckling analysis

:ref:`sphx_glr_ex_21-tecbuckling.rst`

.. raw:: html

<div class="sphx-glr-thumbnail-title">Buckling and post-buckling</div>
</div>



.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="Technology Showcase demonstration Example 25: Cardiovascular Stent Simulation">
Expand Down Expand Up @@ -110,16 +128,17 @@ in Python files using PyMAPDL with the ``ansys-mapdl-core`` library.
</div>



.. toctree::
:hidden:

techdemo-1/ex_01-tecbrakesqueal.rst
techdemo-15/ex_15-teccalvalhyper.rst
techdemo-20/ex_20-tecPCB.rst
techdemo-21/ex_21-tecbuckling.rst
techdemo-25/ex_25-tecstent.rst
techdemo-28/ex_28-tecfricstir.rst


.. only:: html

.. rst-class:: sphx-glr-signature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.. _tech_demo_01:

Brake Squeal Analysis
---------------------
=====================

This example analysis shows how to solve a brake-squeal problem.
`1.6. Analysis and Solution Controls`_ are highlighted: linear non-prestressed
Expand Down
Loading