Skip to content
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

feat: add stochastic fem example #3648

Merged
merged 32 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2cedfa8
feat: activate mathjax ext and add base rst
moe-ad Jan 10, 2025
bd9748e
chore: adding changelog file 3648.documentation.md [dependabot-skip]
pyansys-ci-bot Jan 10, 2025
28521e4
feat: more content
moe-ad Jan 12, 2025
4fc29e8
feat: added realizations figure
moe-ad Jan 12, 2025
470e3ca
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Jan 12, 2025
9f27581
feat: more content
moe-ad Jan 14, 2025
e03e38d
feat: toctree entry and more content
moe-ad Jan 15, 2025
54af6bd
feat: more content and new figure
moe-ad Jan 16, 2025
0927795
feat: source code files
moe-ad Jan 16, 2025
db2acec
feat: a lot of content
moe-ad Jan 16, 2025
27c93ca
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Jan 16, 2025
254bf24
feat: more content
moe-ad Jan 17, 2025
2d4ac64
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Jan 17, 2025
6ef84ee
feat: minor corrections
moe-ad Jan 20, 2025
cf2995e
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 20, 2025
699cbf8
ci: auto fixes from pre-commit.com hooks.
pre-commit-ci[bot] Jan 20, 2025
03cc3f4
fix: implemented review suggestions
moe-ad Jan 21, 2025
ff0c91a
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 21, 2025
03da404
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 21, 2025
710d660
fix: vale errors
moe-ad Jan 21, 2025
f58d8b3
fix: vale errors
moe-ad Jan 21, 2025
b6ed31a
fix: documentation review
moe-ad Jan 21, 2025
53c37ba
fix: suggestions from code review
moe-ad Jan 21, 2025
36f1494
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 22, 2025
1ab852c
fix: more review comments
moe-ad Jan 22, 2025
10c1603
fix: more review suggestions
moe-ad Jan 22, 2025
d28cb2c
fix: final review suggestions
moe-ad Jan 22, 2025
949781d
fix: final review comments
moe-ad Jan 23, 2025
34933a5
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 23, 2025
59f109d
ci: skipping non-student versions when running on remote
germa89 Jan 23, 2025
df9d690
ci: empty commit to trigger CICD
moe-ad Jan 23, 2025
9eb7d9b
Merge branch 'main' into feat/add-stochastic-fem-example
moe-ad Jan 23, 2025
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
1 change: 1 addition & 0 deletions doc/changelog.d/3648.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: add stochastic fem example
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"sphinxemoji.sphinxemoji",
"sphinx.ext.graphviz",
"ansys_sphinx_theme.extension.linkcode",
"sphinx.ext.mathjax",
]

# Intersphinx mapping
Expand Down
3 changes: 3 additions & 0 deletions doc/source/examples/extended_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ with other programs, libraries, and features in development.
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
| :ref:`hpc_ml_ga_example` | Demonstrates how to use PyMAPDL in a high-performance computing system managed by SLURM. |
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
| :ref:`stochastic_fem_example` | Demonstrates using PyMAPDL for stochastic FEA using Monte Carlo simulation. |
+------------------------------------------------------+--------------------------------------------------------------------------------------------+


.. toctree::
Expand All @@ -39,4 +41,5 @@ with other programs, libraries, and features in development.
executable/executable.rst
gui/executable.rst
hpc/hpc_ml_ga.rst
sfem/stochastic_fem.rst

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading