forked from AHartmaier/pyLabFEA
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
167 lines (158 loc) · 8.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Python Laboratory for Finite Element Analysis (pyLabFEA) — pyLabFEA 4.3.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/classic.css?v=2bf1fcf8" />
<script src="_static/documentation_options.js?v=32fb297c"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Technical guide" href="readme.html" />
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="readme.html" title="Technical guide"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">pyLabFEA 4.3.2 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Python Laboratory for Finite Element Analysis (pyLabFEA)</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="python-laboratory-for-finite-element-analysis-pylabfea">
<h1>Python Laboratory for Finite Element Analysis (pyLabFEA)<a class="headerlink" href="#python-laboratory-for-finite-element-analysis-pylabfea" title="Link to this heading">¶</a></h1>
<dl class="field-list simple">
<dt class="field-odd">Author<span class="colon">:</span></dt>
<dd class="field-odd"><p>Alexander Hartmaier</p>
</dd>
<dt class="field-even">Organization<span class="colon">:</span></dt>
<dd class="field-even"><p>ICAMS, Ruhr University Bochum, Germany</p>
</dd>
<dt class="field-odd">Contact<span class="colon">:</span></dt>
<dd class="field-odd"><p><a class="reference external" href="mailto:alexander.hartmaier%40rub.de">alexander<span>.</span>hartmaier<span>@</span>rub<span>.</span>de</a></p>
</dd>
</dl>
<p>Finite Element Analysis (FEA) is a numerical method for studying
mechanical behavior of fluids and solids. The pyLabFEA package introduces a simple version
of FEA for solid mechanics and elastic-plastic materials, which is
fully written in Python. Due to its simplicity, it is well-suited for teaching, and
its flexibility in constitutive modeling of materials makes it a useful
research tool.</p>
<p>GitHub repository: <a class="reference external" href="https://github.com/AHartmaier/pyLabFEA.git">https://github.com/AHartmaier/pyLabFEA.git</a></p>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Documentation:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="readme.html">Technical guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="readme.html#installation">Installation</a></li>
<li class="toctree-l2"><a class="reference internal" href="readme.html#documentation">Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="readme.html#contributions">Contributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="readme.html#dependencies">Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="readme.html#license">License</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="examples.html">Jupyter notebooks</a><ul>
<li class="toctree-l2"><a class="reference internal" href="examples.html#tutorial-1-introduction">Tutorial 1: Introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#tutorial-2-composites">Tutorial 2: Composites</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#tutorial-3-equivalent-stress">Tutorial 3: Equivalent Stress</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#tutorial-4-plasticity">Tutorial 4: Plasticity</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#tutorial-5-homogenization">Tutorial 5: Homogenization</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#application-1-machine-learning-flow-rule-for-hill-type-plasticity">Application 1: Machine Learning Flow Rule for Hill-type plasticity</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#application-2-machine-learning-flow-rule-for-tresca-plasticity">Application 2: Machine Learning Flow Rule for Tresca plasticity</a></li>
<li class="toctree-l2"><a class="reference internal" href="examples.html#application-3-training-of-machine-learning-flow-rule-with-full-tensorial-stresses">Application 3: Training of Machine Learning flow rule with full tensorial stresses</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="examples.html#examples">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="pyLabFEA.html">Modules</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pyLabFEA.html#module-pylabfea.basic">Module Basic</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyLabFEA.html#module-pylabfea.model">Module Model</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyLabFEA.html#module-pylabfea.material">Module Material</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyLabFEA.html#module-pylabfea.training">Module Training</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyLabFEA.html#module-pylabfea.data">Module Data</a></li>
</ul>
</li>
</ul>
</div>
</section>
<section id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading">¶</a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div>
<h3><a href="#">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Python Laboratory for Finite Element Analysis (pyLabFEA)</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="readme.html"
title="next chapter">Technical guide</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="readme.html" title="Technical guide"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">pyLabFEA 4.3.2 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Python Laboratory for Finite Element Analysis (pyLabFEA)</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2020 2022, 2024, Alexander Hartmaier, ICAMS/Ruhr University Bochum, Germany.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>