-
Notifications
You must be signed in to change notification settings - Fork 5
Adding TechDemo 25: Cardiovascular Stent Simulation #15
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
Conversation
…mapdl-techdemos into doc/adding_techdemo25
germa89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realised it is a draft xD...
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst
Outdated
Show resolved
Hide resolved
|
@clatapie ping also Kathy when the main of the text is ready. |
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.ipynb
Outdated
Show resolved
Hide resolved
…mapdl-techdemos into doc/adding_techdemo25
|
I'm removing myself from reviewers, re-add me when this draft is ready to be reviewed. |
doc/source/technology_showcase_examples/techdemo-15/ex_15-teccalvalhyper.rst
Outdated
Show resolved
Hide resolved
|
Starting final review! :) |
RobPasMue
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just one minor comment. I'm no expert on the techdemo itself, so I trust your implementation. Thanks @clatapie, great work!!!
Co-authored-by: Roberto Pastor Muela <roberto.pastormuela@ansys.com>
germa89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Let's see how it looks once it has been deployed.
Some comments:
- Some of the images are very small.
- you are attaching
dbfiles, But I'm not sure if you are using them all. For examplestent.db.
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.py
Outdated
Show resolved
Hide resolved
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.ipynb
Outdated
Show resolved
Hide resolved
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.py
Outdated
Show resolved
Hide resolved
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.py
Outdated
Show resolved
Hide resolved
| .. ########## | ||
| .. raw:: html | ||
|
|
||
| <div class="sphx-glr-thumbcontainer" tooltip="Technology Showcase Example 15: Calibrating and Validating a Hyperelastic Constitutive Model"> | ||
|
|
||
| .. only:: html | ||
|
|
||
| .. image:: technology_showcase_examples/images/thumb/sphx_glr_tse-015-calvalhyper_thumb.gif | ||
| :alt: Calibrating and Validating a Hyperelastic Constitutive Model | ||
|
|
||
| :ref:`sphx_glr_ex_15-teccalvalhyper.rst` | ||
|
|
||
| .. raw:: html | ||
|
|
||
| <div class="sphx-glr-thumbnail-title">Calibrating and Validating a Hyperelastic Constitutive Model</div> | ||
| </div> | ||
|
|
||
| .. ######### |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is generated by sphinx?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I extended it: I don't have an example repository so I don't generate the Sphinx gallery like PyMAPDL or PyMAPDL-examples do. Let me know if it's not good practice!
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.py
Outdated
Show resolved
Hide resolved
…mapdl-techdemos into doc/adding_techdemo25
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
|
Hello @PipKat, |
akaszynski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a bunch of generated content here that shouldn't be included in this PR.
Let's remove everything that's generated and instead make it procedural by using sphinx-gallery or myst-nb as used in pygeometry.
Closes #10