compas-cem 0.7.0__py2.py3-none-any.whl → 0.8.2__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- compas_cem/__init__.py +1 -1
- compas_cem/diagrams/diagram.py +16 -0
- compas_cem/diagrams/topology/topology.py +6 -3
- compas_cem/equilibrium/__init__.py +1 -0
- compas_cem/equilibrium/force.py +9 -3
- compas_cem/equilibrium/force_numpy.py +9 -3
- compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/code.py +17 -0
- compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/icon.png +0 -0
- compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/metadata.json +35 -0
- compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/code.py +16 -0
- compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/icon.png +0 -0
- compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/metadata.json +36 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser +0 -0
- compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser +0 -0
- compas_cem/optimization/constraints/__init__.py +2 -0
- compas_cem/optimization/constraints/direction.py +191 -0
- compas_cem/optimization/constraints/polyline.py +149 -0
- compas_cem/optimization/optimizer.py +2 -2
- compas_cem/optimization/parameters/load.py +4 -2
- compas_cem/viewers/diagramobject.py +1 -0
- compas_cem-0.8.2.dist-info/AUTHORS.rst +41 -0
- {compas_cem-0.7.0.dist-info → compas_cem-0.8.2.dist-info}/METADATA +183 -189
- {compas_cem-0.7.0.dist-info → compas_cem-0.8.2.dist-info}/RECORD +63 -54
- {compas_cem-0.7.0.dist-info → compas_cem-0.8.2.dist-info}/WHEEL +1 -1
- compas_cem-0.7.0.dist-info/AUTHORS.rst +0 -41
- compas_cem-0.7.0.dist-info/entry_points.txt +0 -3
- {compas_cem-0.7.0.dist-info → compas_cem-0.8.2.dist-info}/LICENSE +0 -0
- {compas_cem-0.7.0.dist-info → compas_cem-0.8.2.dist-info}/top_level.txt +0 -0
@@ -1,23 +1,23 @@
|
|
1
|
-
compas_cem/__init__.py,sha256=
|
1
|
+
compas_cem/__init__.py,sha256=ODSicwdQeh2BP3zb860ZUHqBt6TGlZEubNmAtYeBalU,2083
|
2
2
|
compas_cem/data/__init__.py,sha256=bi1mgZ9pRnj5gtv1P4149KbjVjnYiBPxrBf8Ldosb18,446
|
3
3
|
compas_cem/data/data.py,sha256=ociRshzFwUcrmXFQzRcXJW6OtzYKujhVN6VKVnlAje0,363
|
4
4
|
compas_cem/diagrams/__init__.py,sha256=LK-jcMF7Lmcj81drGSGSgPqUOtJzG7mjveIw6XrXX4A,591
|
5
|
-
compas_cem/diagrams/diagram.py,sha256=
|
5
|
+
compas_cem/diagrams/diagram.py,sha256=jOfDnPjoBphsMJITiz1aiO7SxiZVX4aUEshoT8tdE4A,8898
|
6
6
|
compas_cem/diagrams/form.py,sha256=NLL6NesJQl08cFqq1Otcq87QIBC3CJOD4Wubz5GZLto,1470
|
7
7
|
compas_cem/diagrams/mixins/__init__.py,sha256=xP5oDLuWiRUwGDM5SkkicNp3KPGUXBw_lkQRWco82RQ,578
|
8
8
|
compas_cem/diagrams/mixins/edge_mixins.py,sha256=t2MYVlkirkBrgj9AGbnKAcbQcNPIp6zUaRxI9eyBUq0,1963
|
9
9
|
compas_cem/diagrams/mixins/node_mixins.py,sha256=-VJhSy-eTvE4FWUsmGBcKU05tn7ghF3n0tuKcKNck20,2003
|
10
10
|
compas_cem/diagrams/topology/__init__.py,sha256=e1cJjlSoY6Qb4rh0RwIXdvdpFlIhXleWPsNL6v9wbfI,595
|
11
11
|
compas_cem/diagrams/topology/mesh_mixins.py,sha256=sp9_NXsIe65VVGxVWy_xRbzFS-QhmDAEKM_QR_BExzw,3963
|
12
|
-
compas_cem/diagrams/topology/topology.py,sha256=
|
12
|
+
compas_cem/diagrams/topology/topology.py,sha256=5atA67hAk2q2pfzUtYxjORkA4-k_UjR5nwwnEFF6_2k,29911
|
13
13
|
compas_cem/elements/__init__.py,sha256=vSj7Snbcpxgf6xYOF9zjrvtB2z57x1bxzENCLT1PyQs,670
|
14
14
|
compas_cem/elements/deviation.py,sha256=3AG3PoV79pB_ddRcQZkVsnu-KAtdaTVMcegYmfXOJF0,880
|
15
15
|
compas_cem/elements/edge.py,sha256=rPux6izBx5WgTk8pRX1EdA-F50KIXBqjLCb-g4hWyio,1551
|
16
16
|
compas_cem/elements/node.py,sha256=9DBQ00aT-z7D_ykyQt8AHgOLcbWPwPLOZQevBdGED_w,1386
|
17
17
|
compas_cem/elements/trail.py,sha256=N91w2GNmOhhQvmWTQAjnsG6zeOY342j-gBUzRnbHDls,1357
|
18
|
-
compas_cem/equilibrium/__init__.py,sha256=
|
19
|
-
compas_cem/equilibrium/force.py,sha256=
|
20
|
-
compas_cem/equilibrium/force_numpy.py,sha256=
|
18
|
+
compas_cem/equilibrium/__init__.py,sha256=vmTbcgVMTzpRbvRlWNzzMlSDb6YppFoHCiVNHZPiMf0,594
|
19
|
+
compas_cem/equilibrium/force.py,sha256=QaVfhID_13mnqAH_PKEIHNdBj2W9x-4V5d9jyEBzowI,14342
|
20
|
+
compas_cem/equilibrium/force_numpy.py,sha256=v36KqQspOw3GXbEKiObk2SPqF55LXaKpjOPbwURxGdg,14935
|
21
21
|
compas_cem/ghpython/__init__.py,sha256=HMviaB3xMby3kvfmiMcnR_MskDyJoJDtI8quJxz5Fos,752
|
22
22
|
compas_cem/ghpython/artists.py,sha256=621hHrJjuvUWRBifIF4b3nslKeKo_BZG-OjgClc0cZE,12761
|
23
23
|
compas_cem/ghpython/install.py,sha256=2yYHLMnmIf6dPxl-32sxtNRlQyiQzh3iRTA0OMZo2GI,702
|
@@ -38,6 +38,9 @@ compas_cem/ghpython/components/CompasCem_ConstrainedFormFinding/metadata.json,sh
|
|
38
38
|
compas_cem/ghpython/components/CompasCem_ConstraintDeviationEdgeLength/code.py,sha256=Lr7qmkmQIgTYYjsiHZxdN33HD1CLOwWEDvwTdHVa_E0,491
|
39
39
|
compas_cem/ghpython/components/CompasCem_ConstraintDeviationEdgeLength/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
40
40
|
compas_cem/ghpython/components/CompasCem_ConstraintDeviationEdgeLength/metadata.json,sha256=07aTetBWNItWMJJr71O7NfD7miecoSwhjQ38VUuVr_Y,1122
|
41
|
+
compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/code.py,sha256=qIlsMt1jA04UhGAYck9eoSriEnb3jTicPawyTQzTprw,597
|
42
|
+
compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
43
|
+
compas_cem/ghpython/components/CompasCem_ConstraintEdgeDirection/metadata.json,sha256=D5ldR3OoxxFWpa4r2avtMTeHa-sY4g7ALJ6aTaREV0k,1127
|
41
44
|
compas_cem/ghpython/components/CompasCem_ConstraintNodeLine/code.py,sha256=uPZVCNaSYKR5TG8uHQjodnKESkaMIK1ewHwccB4-j4o,535
|
42
45
|
compas_cem/ghpython/components/CompasCem_ConstraintNodeLine/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
43
46
|
compas_cem/ghpython/components/CompasCem_ConstraintNodeLine/metadata.json,sha256=jzkPHnUc8QDw0CcxEBMB1SEJN39R2q3RTztPVbeHnTQ,1149
|
@@ -47,6 +50,9 @@ compas_cem/ghpython/components/CompasCem_ConstraintNodePlane/metadata.json,sha25
|
|
47
50
|
compas_cem/ghpython/components/CompasCem_ConstraintNodePoint/code.py,sha256=qw1PQErbX7fKmK14eimW-XgTqNI4O931NT-kEUzKMys,542
|
48
51
|
compas_cem/ghpython/components/CompasCem_ConstraintNodePoint/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
49
52
|
compas_cem/ghpython/components/CompasCem_ConstraintNodePoint/metadata.json,sha256=UEDbpk6SRg0Hm_HcfqOBRdgDJ4Xf3C_CB5YUkmvx8VY,1096
|
53
|
+
compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/code.py,sha256=sUJSccgqIx8GChvzDLGE9UMxkdcucSoj85s-jnIosMI,575
|
54
|
+
compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
55
|
+
compas_cem/ghpython/components/CompasCem_ConstraintNodePolyline/metadata.json,sha256=9egWFZf-cHHGY31jkcnCT1yK431XWVRP0Es5QQpapoI,1117
|
50
56
|
compas_cem/ghpython/components/CompasCem_ConstraintReactionForce/code.py,sha256=tHcjw0F52doBmAcKri6u1drDHE3dTmAGvrtrf0GA2KY,597
|
51
57
|
compas_cem/ghpython/components/CompasCem_ConstraintReactionForce/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
52
58
|
compas_cem/ghpython/components/CompasCem_ConstraintReactionForce/metadata.json,sha256=EGrWAgJNyl5uEUm8xSypAPugeb1EXw8XnumYS8J16po,1158
|
@@ -134,63 +140,67 @@ compas_cem/ghpython/components/CompasCem_TopologyDiagram/metadata.json,sha256=fX
|
|
134
140
|
compas_cem/ghpython/components/CompasCem_TrailsShift/code.py,sha256=IKi3j4O4MFm49gE7WKI2q3CPVgEtHk6l_-dxSWKUmIY,677
|
135
141
|
compas_cem/ghpython/components/CompasCem_TrailsShift/icon.png,sha256=Z4db6_cA8h6PLFiX_LSggoEtzsMsKoHq3etLwXlIBqU,2759
|
136
142
|
compas_cem/ghpython/components/CompasCem_TrailsShift/metadata.json,sha256=HXblUM7_ySpRKv1EGdM6VKs_oWz8Y57m7m0-bRqNScI,1125
|
137
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser,sha256=
|
138
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256
|
139
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=
|
140
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=
|
141
|
-
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=
|
142
|
-
compas_cem/ghpython/components/ghuser/
|
143
|
-
compas_cem/ghpython/components/ghuser/
|
144
|
-
compas_cem/ghpython/components/ghuser/
|
145
|
-
compas_cem/ghpython/components/ghuser/
|
146
|
-
compas_cem/ghpython/components/ghuser/
|
147
|
-
compas_cem/ghpython/components/ghuser/
|
148
|
-
compas_cem/ghpython/components/ghuser/
|
149
|
-
compas_cem/ghpython/components/ghuser/
|
150
|
-
compas_cem/ghpython/components/ghuser/
|
151
|
-
compas_cem/ghpython/components/ghuser/
|
152
|
-
compas_cem/ghpython/components/ghuser/
|
153
|
-
compas_cem/ghpython/components/ghuser/
|
154
|
-
compas_cem/ghpython/components/ghuser/
|
155
|
-
compas_cem/ghpython/components/ghuser/
|
156
|
-
compas_cem/ghpython/components/ghuser/
|
157
|
-
compas_cem/ghpython/components/ghuser/
|
158
|
-
compas_cem/ghpython/components/ghuser/
|
159
|
-
compas_cem/ghpython/components/ghuser/
|
160
|
-
compas_cem/ghpython/components/ghuser/
|
161
|
-
compas_cem/ghpython/components/ghuser/
|
162
|
-
compas_cem/ghpython/components/ghuser/
|
163
|
-
compas_cem/ghpython/components/ghuser/
|
164
|
-
compas_cem/ghpython/components/ghuser/
|
165
|
-
compas_cem/ghpython/components/ghuser/
|
166
|
-
compas_cem/ghpython/components/ghuser/
|
167
|
-
compas_cem/ghpython/components/ghuser/
|
168
|
-
compas_cem/ghpython/components/ghuser/
|
169
|
-
compas_cem/ghpython/components/ghuser/
|
170
|
-
compas_cem/ghpython/components/ghuser/
|
171
|
-
compas_cem/ghpython/components/ghuser/
|
172
|
-
compas_cem/ghpython/components/ghuser/
|
173
|
-
compas_cem/ghpython/components/ghuser/
|
143
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistColors.ghuser,sha256=JjR0UpRxuVkbiTSZpm3erJrCQmuKtHuF7Nxj8q1Tu-o,3283
|
144
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistForm.ghuser,sha256=-fdVrThU7Cs2jzJ_cVLZkJQb4EcgOdBJ5BdTlKCaUP8,3472
|
145
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ArtistTopology.ghuser,sha256=1imKgnq-DMJJOnSudrQuH6XtdZhpy6ADSQs7KgegUGw,3624
|
146
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstrainedFormFinding.ghuser,sha256=bks7cAIgAC-tiTGiL7pz4xmNuSe1M0KT-SUJ8L7thq4,4713
|
147
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintDeviationEdgeLength.ghuser,sha256=kuR11XZRCghMN0STkCvgjdKnU9cW8uJtRB4FajAlhK0,3031
|
148
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintEdgeDirection.ghuser,sha256=H1CeMQwblMcGWzN_GaztRanD9D9DCrwCqDIX95RsoDA,3105
|
149
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodeLine.ghuser,sha256=-ki39RVmte7YoYtDSycxkcVr1Qd1Jqy6S9DzdOX1QWU,3055
|
150
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePlane.ghuser,sha256=YfJgrqFuhhSclhrYaTFfI_ZFcc-XCOsWWtFzYtN_n-g,3064
|
151
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePoint.ghuser,sha256=SA7EnRlfGP6KVTouFVE9a2NSW_7bw_nK_IxQZXhX4rs,3054
|
152
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintNodePolyline.ghuser,sha256=0R3wPHL4mplNGtFJ0nu00dW3X2br-RzwenSpYvXLkBA,3052
|
153
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintReactionForce.ghuser,sha256=K-5fizN-hO0CTj98siE5EGxqYQB5Qv0Bn-QUe0zujRU,3087
|
154
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ConstraintTrailEdgeForce.ghuser,sha256=qaUW6JTtpOnHaM3QffyB1U9VKYw929sGEeOzGYIP3ug,3037
|
155
|
+
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleForm.ghuser,sha256=2VRDi1rtziinIwDiHpXy3zQSeu8xDwa1NwtDgPEV89s,2934
|
156
|
+
compas_cem/ghpython/components/ghuser/CompasCem_DisassembleTopology.ghuser,sha256=gR4w4q-M0DFyxTKVi-nu8hbHUWqn7FY6oJegXpAU44c,3328
|
157
|
+
compas_cem/ghpython/components/ghuser/CompasCem_EdgeDeviation.ghuser,sha256=GZQgsmJiY_jBw9-y0jRWQDtudR5EtSY--vrh1BR_v-s,2961
|
158
|
+
compas_cem/ghpython/components/ghuser/CompasCem_EdgeTrail.ghuser,sha256=EyzjaeI13GA_qu07K9d7tjAJIsXKJw3cUcJPZewnYzI,3179
|
159
|
+
compas_cem/ghpython/components/ghuser/CompasCem_FormFinding.ghuser,sha256=uSKI48ghnrQSHVHwwNJRsD1PLekX26rhq_pXGFUavzA,3120
|
160
|
+
compas_cem/ghpython/components/ghuser/CompasCem_Info.ghuser,sha256=GelFlVpXNidQAqgxe3iuf0WGCy2PhvuvFKFUqks-W8g,2655
|
161
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONExportDiagram.ghuser,sha256=A4POuO0rW3btcJTUx4qkpngfUhQDzfjNtY0fF6ElFq4,2957
|
162
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportForm.ghuser,sha256=6N0GRgLs2qaKahp6Io_8cK2fXXlNQnu0XnygPQSXTJY,2867
|
163
|
+
compas_cem/ghpython/components/ghuser/CompasCem_JSONImportTopology.ghuser,sha256=NUE1kABZPv8OYxMiIPCJj-L7fAdUSmk0nsDSc-3-rwY,2882
|
164
|
+
compas_cem/ghpython/components/ghuser/CompasCem_NodeLoad.ghuser,sha256=yEy-NARdqBlC0OF1YDkSNyonCPwTGvIE6vixc_kXeQs,2949
|
165
|
+
compas_cem/ghpython/components/ghuser/CompasCem_NodeSupport.ghuser,sha256=qWuOzecEtzjDyzguMB86o-X717tA902iKN2MKg8ILpM,2826
|
166
|
+
compas_cem/ghpython/components/ghuser/CompasCem_OriginNodesMove.ghuser,sha256=18ELK8AXmKH1_j7HwW17G_SUxqdg8wF8YcyL-V4UXJM,3120
|
167
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterDeviationEdge.ghuser,sha256=D6NN2r2zRNh-9D1rvq1sWvzbeIOyuFbYXRzEHRDtIgc,3043
|
168
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadX.ghuser,sha256=jlUKb6XxptfobwHhc8Vs377ztHwh_IFjUGnhbcy9Tl4,3043
|
169
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadY.ghuser,sha256=9GiJdVT8ieRdfdaHWdYtuuQ2brwPa0l__uOYde9VROk,3044
|
170
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeLoadZ.ghuser,sha256=mnJhI1N8ZAczaX6_Q1UosbSlN1i7nuRScZ77a1HSRrA,3053
|
171
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginX.ghuser,sha256=KcdMFQ8PaP9DHUq4eUNvrmiiOQVIo8haa4-mz9vvZgk,3049
|
172
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginY.ghuser,sha256=By48FMcGlJkn5BYHk6GSDw_AD8u5bZwmrolYk8Qh0qs,3045
|
173
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterNodeOriginZ.ghuser,sha256=sNOLNx2A-2F3_Jz-bHi6oY88zAgFwJ_cB7EiqEt4xGQ,3039
|
174
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ParameterTrailEdge.ghuser,sha256=XiBOTxBavDccRbICQ7j9kf2OJJh2MKzZgMpHfYKrNt4,3052
|
175
|
+
compas_cem/ghpython/components/ghuser/CompasCem_Proxy.ghuser,sha256=gUZAJDQL0_ZRsKFYsere9XBs2Cr-am1KQT-UB3Wb7_U,2992
|
176
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ResultsEdges.ghuser,sha256=zAh7GLj63QrxipB6kJ1z1EOek8v9ja4-JI28dXp4MLc,3004
|
177
|
+
compas_cem/ghpython/components/ghuser/CompasCem_ResultsSupportNodes.ghuser,sha256=VB1u4ALLGy2fOigMtclLb_Rg8bNpSYT79aP3u_TgXv0,2945
|
178
|
+
compas_cem/ghpython/components/ghuser/CompasCem_SearchEdgeKey.ghuser,sha256=JAW1IRdZFvKT_ENy-o8PSZYRaTK2yyI-O8bYm-TOpdc,3037
|
179
|
+
compas_cem/ghpython/components/ghuser/CompasCem_SearchNodeKey.ghuser,sha256=nVJ1vESGZ-ymAT1LRZhlNE5BZM8aqEUTfpyJ9TGpwmM,2987
|
180
|
+
compas_cem/ghpython/components/ghuser/CompasCem_TopologyDiagram.ghuser,sha256=83JW9vQtrkRNVwb7SaLN6YWFBmQxM7kN0jdiMvlp2YI,3224
|
181
|
+
compas_cem/ghpython/components/ghuser/CompasCem_TrailsShift.ghuser,sha256=Qb2YHy58j1405WCn4mGaL2psWa24K7Cwz_gOdXGHIEI,3047
|
174
182
|
compas_cem/loads/__init__.py,sha256=2c5bC8Tg6PRXhHx0UYIjfX-zQK0tqg7QuurhJs-Qft8,442
|
175
183
|
compas_cem/loads/node.py,sha256=LLwOgKBiUrzjx11usPsuTahyknwtQPAXaHHXgaq7yWE,1703
|
176
184
|
compas_cem/optimization/__init__.py,sha256=MN6EDOppSMH_JrJ8yDjw79Jw5nVepTTNCGkNSJ8pWaQ,1371
|
177
185
|
compas_cem/optimization/grad.py,sha256=XO1A2aZADewJScA0HxhhuyEgpEQlBMUAn7uhHKEJV3A,1528
|
178
186
|
compas_cem/optimization/nlopt.py,sha256=Pl54eVya1SSm8YxVRlrHKh3G1YxxXixgNIp3dlKRxI8,4242
|
179
187
|
compas_cem/optimization/objective_func.py,sha256=meTvFa3Nad9QuuJbKTzQwr4JUQxQ-AqaP9JBtBdVT7k,427
|
180
|
-
compas_cem/optimization/optimizer.py,sha256=
|
188
|
+
compas_cem/optimization/optimizer.py,sha256=hbv_LX1VzytwXlN8cl4JJPu_RZt2LZ8fzCbiUy2gKZM,15444
|
181
189
|
compas_cem/optimization/proxy.py,sha256=RZft4zOMNkw_ELCErMA2Db2qb-ya-trhTOLfxgxdCzU,4053
|
182
|
-
compas_cem/optimization/constraints/__init__.py,sha256=
|
190
|
+
compas_cem/optimization/constraints/__init__.py,sha256=Okc7l2MXmDcVLAffULDUdfnSZIxQjG2Lm3_ufsZdze4,876
|
183
191
|
compas_cem/optimization/constraints/constraint.py,sha256=HwzH1tfeuZbHItdMXY8jJnls_XntFzqGePajMMxd8Uc,5820
|
192
|
+
compas_cem/optimization/constraints/direction.py,sha256=HpfmSc6Y4_19viOpPgoHXU2ieLVpGfHM5luJ5j9RGvU,7126
|
184
193
|
compas_cem/optimization/constraints/force.py,sha256=LOwXjaH9NJb-Ioe32HGtDU-cD8Golk304mUymsrMpbk,4127
|
185
194
|
compas_cem/optimization/constraints/length.py,sha256=a15vi84K-JhlQ-hRkm4M45fWPcHDPDS7aL5hJwu3I4w,926
|
186
195
|
compas_cem/optimization/constraints/line.py,sha256=wYOnztPHhEHIGs2GxgAHbKj9YLUE6uJZ4JCFkh9mx9s,3478
|
187
196
|
compas_cem/optimization/constraints/mesh.py,sha256=nkfe5OJRCfoLnu0dv_wJYzh7w0Om25TPfgCxvcH5QZ8,809
|
188
197
|
compas_cem/optimization/constraints/plane.py,sha256=KrA03tpinAqsdFCakWv5Jp3KFiwmK_YtySn9QzN3bqs,692
|
189
198
|
compas_cem/optimization/constraints/point.py,sha256=Ddk0rXOKnQW7InOn1YZJB2VunP0EvwN1QrbnyR-44BA,574
|
199
|
+
compas_cem/optimization/constraints/polyline.py,sha256=ph8YIl3xhFQekCnk1ouzzqt_AfnbhLozlW09_B24QAU,4202
|
190
200
|
compas_cem/optimization/parameters/__init__.py,sha256=bA6QF_Uwsqw4p-_rScuIKMCBKm4OP9V23754oh_cK8g,766
|
191
201
|
compas_cem/optimization/parameters/deviation.py,sha256=JqdhRaFs09dubro2LPB3-BxAiCTcPGHnnbpQJdypE8g,835
|
192
202
|
compas_cem/optimization/parameters/edge.py,sha256=0Aovw2NThHdCxAHx-mlh3WWdx4pgn926JF7boeXWbQM,2484
|
193
|
-
compas_cem/optimization/parameters/load.py,sha256=
|
203
|
+
compas_cem/optimization/parameters/load.py,sha256=mAR5JA289K2-H9DlUs8d4O5mRXA3nLGNfd4U7B618mA,3902
|
194
204
|
compas_cem/optimization/parameters/node.py,sha256=r3Uf3_eR3yfSc10KOUuQXqVf1gCtXn5osVfcLzcme9w,2400
|
195
205
|
compas_cem/optimization/parameters/origin.py,sha256=CDCnrw6Wfr4LLLbvEvRGe6522dYghe77qdrzHmuait8,4331
|
196
206
|
compas_cem/optimization/parameters/parameter.py,sha256=a6ZDFRnensYWQtVrcW1tEvVB3y6H4pJhhrCs-5XXyXE,2251
|
@@ -204,15 +214,14 @@ compas_cem/plotters/topologyartist.py,sha256=kD3AF7D2iK4OXy6_ihDuBMIYUvMmR-bdD20
|
|
204
214
|
compas_cem/supports/__init__.py,sha256=kox-5fGdfbE_XHKAgJNPpQqenDatf7fiyL03c7-2OIY,457
|
205
215
|
compas_cem/supports/node.py,sha256=xz0tgYGAevjWr1rF9GNqyPmMBeva6IsWYBDlWnw67KQ,1745
|
206
216
|
compas_cem/viewers/__init__.py,sha256=6VpJltSZfkCLsDANFFO4Neqv9OFtXMC9S4Xeg4tRIAo,1014
|
207
|
-
compas_cem/viewers/diagramobject.py,sha256=
|
217
|
+
compas_cem/viewers/diagramobject.py,sha256=fgEwjNHCtIaian5ezbuzWO3R_jWKfY6Jc7DhnBHSi44,25032
|
208
218
|
compas_cem/viewers/formobject.py,sha256=99X_8YM7UY577qyXrgmyStheNgqB0RcoDZFb6cMy5SI,2585
|
209
219
|
compas_cem/viewers/register.py,sha256=QVBpOzAApXbF61kEsd8WC8Mkn73_sbHI5r9pS3TzHrc,386
|
210
220
|
compas_cem/viewers/topologyobject.py,sha256=JhyBlFznJ3sve0KcDjc07pIaRIJJDoQqnNcDmq10IDM,4021
|
211
221
|
compas_cem/viewers/viewer.py,sha256=Bv0E7SyJ4ECMORVseJWU-0kH3uKjCy6O7VxE1tgsVHM,1414
|
212
|
-
compas_cem-0.
|
213
|
-
compas_cem-0.
|
214
|
-
compas_cem-0.
|
215
|
-
compas_cem-0.
|
216
|
-
compas_cem-0.
|
217
|
-
compas_cem-0.
|
218
|
-
compas_cem-0.7.0.dist-info/RECORD,,
|
222
|
+
compas_cem-0.8.2.dist-info/AUTHORS.rst,sha256=-OpKl0OpTQVw6EIT68zWlqNgHxNiT4jcWglorf4sdrs,1799
|
223
|
+
compas_cem-0.8.2.dist-info/LICENSE,sha256=GvaxOoSt0SbcZBdaYBSPeWjyowWtO47cNtD1Z_Dw2K0,1098
|
224
|
+
compas_cem-0.8.2.dist-info/METADATA,sha256=ZkTMex-U_PD9SmCCz5FwGKdY-oPW6YwWzpbZ_-T-Yl4,7583
|
225
|
+
compas_cem-0.8.2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
226
|
+
compas_cem-0.8.2.dist-info/top_level.txt,sha256=MFhp-uQuMkg2A7bc0xz9h7CFiq-92Vdi-gZSaFlGb1s,11
|
227
|
+
compas_cem-0.8.2.dist-info/RECORD,,
|
@@ -1,41 +0,0 @@
|
|
1
|
-
********************************************************************************
|
2
|
-
Citing
|
3
|
-
********************************************************************************
|
4
|
-
|
5
|
-
If you use **COMPAS CEM** for a project or research, please cite our paper preprint:
|
6
|
-
|
7
|
-
.. code-block:: latex
|
8
|
-
|
9
|
-
@misc{pastrana_constrainedformfinding_2021,
|
10
|
-
title = {Constrained {{Form}}-{{Finding}} of {{Tension}}-{{Compression Structures}} Using {{Automatic Differentiation}}},
|
11
|
-
author={Pastrana, Rafael and
|
12
|
-
Ohlbrock, Patrick Ole and
|
13
|
-
D'Acunto, Pierluigi and
|
14
|
-
Parascho, Stefana},
|
15
|
-
year={2021},
|
16
|
-
url={https://arxiv.org/abs/2111.02607},
|
17
|
-
eprint={2111.02607},
|
18
|
-
archivePrefix={arXiv}}
|
19
|
-
|
20
|
-
And the code repository:
|
21
|
-
|
22
|
-
.. code-block:: latex
|
23
|
-
|
24
|
-
@software{compas_cem,
|
25
|
-
title={{COMPAS~CEM}: The {Combinatorial Equilibrium Modeling} framework for {COMPAS}},
|
26
|
-
author={Pastrana, Rafael and
|
27
|
-
Ohlbrock, Patrick Ole and
|
28
|
-
D'Acunto, Pierluigi and
|
29
|
-
Parascho, Stefana},
|
30
|
-
year={2021},
|
31
|
-
doi={10.5281/zenodo.5705740},
|
32
|
-
url={https://arpastrana.github.io/compas\_cem}}
|
33
|
-
|
34
|
-
|
35
|
-
Authors
|
36
|
-
=======
|
37
|
-
|
38
|
-
* Rafael Pastrana <arpj@princeton> `@arpastrana <https://github.com/arpastrana>`_
|
39
|
-
* Ole Ohlbrock <ohlbrock@arch.ethz.ch> `@OleOhlbrock <https://github.com/OleOhlbrock>`_
|
40
|
-
* Pierluigi D'Acunto <pierluigidacunto@tum.de> `@pierluigidacunto <https://github.com/pierluigidacunto>`_
|
41
|
-
* Stefana Parascho <parascho@princeton.edu> `@stefanaparascho <https://github.com/stefanaparascho>`_
|
File without changes
|
File without changes
|