Skip to content

Commit 55903b2

Browse files
moe-adpyansys-ci-botpre-commit-ci[bot]PipKatgerma89
authored
feat: add stochastic fem example (#3648)
* feat: activate mathjax ext and add base rst * chore: adding changelog file 3648.documentation.md [dependabot-skip] * feat: more content * feat: added realizations figure * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * feat: more content * feat: toctree entry and more content * feat: more content and new figure * feat: source code files * feat: a lot of content * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * feat: more content * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * feat: minor corrections * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * fix: implemented review suggestions * fix: vale errors * fix: vale errors * fix: documentation review * fix: suggestions from code review Co-authored-by: Kathy Pippert <[email protected]> * fix: more review comments * fix: more review suggestions * fix: final review suggestions * fix: final review comments * ci: skipping non-student versions when running on remote * ci: empty commit to trigger CICD --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kathy Pippert <[email protected]> Co-authored-by: German <[email protected]>
1 parent 3a5732c commit 55903b2

File tree

12 files changed

+1204
-0
lines changed

12 files changed

+1204
-0
lines changed

doc/changelog.d/3648.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: add stochastic fem example

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"sphinxemoji.sphinxemoji",
104104
"sphinx.ext.graphviz",
105105
"ansys_sphinx_theme.extension.linkcode",
106+
"sphinx.ext.mathjax",
106107
]
107108

108109
# Intersphinx mapping

doc/source/examples/extended_examples/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ with other programs, libraries, and features in development.
2525
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
2626
| :ref:`hpc_ml_ga_example` | Demonstrates how to use PyMAPDL in a high-performance computing system managed by SLURM. |
2727
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
28+
| :ref:`stochastic_fem_example` | Demonstrates using PyMAPDL for stochastic FEA using Monte Carlo simulation. |
29+
+------------------------------------------------------+--------------------------------------------------------------------------------------------+
2830

2931

3032
.. toctree::
@@ -39,4 +41,5 @@ with other programs, libraries, and features in development.
3941
executable/executable.rst
4042
gui/executable.rst
4143
hpc/hpc_ml_ga.rst
44+
sfem/stochastic_fem.rst
4245

57.9 KB
Loading
36 KB
Loading
12.6 KB
Loading
131 KB
Loading

0 commit comments

Comments
 (0)