You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"source": "## About OOFEM\n* OOFEM.org is open-source, multi-physics finite element solver\n* Written in C++ with object-oriented architecture\n* Wisit www.oofem.org for documantation and tutorials\n",
38
-
"metadata": {}
18
+
"metadata": {},
19
+
"source": [
20
+
"## About OOFEM\n",
21
+
"* OOFEM.org is open-source, multi-physics finite element solver\n",
22
+
"* Written in C++ with object-oriented architecture\n",
23
+
"* Visit www.oofem.org for documantation and tutorials\n"
24
+
]
39
25
},
40
26
{
41
27
"cell_type": "markdown",
42
-
"source": "## About this site\n* OOFEM comes with Python bindings, alloving to script OOFEM from Python\n* You can also develop custom elements, material models and solvers in Python\n* This site provides tutorials on using and extending OOFEM with Python",
43
-
"metadata": {}
28
+
"metadata": {},
29
+
"source": [
30
+
"## About this site\n",
31
+
"* OOFEM comes with Python bindings, alloving to script OOFEM from Python\n",
32
+
"* You can also develop custom elements, material models and solvers in Python\n",
33
+
"* This site provides tutorials on using and extending OOFEM with Python"
34
+
]
44
35
},
45
36
{
46
37
"cell_type": "markdown",
47
-
"source": "## Tutorials\n### Introduction & First steps\n* Running solver with existing model and plotting results:\n * [demo01.ipynb](Getting_started/demo01.ipynb) ",
48
-
"metadata": {}
38
+
"metadata": {},
39
+
"source": [
40
+
"## Tutorials\n",
41
+
"### Introduction & First steps\n",
42
+
"* Running solver with existing model and plotting results:\n",
"source": "This site is powered by [JupiterLite](https://jupyterlite.readthedocs.io/en/stable/), [Pyodide](https://pyodide.org/en/stable/), [Github Pages](https://pages.github.com/) and OOFEM wasm python module.\n\nCopyright (c) 2024 Borek Patzak",
53
-
"metadata": {}
48
+
"metadata": {},
49
+
"source": [
50
+
"This site is powered by [JupiterLite](https://jupyterlite.readthedocs.io/en/stable/), [Pyodide](https://pyodide.org/en/stable/), [Github Pages](https://pages.github.com/) and [OOFEM](https://www.oofem.org) wasm python module.\n",
0 commit comments