Skip to content

Commit 9ee1886

Browse files
Add MonoISection class; add depth and force norm to verbose plastic output
1 parent 48552a3 commit 9ee1886

File tree

21 files changed

+564
-150
lines changed

21 files changed

+564
-150
lines changed
6.68 KB
Binary file not shown.
16.8 KB
Binary file not shown.
14.7 KB
Binary file not shown.
17.9 KB
Loading
17.1 KB
Loading

docs/build/html/_modules/sectionproperties/analysis/cross_section.html

Lines changed: 76 additions & 65 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/sectionproperties/pre/pre.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>Source code for sectionproperties.pre.pre</h1><div class="highlight"><pre>
158158
<span class="kn">import</span> <span class="nn">meshpy.triangle</span> <span class="k">as</span> <span class="nn">triangle</span>
159159

160160

161-
<div class="viewcode-block" id="Material"><a class="viewcode-back" href="../../../rst/geom_mesh.html#sectionproperties.pre.pre.Material">[docs]</a><span class="k">class</span> <span class="nc">Material</span><span class="p">:</span>
161+
<div class="viewcode-block" id="Material"><a class="viewcode-back" href="../../../rst/api.html#sectionproperties.pre.pre.Material">[docs]</a><span class="k">class</span> <span class="nc">Material</span><span class="p">:</span>
162162
<span class="sd">&quot;&quot;&quot;Class for structural materials.</span>
163163

164164
<span class="sd"> Provides a way of storing material properties related to a specific</span>

docs/build/html/_modules/sectionproperties/pre/sections.html

Lines changed: 144 additions & 17 deletions
Large diffs are not rendered by default.

docs/build/html/_sources/rst/api.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ ISection Class
4444
.. autoclass:: sectionproperties.pre.sections.ISection
4545
:show-inheritance:
4646

47+
MonoISection Class
48+
""""""""""""""""""
49+
.. autoclass:: sectionproperties.pre.sections.MonoISection
50+
:show-inheritance:
51+
4752
PfcSection Class
4853
""""""""""""""""
4954
.. autoclass:: sectionproperties.pre.sections.PfcSection

docs/build/html/_sources/rst/geom_mesh.rst.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ I-Section
6363
:show-inheritance:
6464
:noindex:
6565

66+
Monosymmetric I-Section
67+
^^^^^^^^^^^^^^^^^^^^^^^
68+
.. autoclass:: sectionproperties.pre.sections.MonoISection
69+
:show-inheritance:
70+
:noindex:
71+
6672
Parallel Flange Channel (PFC) Section
6773
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6874
.. autoclass:: sectionproperties.pre.sections.PfcSection
@@ -110,7 +116,7 @@ defined by a list of points (nodes), facets (node connectivities) and hole locat
110116
:show-inheritance:
111117
:noindex:
112118

113-
.. note:: Ensure that the ``control_points`` you choose lies within the
119+
.. note:: Ensure that the ``control_points`` you choose lie within the
114120
:class:`~sectionproperties.pre.sections.CustomSection`. If any of the ``control_points``
115121
are outside the region, on an edge or within a hole, the meshing algorithm will
116122
likely not treat distinct areas within the :class:`~sectionproperties.pre.sections.CustomSection`

0 commit comments

Comments
 (0)