Skip to content

Commit f3b2047

Browse files
v1.0.3 - Retrieve cross-section stresses using get_stress()
1 parent 18ee51a commit f3b2047

File tree

20 files changed

+739
-275
lines changed

20 files changed

+739
-275
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Change Log:
22
===========
33

4-
v1.0.1:
4+
v1.0.3:
5+
-------
6+
7+
- Retrieve cross-section stresses using get_stress()
8+
9+
v1.0.2:
510
-------
611

712
- Fix returns for adding to geometry
@@ -16,4 +21,4 @@ v1.0.1:
1621
v1.0.0:
1722
-------
1823

19-
Initial release.
24+
- Initial release.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Robbie van Leeuwen
3+
Copyright (c) 2019 Robbie van Leeuwen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ $ pip install sectionproperties
9292
- [x] Plot mesh
9393
- [x] Plot centroids
9494
- [x] Plot cross-section stresses
95+
- [x] Retrieve cross-section stresses
9596
- [ ] Generate cross-section report
9697
- [ ] Export to Paraview
9798

README_pypi.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
sectionproperties
2-
=================
1+
.. image:: logo.png
2+
:width: 100 %
3+
:alt: sectionproperties
4+
:align: left
35

46
|Build Status| |Documentation Status|
57

@@ -124,6 +126,7 @@ Post-Processor:
124126
- [x] Plot mesh
125127
- [x] Plot centroids
126128
- [x] Plot cross-section stresses
129+
- [x] Retrieve cross-section stresses
127130
- [ ] Generate cross-section report
128131
- [ ] Export to Paraview
129132

6.07 KB
Binary file not shown.
23.1 KB
Binary file not shown.
24.9 KB
Binary file not shown.

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

Lines changed: 167 additions & 50 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: 17 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)