midas-civil 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of midas-civil might be problematic. Click here for more details.
- midas_civil/_material.py +1 -1
- midas_civil/_model.py +1 -1
- {midas_civil-0.0.4.dist-info → midas_civil-0.0.5.dist-info}/METADATA +1 -1
- {midas_civil-0.0.4.dist-info → midas_civil-0.0.5.dist-info}/RECORD +7 -7
- {midas_civil-0.0.4.dist-info → midas_civil-0.0.5.dist-info}/WHEEL +0 -0
- {midas_civil-0.0.4.dist-info → midas_civil-0.0.5.dist-info}/licenses/LICENSE +0 -0
- {midas_civil-0.0.4.dist-info → midas_civil-0.0.5.dist-info}/top_level.txt +0 -0
midas_civil/_material.py
CHANGED
|
@@ -55,7 +55,7 @@ class Material:
|
|
|
55
55
|
|
|
56
56
|
@staticmethod
|
|
57
57
|
def create():
|
|
58
|
-
if Material.mats!=[] : Material.
|
|
58
|
+
if Material.mats!=[] : Material.create_only()
|
|
59
59
|
if CreepShrinkage.mats!=[] : CreepShrinkage.create()
|
|
60
60
|
if CompStrength.mats!=[] : CompStrength.create()
|
|
61
61
|
if TDLink.json()!={'Assign':{}} : TDLink.create()
|
midas_civil/_model.py
CHANGED
|
@@ -230,7 +230,7 @@ class Model:
|
|
|
230
230
|
@staticmethod
|
|
231
231
|
def create():
|
|
232
232
|
"""Create Material, Section, Node, Elements, Groups and Boundary."""
|
|
233
|
-
if Material.mats!=[]: Material.
|
|
233
|
+
if Material.mats!=[]: Material.create()
|
|
234
234
|
if Section.sect!=[]: Section.create()
|
|
235
235
|
if Thickness.thick!=[]: Thickness.create()
|
|
236
236
|
if Node.nodes!=[]: Node.create()
|
|
@@ -5,16 +5,16 @@ midas_civil/_element.py,sha256=RyuJN2XMCrZoBBJ5a0CDbRISocPL0WyuQvYdKes6vMc,7237
|
|
|
5
5
|
midas_civil/_group.py,sha256=8iZCIB6XEgFz4Z7QEDU3wd7t18xAtNnqetw5Ch1UOeY,10074
|
|
6
6
|
midas_civil/_load.py,sha256=__qVQgbyfAILyoLv8eDGZ_1uMunzzDG1tUu5zWWD-oA,17213
|
|
7
7
|
midas_civil/_mapi.py,sha256=5B6m4csZiERswaVfgI8pQLopfHXmfwaNlJyLsi204Pw,2132
|
|
8
|
-
midas_civil/_material.py,sha256=
|
|
9
|
-
midas_civil/_model.py,sha256=
|
|
8
|
+
midas_civil/_material.py,sha256=hlgBGL5JTN1-aDL5hXwU9lalAhzoD0pPP-8HE2jCfAs,10711
|
|
9
|
+
midas_civil/_model.py,sha256=wbf3gmFgv0ZB4rphxr-3xLspH-WD7p6aB7PQCNGHA40,14923
|
|
10
10
|
midas_civil/_node.py,sha256=yj17RT3Ei7RafWQVHThjwPGUHe3DTQbuv0MwuDjCJro,3513
|
|
11
11
|
midas_civil/_result.py,sha256=siTMENLIwF_6rvydSjP9aQAWaIlt0pReiqNyDhDevGk,24290
|
|
12
12
|
midas_civil/_result_extract.py,sha256=nYR3cYYZVogVje-Y4Y1Lh1S-lCDs_n-1MCwvkmWk6qA,2454
|
|
13
13
|
midas_civil/_section.py,sha256=56RWJdyvDr7Es7Is8Fxq3jPCPP57WW8ECCYZzhm6bf0,26375
|
|
14
14
|
midas_civil/_thickness.py,sha256=Mungooyfo0_JJUmjPCr25h0PSSW_TtEfcMa-hz3YGZA,3146
|
|
15
15
|
midas_civil/_utils.py,sha256=eymiqO8KaTKdhVY3saebqNS0BbUUmGmgw3-ELKqew0A,2611
|
|
16
|
-
midas_civil-0.0.
|
|
17
|
-
midas_civil-0.0.
|
|
18
|
-
midas_civil-0.0.
|
|
19
|
-
midas_civil-0.0.
|
|
20
|
-
midas_civil-0.0.
|
|
16
|
+
midas_civil-0.0.5.dist-info/licenses/LICENSE,sha256=zrL4RwZC4rb-by_ZHKXwKdIwcs6ATy59TPZ9HxPHCrs,1071
|
|
17
|
+
midas_civil-0.0.5.dist-info/METADATA,sha256=Mxzppv7lCcuG7kNNiw7uL8uaVk3dUVCRifjEXNRjZLA,1709
|
|
18
|
+
midas_civil-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
midas_civil-0.0.5.dist-info/top_level.txt,sha256=_NFmrlN5V9OxJ-PAO4s_om8OA8uupXho3QqZcSsnbuI,12
|
|
20
|
+
midas_civil-0.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|