emerge 0.6.0__py3-none-any.whl → 0.6.2__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 emerge might be problematic. Click here for more details.
- emerge/__init__.py +1 -1
- emerge/_emerge/cs.py +15 -6
- emerge/_emerge/geo/__init__.py +2 -2
- emerge/_emerge/geo/pcb.py +2 -2
- emerge/_emerge/geo/pipes.py +62 -0
- emerge/_emerge/geo/polybased.py +298 -59
- emerge/_emerge/geo/shapes.py +25 -0
- emerge/_emerge/geometry.py +4 -0
- emerge/_emerge/mesh3d.py +5 -4
- emerge/_emerge/mth/optimized.py +0 -31
- emerge/_emerge/physics/microwave/assembly/curlcurl.py +3 -8
- emerge/_emerge/physics/microwave/assembly/generalized_eigen.py +3 -8
- emerge/_emerge/physics/microwave/assembly/generalized_eigen_hb.py +3 -8
- emerge/_emerge/physics/microwave/microwave_data.py +76 -24
- emerge/_emerge/physics/microwave/sc.py +10 -15
- emerge/_emerge/plot/simple_plots.py +0 -2
- emerge/_emerge/simmodel.py +1 -1
- emerge/lib.py +161 -160
- {emerge-0.6.0.dist-info → emerge-0.6.2.dist-info}/METADATA +2 -3
- {emerge-0.6.0.dist-info → emerge-0.6.2.dist-info}/RECORD +23 -22
- {emerge-0.6.0.dist-info → emerge-0.6.2.dist-info}/WHEEL +0 -0
- {emerge-0.6.0.dist-info → emerge-0.6.2.dist-info}/entry_points.txt +0 -0
- {emerge-0.6.0.dist-info → emerge-0.6.2.dist-info}/licenses/LICENSE +0 -0
emerge/lib.py
CHANGED
|
@@ -30,10 +30,10 @@ MET_ALUMINUM = Material(cond=3.77e7, color=GREY, opacity=0.5)
|
|
|
30
30
|
MET_CARBON = Material(cond=3.33e4, color=GREY, opacity=0.5)
|
|
31
31
|
MET_CHROMIUM = Material(cond=5.56e6, color=GREY, opacity=0.5)
|
|
32
32
|
MET_COPPER = Material(cond=5.8e7, color="#62290c", opacity=1.0)
|
|
33
|
-
MET_GOLD = Material(cond=4.10e7, color=
|
|
33
|
+
MET_GOLD = Material(cond=4.10e7, color="#d4af37", opacity=0.5)
|
|
34
34
|
MET_INDIUM = Material(cond=6.44e6, color=GREY, opacity=0.5)
|
|
35
35
|
MET_IRIDIUM = Material(cond=2.13e7, color=GREY, opacity=0.5)
|
|
36
|
-
MET_IRON = Material(cond=1.04e7, color=
|
|
36
|
+
MET_IRON = Material(cond=1.04e7, color="#aaaaaa", opacity=0.5)
|
|
37
37
|
MET_LEAD = Material(cond=4.84e6, color=GREY, opacity=0.5)
|
|
38
38
|
MET_MAGNESIUM = Material(cond=2.38e7, color=GREY, opacity=0.5)
|
|
39
39
|
MET_NICKEL = Material(cond=1.14e7, color=GREY, opacity=0.5)
|
|
@@ -84,132 +84,132 @@ LIQ_FERRITE = Material(er=12.0, ur=2000, tand=0.02, color="#994d4d", opacit
|
|
|
84
84
|
# respective owners. Use of them here does not imply any affiliation with or
|
|
85
85
|
# endorsement by those owners.
|
|
86
86
|
|
|
87
|
-
DIEL_PTFE
|
|
88
|
-
DIEL_POLYIMIDE
|
|
89
|
-
DIEL_CERAMIC
|
|
90
|
-
DIEL_AD10
|
|
91
|
-
DIEL_AD1000
|
|
92
|
-
DIEL_AD250
|
|
93
|
-
DIEL_AD250_PIM
|
|
94
|
-
DIEL_AD250A
|
|
95
|
-
DIEL_AD250C
|
|
96
|
-
DIEL_AD255
|
|
97
|
-
DIEL_AD255A
|
|
98
|
-
DIEL_AD255C
|
|
99
|
-
DIEL_AD260A
|
|
100
|
-
DIEL_AD270
|
|
101
|
-
DIEL_AD300
|
|
102
|
-
DIEL_AD300_PIM
|
|
103
|
-
DIEL_AD300A
|
|
104
|
-
DIEL_AD300C
|
|
105
|
-
DIEL_AD320
|
|
106
|
-
DIEL_AD320_PIM
|
|
107
|
-
DIEL_AD320A
|
|
108
|
-
DIEL_AD350
|
|
109
|
-
DIEL_AD350_PIM
|
|
110
|
-
DIEL_AD350A
|
|
111
|
-
DIEL_AD410
|
|
112
|
-
DIEL_AD430
|
|
113
|
-
DIEL_AD450
|
|
114
|
-
DIEL_AD450A
|
|
115
|
-
DIEL_AD5
|
|
116
|
-
DIEL_AD600
|
|
117
|
-
DIEL_AR1000
|
|
118
|
-
DIEL_CER_10
|
|
119
|
-
DIEL_CLTE
|
|
120
|
-
DIEL_CLTE_AT
|
|
121
|
-
DIEL_CLTE_LC
|
|
122
|
-
DIEL_CLTE_XT
|
|
87
|
+
DIEL_PTFE = Material(er=2.1, tand=0.0002, color="#21912b", opacity=0.3)
|
|
88
|
+
DIEL_POLYIMIDE = Material(er=3.4, tand=0.02, color="#b8b8b8")
|
|
89
|
+
DIEL_CERAMIC = Material(er=6.0, tand=0.001, color="#efead1")
|
|
90
|
+
DIEL_AD10 = Material(er=10.2, tand=0.0078, color="#21912b", opacity=0.3)
|
|
91
|
+
DIEL_AD1000 = Material(er=10.2, tand=0.0023, color="#21912b", opacity=0.3)
|
|
92
|
+
DIEL_AD250 = Material(er=2.5, tand=0.0018, color="#21912b", opacity=0.3)
|
|
93
|
+
DIEL_AD250_PIM = Material(er=2.5, tand=0.0018, color="#21912b", opacity=0.3)
|
|
94
|
+
DIEL_AD250A = Material(er=2.50, tand=0.0015, color="#21912b", opacity=0.3)
|
|
95
|
+
DIEL_AD250C = Material(er=2.50, tand=0.0014, color="#21912b", opacity=0.3)
|
|
96
|
+
DIEL_AD255 = Material(er=2.55, tand=0.0018, color="#21912b", opacity=0.3)
|
|
97
|
+
DIEL_AD255A = Material(er=2.55, tand=0.0015, color="#21912b", opacity=0.3)
|
|
98
|
+
DIEL_AD255C = Material(er=2.55, tand=0.0014, color="#21912b", opacity=0.3)
|
|
99
|
+
DIEL_AD260A = Material(er=2.60, tand=0.0017, color="#21912b", opacity=0.3)
|
|
100
|
+
DIEL_AD270 = Material(er=2.7, tand=0.0023, color="#21912b", opacity=0.3)
|
|
101
|
+
DIEL_AD300 = Material(er=3, tand=0.003, color="#21912b", opacity=0.3)
|
|
102
|
+
DIEL_AD300_PIM = Material(er=3, tand=0.003, color="#21912b", opacity=0.3)
|
|
103
|
+
DIEL_AD300A = Material(er=3.00, tand=0.002, color="#21912b", opacity=0.3)
|
|
104
|
+
DIEL_AD300C = Material(er=2.97, tand=0.002, color="#21912b", opacity=0.3)
|
|
105
|
+
DIEL_AD320 = Material(er=3.2, tand=0.0038, color="#21912b", opacity=0.3)
|
|
106
|
+
DIEL_AD320_PIM = Material(er=3.2, tand=0.003, color="#21912b", opacity=0.3)
|
|
107
|
+
DIEL_AD320A = Material(er=3.20, tand=0.0032, color="#21912b", opacity=0.3)
|
|
108
|
+
DIEL_AD350 = Material(er=3.5, tand=0.003, color="#21912b", opacity=0.3)
|
|
109
|
+
DIEL_AD350_PIM = Material(er=3.5, tand=0.003, color="#21912b", opacity=0.3)
|
|
110
|
+
DIEL_AD350A = Material(er=3.50, tand=0.003, color="#21912b", opacity=0.3)
|
|
111
|
+
DIEL_AD410 = Material(er=4.1, tand=0.003, color="#21912b", opacity=0.3)
|
|
112
|
+
DIEL_AD430 = Material(er=4.3, tand=0.003, color="#21912b", opacity=0.3)
|
|
113
|
+
DIEL_AD450 = Material(er=4.5, tand=0.0035, color="#21912b", opacity=0.3)
|
|
114
|
+
DIEL_AD450A = Material(er=4.5, tand=0.0035, color="#21912b", opacity=0.3)
|
|
115
|
+
DIEL_AD5 = Material(er=5.1, tand=0.003, color="#21912b", opacity=0.3)
|
|
116
|
+
DIEL_AD600 = Material(er=5.90, tand=0.003, color="#21912b", opacity=0.3)
|
|
117
|
+
DIEL_AR1000 = Material(er=9.8, tand=0.003, color="#21912b", opacity=0.3)
|
|
118
|
+
DIEL_CER_10 = Material(er=10.00, tand=0.0035, color="#21912b", opacity=0.3)
|
|
119
|
+
DIEL_CLTE = Material(er=2.96, tand=0.0023, color="#21912b", opacity=0.3)
|
|
120
|
+
DIEL_CLTE_AT = Material(er=3.00, tand=0.0013, color="#21912b", opacity=0.3)
|
|
121
|
+
DIEL_CLTE_LC = Material(er=2.94, tand=0.0025, color="#21912b", opacity=0.3)
|
|
122
|
+
DIEL_CLTE_XT = Material(er=2.94, tand=0.0012, color="#21912b", opacity=0.3)
|
|
123
123
|
DIEL_COMCLAD_HF_ER2 = Material(er=2, tand=0.0025, color="#21912b", opacity=0.3)
|
|
124
124
|
DIEL_COMCLAD_HF_ER3 = Material(er=3, tand=0.0025, color="#21912b", opacity=0.3)
|
|
125
125
|
DIEL_COMCLAD_HF_ER4 = Material(er=4, tand=0.0025, color="#21912b", opacity=0.3)
|
|
126
126
|
DIEL_COMCLAD_HF_ER5 = Material(er=5, tand=0.0025, color="#21912b", opacity=0.3)
|
|
127
127
|
DIEL_COMCLAD_HF_ER6 = Material(er=6, tand=0.0025, color="#21912b", opacity=0.3)
|
|
128
128
|
DIEL_COPPER_CLAD_ULTEM = Material(er=3.05, tand=0.003, color="#21912b", opacity=0.3)
|
|
129
|
-
DIEL_CUCLAD_217LX
|
|
130
|
-
DIEL_CUCLAD_233LX
|
|
131
|
-
DIEL_CUCLAD_250GT
|
|
132
|
-
DIEL_CUCLAD_250GX
|
|
133
|
-
DIEL_CUFLON
|
|
134
|
-
DIEL_DICLAD_522
|
|
135
|
-
DIEL_DICLAD_527
|
|
136
|
-
DIEL_DICLAD_870
|
|
137
|
-
DIEL_DICLAD_880
|
|
129
|
+
DIEL_CUCLAD_217LX = Material(er=2.17, tand=0.0009, color="#21912b", opacity=0.3)
|
|
130
|
+
DIEL_CUCLAD_233LX = Material(er=2.33, tand=0.0013, color="#21912b", opacity=0.3)
|
|
131
|
+
DIEL_CUCLAD_250GT = Material(er=2.5, tand=0.0018, color="#21912b", opacity=0.3)
|
|
132
|
+
DIEL_CUCLAD_250GX = Material(er=2.4, tand=0.0018, color="#21912b", opacity=0.3)
|
|
133
|
+
DIEL_CUFLON = Material(er=2.05, tand=0.00045, color="#21912b", opacity=0.3)
|
|
134
|
+
DIEL_DICLAD_522 = Material(er=2.4, tand=0.0018, color="#21912b", opacity=0.3)
|
|
135
|
+
DIEL_DICLAD_527 = Material(er=2.4, tand=0.0018, color="#21912b", opacity=0.3)
|
|
136
|
+
DIEL_DICLAD_870 = Material(er=2.33, tand=0.0013, color="#21912b", opacity=0.3)
|
|
137
|
+
DIEL_DICLAD_880 = Material(er=2.17, tand=0.0009, color="#21912b", opacity=0.3)
|
|
138
138
|
DIEL_DICLAD_880_PIM = Material(er=2.17, tand=0.0009, color="#21912b", opacity=0.3)
|
|
139
|
-
DIEL_GETEK
|
|
140
|
-
DIEL_GETEK
|
|
141
|
-
DIEL_IS6802_80
|
|
142
|
-
DIEL_IS6803_00
|
|
143
|
-
DIEL_IS6803_20
|
|
144
|
-
DIEL_IS6803_33
|
|
145
|
-
DIEL_IS6803_38
|
|
146
|
-
DIEL_IS6803_45
|
|
147
|
-
DIEL_ISOCLAD_917
|
|
148
|
-
DIEL_ISOCLAD_933
|
|
139
|
+
DIEL_GETEK = Material(er=3.5, tand=0.01, color="#21912b", opacity=0.3)
|
|
140
|
+
DIEL_GETEK = Material(er=3.8, tand=0.01, color="#21912b", opacity=0.3)
|
|
141
|
+
DIEL_IS6802_80 = Material(er=2.80, tand=0.003, color="#21912b", opacity=0.3)
|
|
142
|
+
DIEL_IS6803_00 = Material(er=3.00, tand=0.003, color="#21912b", opacity=0.3)
|
|
143
|
+
DIEL_IS6803_20 = Material(er=3.20, tand=0.003, color="#21912b", opacity=0.3)
|
|
144
|
+
DIEL_IS6803_33 = Material(er=3.33, tand=0.003, color="#21912b", opacity=0.3)
|
|
145
|
+
DIEL_IS6803_38 = Material(er=3.38, tand=0.0032, color="#21912b", opacity=0.3)
|
|
146
|
+
DIEL_IS6803_45 = Material(er=3.45, tand=0.0035, color="#21912b", opacity=0.3)
|
|
147
|
+
DIEL_ISOCLAD_917 = Material(er=2.17, tand=0.0013, color="#21912b", opacity=0.3)
|
|
148
|
+
DIEL_ISOCLAD_933 = Material(er=2.33, tand=0.0016, color="#21912b", opacity=0.3)
|
|
149
149
|
DIEL_ISOLA_I_TERA_MT = Material(er=3.45, tand=0.0030, color="#3c9747")
|
|
150
150
|
DIEL_ISOLA_NELCO_4000_13 = Material(er=3.77, tand=0.008, color="#3c9747")
|
|
151
|
-
DIEL_MAT_25N
|
|
152
|
-
DIEL_MAT25FR
|
|
153
|
-
DIEL_MEGTRON6R5775
|
|
151
|
+
DIEL_MAT_25N = Material(er=3.38, tand=0.0025, color="#21912b", opacity=0.3)
|
|
152
|
+
DIEL_MAT25FR = Material(er=3.58, tand=0.0035, color="#21912b", opacity=0.3)
|
|
153
|
+
DIEL_MEGTRON6R5775 = Material(er=3.61, tand=0.004, color="#21912b", opacity=0.3)
|
|
154
154
|
DIEL_MERCURYWAVE_9350 = Material(er=3.5, tand=0.004, color="#21912b", opacity=0.3)
|
|
155
|
-
DIEL_MULTICLAD_HF
|
|
156
|
-
DIEL_N_8000
|
|
157
|
-
DIEL_N4350_13RF
|
|
158
|
-
DIEL_N4380_13RF
|
|
159
|
-
DIEL_N8000Q
|
|
160
|
-
DIEL_N9300_13RF
|
|
161
|
-
DIEL_N9320_13RF
|
|
162
|
-
DIEL_N9338_13RF
|
|
163
|
-
DIEL_N9350_13RF
|
|
164
|
-
DIEL_NH9294
|
|
165
|
-
DIEL_NH9300
|
|
166
|
-
DIEL_NH9320
|
|
167
|
-
DIEL_NH9338
|
|
168
|
-
DIEL_NH9348
|
|
169
|
-
DIEL_NH9350
|
|
170
|
-
DIEL_NH9410
|
|
171
|
-
DIEL_NH9450
|
|
172
|
-
DIEL_NORCLAD
|
|
173
|
-
DIEL_NX9240
|
|
174
|
-
DIEL_NX9245
|
|
175
|
-
DIEL_NX9250
|
|
176
|
-
DIEL_NX9255
|
|
177
|
-
DIEL_NX9260
|
|
178
|
-
DIEL_NX9270
|
|
179
|
-
DIEL_NX9294
|
|
180
|
-
DIEL_NX9300
|
|
181
|
-
DIEL_NX9320
|
|
182
|
-
DIEL_NY9208
|
|
183
|
-
DIEL_NY9217
|
|
184
|
-
DIEL_NY9220
|
|
185
|
-
DIEL_NY9233
|
|
186
|
-
DIEL_POLYGUIDE
|
|
187
|
-
DIEL_RF_30
|
|
188
|
-
DIEL_RF_301
|
|
189
|
-
DIEL_RF_35
|
|
190
|
-
DIEL_RF_35A2
|
|
191
|
-
DIEL_RF_35P
|
|
192
|
-
DIEL_RF_35TC
|
|
193
|
-
DIEL_RF_41
|
|
194
|
-
DIEL_RF_43
|
|
195
|
-
DIEL_RF_45
|
|
196
|
-
DIEL_RF_60A
|
|
197
|
-
DIEL_RO3003
|
|
198
|
-
DIEL_RO3006
|
|
199
|
-
DIEL_RO3010
|
|
200
|
-
DIEL_RO3035
|
|
201
|
-
DIEL_RO3203
|
|
202
|
-
DIEL_RO3206
|
|
203
|
-
DIEL_RO3210
|
|
204
|
-
DIEL_RO3730
|
|
205
|
-
DIEL_RO4003C
|
|
206
|
-
DIEL_RO4350B
|
|
207
|
-
DIEL_RO4350B_TX
|
|
208
|
-
DIEL_RO4360
|
|
209
|
-
DIEL_RO4533
|
|
210
|
-
DIEL_RO4534
|
|
211
|
-
DIEL_RO4535
|
|
212
|
-
DIEL_RO4730
|
|
155
|
+
DIEL_MULTICLAD_HF = Material(er=3.7, tand=0.0045, color="#21912b", opacity=0.3)
|
|
156
|
+
DIEL_N_8000 = Material(er=3.5, tand=0.011, color="#21912b", opacity=0.3)
|
|
157
|
+
DIEL_N4350_13RF = Material(er=3.5, tand=0.0065, color="#21912b", opacity=0.3)
|
|
158
|
+
DIEL_N4380_13RF = Material(er=3.8, tand=0.007, color="#21912b", opacity=0.3)
|
|
159
|
+
DIEL_N8000Q = Material(er=3.2, tand=0.006, color="#21912b", opacity=0.3)
|
|
160
|
+
DIEL_N9300_13RF = Material(er=3, tand=0.004, color="#21912b", opacity=0.3)
|
|
161
|
+
DIEL_N9320_13RF = Material(er=3.2, tand=0.0045, color="#21912b", opacity=0.3)
|
|
162
|
+
DIEL_N9338_13RF = Material(er=3.38, tand=0.0046, color="#21912b", opacity=0.3)
|
|
163
|
+
DIEL_N9350_13RF = Material(er=3.48, tand=0.0055, color="#21912b", opacity=0.3)
|
|
164
|
+
DIEL_NH9294 = Material(er=2.94, tand=0.0022, color="#21912b", opacity=0.3)
|
|
165
|
+
DIEL_NH9300 = Material(er=3.00, tand=0.0023, color="#21912b", opacity=0.3)
|
|
166
|
+
DIEL_NH9320 = Material(er=3.20, tand=0.0024, color="#21912b", opacity=0.3)
|
|
167
|
+
DIEL_NH9338 = Material(er=3.38, tand=0.0025, color="#21912b", opacity=0.3)
|
|
168
|
+
DIEL_NH9348 = Material(er=3.48, tand=0.003, color="#21912b", opacity=0.3)
|
|
169
|
+
DIEL_NH9350 = Material(er=3.50, tand=0.003, color="#21912b", opacity=0.3)
|
|
170
|
+
DIEL_NH9410 = Material(er=4.10, tand=0.003, color="#21912b", opacity=0.3)
|
|
171
|
+
DIEL_NH9450 = Material(er=4.50, tand=0.003, color="#21912b", opacity=0.3)
|
|
172
|
+
DIEL_NORCLAD = Material(er=2.55, tand=0.0011, color="#21912b", opacity=0.3)
|
|
173
|
+
DIEL_NX9240 = Material(er=2.40, tand=0.0016, color="#21912b", opacity=0.3)
|
|
174
|
+
DIEL_NX9245 = Material(er=2.45, tand=0.0016, color="#21912b", opacity=0.3)
|
|
175
|
+
DIEL_NX9250 = Material(er=2.50, tand=0.0017, color="#21912b", opacity=0.3)
|
|
176
|
+
DIEL_NX9255 = Material(er=2.55, tand=0.0018, color="#21912b", opacity=0.3)
|
|
177
|
+
DIEL_NX9260 = Material(er=2.60, tand=0.0019, color="#21912b", opacity=0.3)
|
|
178
|
+
DIEL_NX9270 = Material(er=2.70, tand=0.002, color="#21912b", opacity=0.3)
|
|
179
|
+
DIEL_NX9294 = Material(er=2.94, tand=0.0022, color="#21912b", opacity=0.3)
|
|
180
|
+
DIEL_NX9300 = Material(er=3.00, tand=0.0023, color="#21912b", opacity=0.3)
|
|
181
|
+
DIEL_NX9320 = Material(er=3.20, tand=0.0024, color="#21912b", opacity=0.3)
|
|
182
|
+
DIEL_NY9208 = Material(er=2.08, tand=0.0006, color="#21912b", opacity=0.3)
|
|
183
|
+
DIEL_NY9217 = Material(er=2.17, tand=0.0008, color="#21912b", opacity=0.3)
|
|
184
|
+
DIEL_NY9220 = Material(er=2.20, tand=0.0009, color="#21912b", opacity=0.3)
|
|
185
|
+
DIEL_NY9233 = Material(er=2.33, tand=0.0011, color="#21912b", opacity=0.3)
|
|
186
|
+
DIEL_POLYGUIDE = Material(er=2.320, tand=0.0005, color="#21912b", opacity=0.3)
|
|
187
|
+
DIEL_RF_30 = Material(er=3.00, tand=0.0019, color="#21912b", opacity=0.3)
|
|
188
|
+
DIEL_RF_301 = Material(er=2.97, tand=0.0018, color="#21912b", opacity=0.3)
|
|
189
|
+
DIEL_RF_35 = Material(er=3.50, tand=0.0025, color="#21912b", opacity=0.3)
|
|
190
|
+
DIEL_RF_35A2 = Material(er=3.50, tand=0.0015, color="#21912b", opacity=0.3)
|
|
191
|
+
DIEL_RF_35P = Material(er=3.50, tand=0.0034, color="#21912b", opacity=0.3)
|
|
192
|
+
DIEL_RF_35TC = Material(er=3.50, tand=0.0011, color="#21912b", opacity=0.3)
|
|
193
|
+
DIEL_RF_41 = Material(er=4.10, tand=0.0038, color="#21912b", opacity=0.3)
|
|
194
|
+
DIEL_RF_43 = Material(er=4.30, tand=0.0033, color="#21912b", opacity=0.3)
|
|
195
|
+
DIEL_RF_45 = Material(er=4.50, tand=0.0037, color="#21912b", opacity=0.3)
|
|
196
|
+
DIEL_RF_60A = Material(er=6.15, tand=0.0038, color="#21912b", opacity=0.3)
|
|
197
|
+
DIEL_RO3003 = Material(er=3.00, tand=0.0011, color="#21912b", opacity=0.3)
|
|
198
|
+
DIEL_RO3006 = Material(er=6.15, tand=0.002, color="#21912b", opacity=0.3)
|
|
199
|
+
DIEL_RO3010 = Material(er=10.2, tand=0.0022, color="#21912b", opacity=0.3)
|
|
200
|
+
DIEL_RO3035 = Material(er=3.50, tand=0.0017, color="#21912b", opacity=0.3)
|
|
201
|
+
DIEL_RO3203 = Material(er=3.02, tand=0.0016, color="#21912b", opacity=0.3)
|
|
202
|
+
DIEL_RO3206 = Material(er=6.15, tand=0.0027, color="#21912b", opacity=0.3)
|
|
203
|
+
DIEL_RO3210 = Material(er=10.2, tand=0.0027, color="#21912b", opacity=0.3)
|
|
204
|
+
DIEL_RO3730 = Material(er=3.00, tand=0.0016, color="#21912b", opacity=0.3)
|
|
205
|
+
DIEL_RO4003C = Material(er=3.38, tand=0.0029, color="#21912b", opacity=0.3)
|
|
206
|
+
DIEL_RO4350B = Material(er=3.48, tand=0.0037, color="#21912b", opacity=0.3)
|
|
207
|
+
DIEL_RO4350B_TX = Material(er=3.48, tand=0.0034, color="#21912b", opacity=0.3)
|
|
208
|
+
DIEL_RO4360 = Material(er=6.15, tand=0.0038, color="#21912b", opacity=0.3)
|
|
209
|
+
DIEL_RO4533 = Material(er=3.30, tand=0.0025, color="#21912b", opacity=0.3)
|
|
210
|
+
DIEL_RO4534 = Material(er=3.40, tand=0.0027, color="#21912b", opacity=0.3)
|
|
211
|
+
DIEL_RO4535 = Material(er=3.50, tand=0.0037, color="#21912b", opacity=0.3)
|
|
212
|
+
DIEL_RO4730 = Material(er=3.00, tand=0.0033, color="#21912b", opacity=0.3)
|
|
213
213
|
DIEL_RT_Duroid_5870 = Material(er=2.33, tand=0.0012, color="#21912b", opacity=0.3)
|
|
214
214
|
DIEL_RT_Duroid_5880 = Material(er=2.20, tand=0.0009, color="#21912b", opacity=0.3)
|
|
215
215
|
DIEL_RT_Duroid_5880LZ = Material(er=1.96, tand=0.0019, color="#21912b", opacity=0.3)
|
|
@@ -223,35 +223,35 @@ DIEL_SYRON_70000_002IN_Thick = Material(er=3.4, tand=0.0045, color="#21912b", op
|
|
|
223
223
|
DIEL_SYRON_71000_004IN_THICK = Material(er=3.39, tand=0.005, color="#21912b", opacity=0.3)
|
|
224
224
|
DIEL_SYRON_71000INCH = Material(er=3.61, tand=0.006, color="#21912b", opacity=0.3)
|
|
225
225
|
DIEL_TACLAMPLUS= Material(er=2.10, tand=0.0004, color="#21912b", opacity=0.3)
|
|
226
|
-
DIEL_TC350
|
|
227
|
-
DIEL_TC600
|
|
228
|
-
DIEL_THETA
|
|
229
|
-
DIEL_TLA_6
|
|
230
|
-
DIEL_TLC_27
|
|
231
|
-
DIEL_TLC_30
|
|
232
|
-
DIEL_TLC_32
|
|
233
|
-
DIEL_TLC_338
|
|
234
|
-
DIEL_TLC_35
|
|
235
|
-
DIEL_TLE_95
|
|
236
|
-
DIEL_TLF_34
|
|
237
|
-
DIEL_TLF_35
|
|
238
|
-
DIEL_TLG_29
|
|
239
|
-
DIEL_TLG_30
|
|
240
|
-
DIEL_TLP_3
|
|
241
|
-
DIEL_TLP_5
|
|
242
|
-
DIEL_TLP_5A
|
|
243
|
-
DIEL_TLT_0
|
|
244
|
-
DIEL_TLT_6
|
|
245
|
-
DIEL_TLT_7
|
|
246
|
-
DIEL_TLT_8
|
|
247
|
-
DIEL_TLT_9
|
|
248
|
-
DIEL_TLX_0
|
|
249
|
-
DIEL_TLX_6
|
|
250
|
-
DIEL_TLX_7
|
|
251
|
-
DIEL_TLX_8
|
|
252
|
-
DIEL_TLX_9
|
|
253
|
-
DIEL_TLY_3
|
|
254
|
-
DIEL_TLY_3F
|
|
226
|
+
DIEL_TC350 = Material(er=3.50, tand=0.002, color="#21912b", opacity=0.3)
|
|
227
|
+
DIEL_TC600 = Material(er=6.15, tand=0.002, color="#21912b", opacity=0.3)
|
|
228
|
+
DIEL_THETA = Material(er=3.85, tand=0.0123, color="#21912b", opacity=0.3)
|
|
229
|
+
DIEL_TLA_6 = Material(er=2.62, tand=0.0017, color="#21912b", opacity=0.3)
|
|
230
|
+
DIEL_TLC_27 = Material(er=2.75, tand=0.003, color="#21912b", opacity=0.3)
|
|
231
|
+
DIEL_TLC_30 = Material(er=3.00, tand=0.003, color="#21912b", opacity=0.3)
|
|
232
|
+
DIEL_TLC_32 = Material(er=3.20, tand=0.003, color="#21912b", opacity=0.3)
|
|
233
|
+
DIEL_TLC_338 = Material(er=3.38, tand=0.0034, color="#21912b", opacity=0.3)
|
|
234
|
+
DIEL_TLC_35 = Material(er=3.50, tand=0.0037, color="#21912b", opacity=0.3)
|
|
235
|
+
DIEL_TLE_95 = Material(er=2.95, tand=0.0028, color="#21912b", opacity=0.3)
|
|
236
|
+
DIEL_TLF_34 = Material(er=3.40, tand=0.002, color="#21912b", opacity=0.3)
|
|
237
|
+
DIEL_TLF_35 = Material(er=3.50, tand=0.002, color="#21912b", opacity=0.3)
|
|
238
|
+
DIEL_TLG_29 = Material(er=2.87, tand=0.0027, color="#21912b", opacity=0.3)
|
|
239
|
+
DIEL_TLG_30 = Material(er=3, tand=0.0038, color="#21912b", opacity=0.3)
|
|
240
|
+
DIEL_TLP_3 = Material(er=2.33, tand=0.0009, color="#21912b", opacity=0.3)
|
|
241
|
+
DIEL_TLP_5 = Material(er=2.20, tand=0.0009, color="#21912b", opacity=0.3)
|
|
242
|
+
DIEL_TLP_5A = Material(er=2.17, tand=0.0009, color="#21912b", opacity=0.3)
|
|
243
|
+
DIEL_TLT_0 = Material(er=2.45, tand=0.0019, color="#21912b", opacity=0.3)
|
|
244
|
+
DIEL_TLT_6 = Material(er=2.65, tand=0.0019, color="#21912b", opacity=0.3)
|
|
245
|
+
DIEL_TLT_7 = Material(er=2.60, tand=0.0019, color="#21912b", opacity=0.3)
|
|
246
|
+
DIEL_TLT_8 = Material(er=2.55, tand=0.0019, color="#21912b", opacity=0.3)
|
|
247
|
+
DIEL_TLT_9 = Material(er=2.50, tand=0.0019, color="#21912b", opacity=0.3)
|
|
248
|
+
DIEL_TLX_0 = Material(er=2.45, tand=0.0019, color="#21912b", opacity=0.3)
|
|
249
|
+
DIEL_TLX_6 = Material(er=2.65, tand=0.0019, color="#21912b", opacity=0.3)
|
|
250
|
+
DIEL_TLX_7 = Material(er=2.60, tand=0.0019, color="#21912b", opacity=0.3)
|
|
251
|
+
DIEL_TLX_8 = Material(er=2.55, tand=0.0019, color="#21912b", opacity=0.3)
|
|
252
|
+
DIEL_TLX_9 = Material(er=2.50, tand=0.0019, color="#21912b", opacity=0.3)
|
|
253
|
+
DIEL_TLY_3 = Material(er=2.33, tand=0.0012, color="#21912b", opacity=0.3)
|
|
254
|
+
DIEL_TLY_3F = Material(er=2.33, tand=0.0012, color="#21912b", opacity=0.3)
|
|
255
255
|
DIEL_TLY_5 = Material(er=2.20, tand=0.0009, color="#21912b", opacity=0.3)
|
|
256
256
|
DIEL_TLY_5_L = Material(er=2.20, tand=0.0009, color="#21912b", opacity=0.3)
|
|
257
257
|
DIEL_TLY_5A = Material(er=2.17, tand=0.0009, color="#21912b", opacity=0.3)
|
|
@@ -274,6 +274,7 @@ DIEL_ULTRALAM_3850 = Material(er=2.9, tand=0.0025, color="#21912b", opacity=0.3)
|
|
|
274
274
|
DIEL_XT_Duroid_80000_002IN_Thick = Material(er=3.23, tand=0.0035, color="#21912b", opacity=0.3)
|
|
275
275
|
DIEL_XT_Duroid_8100 = Material(er=3.54, tand=0.0049, color="#21912b", opacity=0.3)
|
|
276
276
|
DIEL_XT_Duroid_81000_004IN_Thick = Material(er=3.32, tand=0.0038, color="#21912b", opacity=0.3)
|
|
277
|
+
DIEL_TEFLON = Material(er=2.1, tand=0.0003, color='#eeeeee', opacity=0.3)
|
|
277
278
|
|
|
278
279
|
# Legacy FR Materials
|
|
279
280
|
DIEL_FR1 = Material(er=4.8, tand=0.025, color="#3c9747", opacity=0.3) # Paper + phenolic resin
|
|
@@ -291,16 +292,16 @@ MU_METAL = Material(cond=1.0e6, ur=200000, color="#666680", opacity=0.3)
|
|
|
291
292
|
# FOAMS #
|
|
292
293
|
############################################################
|
|
293
294
|
|
|
294
|
-
FOAM_ROHACELL_31
|
|
295
|
-
FOAM_ROHACELL_51
|
|
296
|
-
FOAM_ROHACELL_71
|
|
297
|
-
FOAM_PEI
|
|
298
|
-
FOAM_PMI
|
|
299
|
-
FOAM_PVC
|
|
300
|
-
FOAM_EPS
|
|
301
|
-
FOAM_XPS
|
|
302
|
-
FOAM_PU
|
|
303
|
-
FOAM_GLAS
|
|
304
|
-
FOAM_AIREX_C70
|
|
305
|
-
FOAM_AIREX_T92
|
|
306
|
-
FOAM_PVC_CORECELL
|
|
295
|
+
FOAM_ROHACELL_31 = Material(er=1.05, tand=0.0005, color="#f0e1a1", opacity=0.15) # PMI-based structural foam
|
|
296
|
+
FOAM_ROHACELL_51 = Material(er=1.07, tand=0.0006, color="#f0dea0", opacity=0.15) # denser version
|
|
297
|
+
FOAM_ROHACELL_71 = Material(er=1.10, tand=0.0007, color="#e5d199", opacity=0.15)
|
|
298
|
+
FOAM_PEI = Material(er=1.15, tand=0.0035, color="#e0b56f", opacity=0.15) # polyetherimide-based foam
|
|
299
|
+
FOAM_PMI = Material(er=1.10, tand=0.0008, color="#d9c690", opacity=0.15) # polymethacrylimide
|
|
300
|
+
FOAM_PVC = Material(er=1.20, tand=0.0040, color="#cccccc", opacity=0.15)
|
|
301
|
+
FOAM_EPS = Material(er=1.03, tand=0.0050, color="#f7f7f7", opacity=0.15) # expanded polystyrene
|
|
302
|
+
FOAM_XPS = Material(er=1.05, tand=0.0030, color="#e0e0e0", opacity=0.15) # extruded polystyrene
|
|
303
|
+
FOAM_PU = Material(er=1.10, tand=0.0080, color="#d0d0d0", opacity=0.15) # polyurethane foam
|
|
304
|
+
FOAM_GLAS = Material(er=3.10, tand=0.0050, color="#888888", opacity=0.15) # cellular glass, denser
|
|
305
|
+
FOAM_AIREX_C70 = Material(er=1.10, tand=0.0010, color="#f7e7a3", opacity=0.15) # PET closed cell
|
|
306
|
+
FOAM_AIREX_T92 = Material(er=1.10, tand=0.0020, color="#f6d08a", opacity=0.15) # higher strength PET
|
|
307
|
+
FOAM_PVC_CORECELL = Material(er=1.56, tand=0.0025, color="#aaaaaa", opacity=0.15) # structural core PVC
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: emerge
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: An open source EM FEM simulator in Python
|
|
5
5
|
Project-URL: Homepage, https://github.com/FennisRobert/EMerge
|
|
6
6
|
Project-URL: Issues, https://github.com/FennisRobert/EMerge/issues
|
|
7
7
|
License-File: LICENSE
|
|
8
8
|
Requires-Python: <4.0,>=3.10
|
|
9
|
-
Requires-Dist: gmsh
|
|
9
|
+
Requires-Dist: gmsh<4.14.0,>=4.13.0
|
|
10
10
|
Requires-Dist: joblib>=1.5.1
|
|
11
11
|
Requires-Dist: loguru>=0.7.3
|
|
12
12
|
Requires-Dist: matplotlib>=3.8.0
|
|
13
13
|
Requires-Dist: mkl!=2024.0; platform_machine == 'x86_64' or platform_machine == 'AMD64'
|
|
14
|
-
Requires-Dist: numba-progress>=1.1.3
|
|
15
14
|
Requires-Dist: numba>=0.57.0
|
|
16
15
|
Requires-Dist: numpy<2.3,>=1.24
|
|
17
16
|
Requires-Dist: pyvista>=0.45.2
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
emerge/__init__.py,sha256=
|
|
1
|
+
emerge/__init__.py,sha256=43b0Z3PGzJGeeVwnzkd_akw1rT6ySCQE4OAuE7a5cvo,2605
|
|
2
2
|
emerge/__main__.py,sha256=WVf16sfrOI910QWohrQDaChZdRifMNoS6VKzCT6f3ZA,92
|
|
3
3
|
emerge/cli.py,sha256=NU1uhwuZ6i50680v3_I4kDZPTHqz74gOYK71UBhb8oE,666
|
|
4
4
|
emerge/ext.py,sha256=IBoHH5PQFj5pYMfp6r-uMpNNgbSe8c0g9x8qjBzzVmU,223
|
|
5
|
-
emerge/lib.py,sha256=
|
|
5
|
+
emerge/lib.py,sha256=kUb4n7VGK4ncR5IHdjvVVd8klSiqZ427ckmEFet16M0,23465
|
|
6
6
|
emerge/plot.py,sha256=AH2D9rKeWUXlSOlh-pUUfLt0oxVLcqF_piki-BmPEg0,83
|
|
7
7
|
emerge/pyvista.py,sha256=-Ht2YcZYsh8-dici5ZPNAWwsis6uz5wNj8n8mxv5fog,42
|
|
8
8
|
emerge/_emerge/__init__.py,sha256=aidfiILy33dt3VyiZ2mgtA87mq-WQ5pXItZUE5wR5ws,703
|
|
@@ -10,19 +10,19 @@ emerge/_emerge/_cache_check.py,sha256=fGOiLTdtzg8HIsNP6vrs8BwvgBGAijwg06zsR1v6tr
|
|
|
10
10
|
emerge/_emerge/bc.py,sha256=TeSVNkDgOGaoHw5raTzhUV0ngtyHa33sXAoL2hRn70M,8077
|
|
11
11
|
emerge/_emerge/const.py,sha256=PTZZTSDOP5NsZ8XnJrKTY2P0tPUhmutBJ1yrm-t7xsI,129
|
|
12
12
|
emerge/_emerge/coord.py,sha256=BKvyrcnHY-_bgHqysnByy5k9_DK4VVfr9KKkRaawG2E,4371
|
|
13
|
-
emerge/_emerge/cs.py,sha256=
|
|
13
|
+
emerge/_emerge/cs.py,sha256=YNT2Nn6Dh8fYPUMlT6w0msHnQpZREbbl_ZXTGNppCVs,18392
|
|
14
14
|
emerge/_emerge/dataset.py,sha256=UcSAJ_siLrOjNBBWRWsS3GUZUpayp63EM6pP6ClwKDI,1534
|
|
15
15
|
emerge/_emerge/geo2d.py,sha256=e_HkX1GQ2iYrdO0zeEgzVOzfGyU1WGJyjeGBAobOttE,3323
|
|
16
|
-
emerge/_emerge/geometry.py,sha256=
|
|
16
|
+
emerge/_emerge/geometry.py,sha256=_iBRMAtZB_HQCDAcQrVfwSIkilTT-up6V5-FfKMzHXI,18190
|
|
17
17
|
emerge/_emerge/howto.py,sha256=vrymIkMcrZsf8UB8rQEvAsHv2rC4nLUgup9nW-BfkcA,8172
|
|
18
18
|
emerge/_emerge/logsettings.py,sha256=DcUWIUUhdLe9ev5XC1bd5ZUrJz00MjABkY8rnekFrPY,3373
|
|
19
19
|
emerge/_emerge/material.py,sha256=HTjQ8wDzkBwYA1sLPRuqR8lPeoXsW-4m5K3yXoKqjXQ,4022
|
|
20
|
-
emerge/_emerge/mesh3d.py,sha256=
|
|
20
|
+
emerge/_emerge/mesh3d.py,sha256=Kszo-ogeByvoAVmrCIASc44PRIw-MblxNtwFB0AHa1A,34500
|
|
21
21
|
emerge/_emerge/mesher.py,sha256=fKgPb6oZe_bqp0XYfZ6UNgBfRaAS3-tjUtZX8NalJe8,13199
|
|
22
22
|
emerge/_emerge/periodic.py,sha256=xfdKKq3qX7iBBestnRizOzJNfXlpr9lCPkiYhfrRIR8,12013
|
|
23
23
|
emerge/_emerge/plot.py,sha256=cf1I9mj7EIUJcq8vmANlUkqoV6QqVaJaP-zlC-T9E18,8041
|
|
24
24
|
emerge/_emerge/selection.py,sha256=6UizuWC01sUGjFodrGTy8N1J1832vfOWA4u5paNupw4,21297
|
|
25
|
-
emerge/_emerge/simmodel.py,sha256=
|
|
25
|
+
emerge/_emerge/simmodel.py,sha256=JIUgSyykVTkv9_GiNq7Xq7N___-BgVDczcyB3RiyxVI,18206
|
|
26
26
|
emerge/_emerge/simulation_data.py,sha256=r9-9lpLeA1Z5HU3jDVOXV1H80GVawnXL5K81_dvmlE4,14506
|
|
27
27
|
emerge/_emerge/solver.py,sha256=PGPI2LuF4XhfyS8KfC-49X9M1mtYUadgHyqopYfPj58,48542
|
|
28
28
|
emerge/_emerge/system.py,sha256=p4HNz7d_LMRNE9Gk75vVdFecDH2iN_groAM9u-yQTpk,1618
|
|
@@ -32,42 +32,43 @@ emerge/_emerge/elements/index_interp.py,sha256=DlDy2KrhM5QsF6jYQIl4BJndr9F9wnjFM
|
|
|
32
32
|
emerge/_emerge/elements/ned2_interp.py,sha256=kMhbjS1fACa1fmhSkQTU35jS3iF63dJcFe5DHl4Xo78,32541
|
|
33
33
|
emerge/_emerge/elements/nedelec2.py,sha256=chU3Ewz7grKZtpyglj2qFJYHvBzCXFQZa1skzjfHoPo,6138
|
|
34
34
|
emerge/_emerge/elements/nedleg2.py,sha256=qVPKtJpT7UCA5dcI_mXNX7Co4tzVCvlxQv5VtsLuKN8,8468
|
|
35
|
-
emerge/_emerge/geo/__init__.py,sha256=
|
|
35
|
+
emerge/_emerge/geo/__init__.py,sha256=dZcdXurnvJG8n-sOP55a2JyBxxPQP7LV2n7PmwSLzXc,1119
|
|
36
36
|
emerge/_emerge/geo/horn.py,sha256=h4GzGzEkXgWaQgoBMvhFgGsqOrNRB3CJg3RBKXigCz0,4186
|
|
37
37
|
emerge/_emerge/geo/modeler.py,sha256=gbxmwXAdR7kKW_EFbkd1QPVqJWKJpnTufI7lxaqPyjU,15573
|
|
38
38
|
emerge/_emerge/geo/operations.py,sha256=LKA7_BU4iw6-i6KOUyuL6l10QjXSwnXsixOaTw-M6Vk,9697
|
|
39
|
-
emerge/_emerge/geo/pcb.py,sha256=
|
|
39
|
+
emerge/_emerge/geo/pcb.py,sha256=b4FZAwZaO8X2NMnRkYYDUTa8w9ZdN2XfZdmyHhZZaGY,52213
|
|
40
|
+
emerge/_emerge/geo/pipes.py,sha256=l1Vm5lpbxMwHQqffZWLTKQU_xNnsXvHq0XNDNCpQKXY,2054
|
|
40
41
|
emerge/_emerge/geo/pmlbox.py,sha256=TNjuyPtuqrAU5Yl8GrLlievuwYf3hUKJaCEz0cXKSzo,7922
|
|
41
|
-
emerge/_emerge/geo/polybased.py,sha256=
|
|
42
|
-
emerge/_emerge/geo/shapes.py,sha256=
|
|
42
|
+
emerge/_emerge/geo/polybased.py,sha256=I-h7c_QTy4lH5whwT0ZWqcnM3VG7YkczH70salvsY-o,27959
|
|
43
|
+
emerge/_emerge/geo/shapes.py,sha256=7biZx_5s3sWKgJq6U_rqOBHyMZ3Nt6kHWj7tYsHPkt8,19289
|
|
43
44
|
emerge/_emerge/geo/step.py,sha256=XcAiEN8W4umNmZdYmrGHX_aJUuiMgc6vgT-UIk8Gbqc,2689
|
|
44
45
|
emerge/_emerge/geo/pcb_tools/calculator.py,sha256=eGYUXdXmHUJCPlfJyY96S87wjeAVFG-e4sPOwbYj0eA,832
|
|
45
46
|
emerge/_emerge/geo/pcb_tools/macro.py,sha256=0g-0anOFyxrEkFobiSu0cwWFRQ32xB8Az24mmwo0z6M,2992
|
|
46
47
|
emerge/_emerge/mth/common_functions.py,sha256=oURfF-8p_0s1dKbUATc15dnKHFwvqWa6GC-JMW9UwnI,2061
|
|
47
48
|
emerge/_emerge/mth/integrals.py,sha256=lL7KrHdyFGpboQyvf6W_4bZRZCrMbjd2e8GDHctL-B8,3572
|
|
48
|
-
emerge/_emerge/mth/optimized.py,sha256=
|
|
49
|
+
emerge/_emerge/mth/optimized.py,sha256=TkUKeSZPWmmJb9f3-KWkcYzTs61oDBeQZgwj1qq6as0,16575
|
|
49
50
|
emerge/_emerge/mth/pairing.py,sha256=i8bBvTeMmzgF0JdiDNJiTXxx913x4f10777pzD6FJo0,3535
|
|
50
51
|
emerge/_emerge/physics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
52
|
emerge/_emerge/physics/microwave/__init__.py,sha256=QHeILGYWmvbfLl1o9wrTiWLm0evfXDgS0JiikUoMTts,28
|
|
52
53
|
emerge/_emerge/physics/microwave/adaptive_freq.py,sha256=aWhijhCVAbnuwkru-I1AaRdY20uyozf6OWRIh9r2ijg,9786
|
|
53
54
|
emerge/_emerge/physics/microwave/microwave_3d.py,sha256=zKIvFa9WDfDSP6XkYQ-kc_0umZnOIfe0mpBku0piI-4,42000
|
|
54
55
|
emerge/_emerge/physics/microwave/microwave_bc.py,sha256=-fxeZREL42snL4XvXuUqo4QJh24o8lHJ_IcWxkt5yAU,42484
|
|
55
|
-
emerge/_emerge/physics/microwave/microwave_data.py,sha256=
|
|
56
|
+
emerge/_emerge/physics/microwave/microwave_data.py,sha256=3leIYwZe7nAd7D6C2PRRW5GBYgBeuVzOmopngI8wwwY,44972
|
|
56
57
|
emerge/_emerge/physics/microwave/periodic.py,sha256=wYSUgLFVtCLqSG3EDKoCDRU93iPUzBdXzVRdHTRmbpI,3000
|
|
57
58
|
emerge/_emerge/physics/microwave/port_functions.py,sha256=aVU__AkVk8b1kH2J_oDLF5iNReCxC9nzCtesFSSSSQo,2112
|
|
58
|
-
emerge/_emerge/physics/microwave/sc.py,sha256=
|
|
59
|
+
emerge/_emerge/physics/microwave/sc.py,sha256=WZvoPhmHkfEv619RhmN09sXDBV0ryTqybwErA8Rc7lU,4735
|
|
59
60
|
emerge/_emerge/physics/microwave/simjob.py,sha256=aCWCs7IXBfVBWWYhwyHvXSRHY3FOd3CK5ABcaFEsNnM,4927
|
|
60
61
|
emerge/_emerge/physics/microwave/sparam.py,sha256=1SXGyr1UsrPnCIi4ffwobM4pzgkj50y4LrWCr_J5IRY,4946
|
|
61
62
|
emerge/_emerge/physics/microwave/touchstone.py,sha256=pMcCOLWVqIKctcShcJxyaV-0rhRWXMSS1Jz14dVQEyY,5799
|
|
62
63
|
emerge/_emerge/physics/microwave/assembly/assembler.py,sha256=lTQ2hELZCG5bC4ybhkAoDSi9zr6K4i2N7LuJ4npxd4o,21926
|
|
63
|
-
emerge/_emerge/physics/microwave/assembly/curlcurl.py,sha256=
|
|
64
|
-
emerge/_emerge/physics/microwave/assembly/generalized_eigen.py,sha256=
|
|
65
|
-
emerge/_emerge/physics/microwave/assembly/generalized_eigen_hb.py,sha256=
|
|
64
|
+
emerge/_emerge/physics/microwave/assembly/curlcurl.py,sha256=iYHTNI48bmC6SjCiCMPoY4yqsf__e_h_vbW0fNKQpNQ,18686
|
|
65
|
+
emerge/_emerge/physics/microwave/assembly/generalized_eigen.py,sha256=LOybnxdy1x6R6d0lPnfnKckZSiYRfWOW9MUFlV_ygfs,16945
|
|
66
|
+
emerge/_emerge/physics/microwave/assembly/generalized_eigen_hb.py,sha256=XcWWoDVU7KlcjP8re3o-Kb63A3px4CJ-OPjCT57_J8E,17382
|
|
66
67
|
emerge/_emerge/physics/microwave/assembly/periodicbc.py,sha256=Zg1kgQMccDQA2oVErpfldv6v2oYfc9Y3xWcpfg93-FY,4646
|
|
67
68
|
emerge/_emerge/physics/microwave/assembly/robinbc.py,sha256=syJ-NuHHA0WDQECuaPdeW-OfzIGHmxxqalKiokSyJFI,17742
|
|
68
69
|
emerge/_emerge/plot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
70
|
emerge/_emerge/plot/display.py,sha256=TQLlKb-LkaG5ZOSLfxp9KXPlZPRFTxNj1LhVQ-Lp1-s,18476
|
|
70
|
-
emerge/_emerge/plot/simple_plots.py,sha256=
|
|
71
|
+
emerge/_emerge/plot/simple_plots.py,sha256=q3IuoW4qrp5xv2S3vsVgATdE1QajWmA5_59Ma7I6GA0,24433
|
|
71
72
|
emerge/_emerge/plot/matplotlib/mpldisplay.py,sha256=szKafDrgdAW5Nyc5UOHuJC87n0WGkXYackOVv182TDQ,8671
|
|
72
73
|
emerge/_emerge/plot/pyvista/__init__.py,sha256=CPclatEu6mFnJZzCQk09g6T6Fh20WTbiLAJGSwAnPXU,30
|
|
73
74
|
emerge/_emerge/plot/pyvista/display.py,sha256=L7_cy7C6EnIIj_-V5E_-j5ORJtIXscvYCmBE03-eCK4,34692
|
|
@@ -78,8 +79,8 @@ emerge/_emerge/projects/_load_base.txt,sha256=94o0eSWoDKlNR336EmhpG_S5syQHIUPHQx
|
|
|
78
79
|
emerge/_emerge/projects/generate_project.py,sha256=TNw-0SpLc82MBq0bd9hB_yqvBZCgmuPonCBsHTp91uk,1450
|
|
79
80
|
emerge/_emerge/solve_interfaces/cudss_interface.py,sha256=-SjiTNIyE7iJ8Bm14Cva5e2lpJDgfiS2Mvz1Bgy-UL4,9688
|
|
80
81
|
emerge/_emerge/solve_interfaces/pardiso_interface.py,sha256=iVFxToMmIzhj3hcAP-O_MDHKz82ePFIHY1us11kzUBU,15305
|
|
81
|
-
emerge-0.6.
|
|
82
|
-
emerge-0.6.
|
|
83
|
-
emerge-0.6.
|
|
84
|
-
emerge-0.6.
|
|
85
|
-
emerge-0.6.
|
|
82
|
+
emerge-0.6.2.dist-info/METADATA,sha256=DlGN5EtFrQieXsEPTEjR8Dyzvs6K0FUQnUdzlE2h3Y4,3304
|
|
83
|
+
emerge-0.6.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
84
|
+
emerge-0.6.2.dist-info/entry_points.txt,sha256=8rFvAXticpKg4OTC8JEvAksnduW72KIEskCGG9XnFf8,43
|
|
85
|
+
emerge-0.6.2.dist-info/licenses/LICENSE,sha256=SuHm9Fw32RI6tylP2YCyTPITMwpueazVUZwUMFRE_zk,17856
|
|
86
|
+
emerge-0.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|