1
+
2
+
3
+ <!DOCTYPE html>
4
+ < html class ="writer-html5 " lang ="en " data-content_root ="../ ">
5
+ < head >
6
+ < meta charset ="utf-8 " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
+ < title > Overview: module code — PyFEM documentation</ title >
9
+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=80d5e7a1 " />
10
+ < link rel ="stylesheet " type ="text/css " href ="../_static/css/theme.css?v=e59714d7 " />
11
+
12
+
13
+ < script src ="../_static/jquery.js?v=5d32c60e "> </ script >
14
+ < script src ="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
15
+ < script src ="../_static/documentation_options.js?v=5929fcd5 "> </ script >
16
+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
17
+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
18
+ < script src ="../_static/js/theme.js "> </ script >
19
+ < link rel ="author " title ="About these documents " href ="../about.html " />
20
+ < link rel ="index " title ="Index " href ="../genindex.html " />
21
+ < link rel ="search " title ="Search " href ="../search.html " />
22
+ </ head >
23
+
24
+ < body class ="wy-body-for-nav ">
25
+ < div class ="wy-grid-for-nav ">
26
+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
27
+ < div class ="wy-side-scroll ">
28
+ < div class ="wy-side-nav-search " >
29
+
30
+
31
+
32
+ < a href ="../index.html " class ="icon icon-home ">
33
+ PyFEM
34
+ </ a >
35
+ < div role ="search ">
36
+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
37
+ < input type ="text " name ="q " placeholder ="Search docs " aria-label ="Search docs " />
38
+ < input type ="hidden " name ="check_keywords " value ="yes " />
39
+ < input type ="hidden " name ="area " value ="default " />
40
+ </ form >
41
+ </ div >
42
+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
43
+ < ul >
44
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../about.html "> About the code</ a > </ li >
45
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../installation.html "> Installation</ a > </ li >
46
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../quickstart.html "> Quickstart</ a > </ li >
47
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../tutorials.html "> Tutorials</ a > </ li >
48
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../develop.html "> Developers guide</ a > </ li >
49
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../api.html "> PyFEM API</ a > </ li >
50
+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../modules.html "> pyfem-GITHUB</ a > </ li >
51
+ </ ul >
52
+
53
+ </ div >
54
+ </ div >
55
+ </ nav >
56
+
57
+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " >
58
+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
59
+ < a href ="../index.html "> PyFEM</ a >
60
+ </ nav >
61
+
62
+ < div class ="wy-nav-content ">
63
+ < div class ="rst-content ">
64
+ < div role ="navigation " aria-label ="Page navigation ">
65
+ < ul class ="wy-breadcrumbs ">
66
+ < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
67
+ < li class ="breadcrumb-item active "> Overview: module code</ li >
68
+ < li class ="wy-breadcrumbs-aside ">
69
+ </ li >
70
+ </ ul >
71
+ < hr />
72
+ </ div >
73
+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
74
+ < div itemprop ="articleBody ">
75
+
76
+ < h1 > All modules for which code is available</ h1 >
77
+ < ul > < li > < a href ="pyfem/util/BaseModule.html "> pyfem.util.BaseModule</ a > </ li >
78
+ < li > < a href ="pyfem/util/BezierShapeFunctions.html "> pyfem.util.BezierShapeFunctions</ a > </ li >
79
+ < li > < a href ="pyfem/util/dataStructures.html "> pyfem.util.dataStructures</ a > </ li >
80
+ < li > < a href ="pyfem/util/fileParser.html "> pyfem.util.fileParser</ a > </ li >
81
+ < li > < a href ="pyfem/util/itemList.html "> pyfem.util.itemList</ a > </ li >
82
+ < li > < a href ="pyfem/util/kinematics.html "> pyfem.util.kinematics</ a > </ li >
83
+ < li > < a href ="pyfem/util/logger.html "> pyfem.util.logger</ a > </ li >
84
+ < li > < a href ="pyfem/util/plotUtils.html "> pyfem.util.plotUtils</ a > </ li >
85
+ < li > < a href ="pyfem/util/shapeFunctions.html "> pyfem.util.shapeFunctions</ a > </ li >
86
+ < li > < a href ="pyfem/util/transformations.html "> pyfem.util.transformations</ a > </ li >
87
+ < li > < a href ="pyfem/util/utilFunctions.html "> pyfem.util.utilFunctions</ a > </ li >
88
+ < li > < a href ="pyfem/util/vtkUtils.html "> pyfem.util.vtkUtils</ a > </ li >
89
+ </ ul >
90
+
91
+ </ div >
92
+ </ div >
93
+ < footer >
94
+
95
+ < hr />
96
+
97
+ < div role ="contentinfo ">
98
+ < p > © Copyright 2025, Joris Remmers.</ p >
99
+ </ div >
100
+
101
+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
102
+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
103
+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
104
+
105
+
106
+ </ footer >
107
+ </ div >
108
+ </ div >
109
+ </ section >
110
+ </ div >
111
+ < script >
112
+ jQuery ( function ( ) {
113
+ SphinxRtdTheme . Navigation . enable ( true ) ;
114
+ } ) ;
115
+ </ script >
116
+
117
+ </ body >
118
+ </ html >
0 commit comments