ngsolve 6.2.2506.post60.dev0__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2506.post74.dev0__cp313-cp313-macosx_10_15_universal2.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 ngsolve might be problematic. Click here for more details.
- netgen/include/kernels.hpp +40 -40
- netgen/include/mp_coefficient.hpp +2 -2
- netgen/include/mptools.hpp +45 -26
- netgen/include/preconditioner.hpp +2 -2
- netgen/libngbla.dylib +0 -0
- netgen/libngcomp.dylib +0 -0
- netgen/libngfem.dylib +0 -0
- netgen/libngla.dylib +0 -0
- netgen/libngsbem.dylib +0 -0
- netgen/libngsolve.dylib +0 -0
- netgen/libngstd.dylib +0 -0
- ngsolve/__init__.pyi +58 -58
- ngsolve/bla.pyi +150 -94
- ngsolve/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/comp/__init__.pyi +387 -103
- ngsolve/comp/pml.pyi +4 -1
- ngsolve/config/__init__.pyi +6 -6
- ngsolve/config/config.py +5 -5
- ngsolve/config/config.pyi +6 -6
- ngsolve/directsolvers.pyi +1 -1
- ngsolve/eigenvalues.pyi +4 -4
- ngsolve/fem.pyi +194 -110
- ngsolve/krylovspace.pyi +11 -11
- ngsolve/la.pyi +250 -87
- ngsolve/ngslib.so +0 -0
- ngsolve/ngstd.pyi +23 -4
- ngsolve/nonlinearsolvers.pyi +3 -3
- ngsolve/solve.pyi +7 -6
- ngsolve/solve_implementation.pyi +3 -3
- ngsolve/timestepping.pyi +3 -3
- ngsolve/timing.pyi +1 -1
- ngsolve/utils.pyi +70 -70
- {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/RECORD +70 -70
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
netgen/libngbla.dylib,sha256=
|
|
2
|
-
netgen/libngcomp.dylib,sha256=
|
|
3
|
-
netgen/libngfem.dylib,sha256=
|
|
4
|
-
netgen/libngla.dylib,sha256=
|
|
5
|
-
netgen/libngsbem.dylib,sha256=
|
|
6
|
-
netgen/libngsolve.dylib,sha256=
|
|
7
|
-
netgen/libngstd.dylib,sha256=
|
|
1
|
+
netgen/libngbla.dylib,sha256=G-gc_wGZvrLhJ9SnH9-Lg62Jq0UACsIY6IlNPHKjnBw,6128192
|
|
2
|
+
netgen/libngcomp.dylib,sha256=7QYdWj41B8vqmE7O2k7jYdZIjdwftRrtl_HxUG7bpME,45134704
|
|
3
|
+
netgen/libngfem.dylib,sha256=dk73xxi9yt4ocr1aOyyWQAagODNYX2rHtBSjei9mMuo,52143856
|
|
4
|
+
netgen/libngla.dylib,sha256=xFUA6KVcNPl3CDGO_NMY-YtL9IRS41bSdzUZOXsk70k,26292640
|
|
5
|
+
netgen/libngsbem.dylib,sha256=OzLJ-Y2nn9kaiKrQ9kqS5s4B1wN1jHtdxNSBnbCJZOo,9738240
|
|
6
|
+
netgen/libngsolve.dylib,sha256=XQwPu-ioIsRIuHHTzTYTduYBAAuwVeS_CerQGysNqmE,1088480
|
|
7
|
+
netgen/libngstd.dylib,sha256=Ntnk0b1vFdDDDYERllY_dj1RBlbQXsEpYiI74hZSU_I,1046032
|
|
8
8
|
netgen/include/analytic_integrals.hpp,sha256=xLVJ8n0-t6UlU_yKE8i0vYkXilsNuqVixkzJlmxptKw,238
|
|
9
9
|
netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
|
|
10
10
|
netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
|
|
@@ -104,7 +104,7 @@ netgen/include/intrule.hpp,sha256=VSDdG7fpraQHY1eZFaKo7bLyfpwBjMM0Z2qJgcmYW3w,80
|
|
|
104
104
|
netgen/include/intrules_SauterSchwab.hpp,sha256=1HiSgmdJHNoCp1ZYY7gNFPHdanepbGtay2YJrTaYHBg,650
|
|
105
105
|
netgen/include/irspace.hpp,sha256=DcpkPMFKx5nDvfLfTWKmpYuLX-X5rBuWF8Ta9e__m-A,1508
|
|
106
106
|
netgen/include/jacobi.hpp,sha256=hFhMn5Q46_DxHGofXV_or5VCTREslMvpccV7FZCAefE,4738
|
|
107
|
-
netgen/include/kernels.hpp,sha256=
|
|
107
|
+
netgen/include/kernels.hpp,sha256=duCj2F7Gzz6drTp7_vi-oGIra0IiVK9VP5Ov4bpanCg,24354
|
|
108
108
|
netgen/include/l2hofe.hpp,sha256=kbCezYmmgGqfIN0WZRNDKBEoWQTTcgpg7TEuDERolSY,6696
|
|
109
109
|
netgen/include/l2hofe_impl.hpp,sha256=-rWVybAL7QTkfNNXAz1tP4RYQcBuOVYLTZE3E502tuA,15848
|
|
110
110
|
netgen/include/l2hofefo.hpp,sha256=sQhmfliTW2Ac_XLucufzbRdtSRr471i3qPFAMSByvU0,16592
|
|
@@ -115,8 +115,8 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
|
|
|
115
115
|
netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
|
|
116
116
|
netgen/include/meshaccess.hpp,sha256=j5dinD-8bVm18MkVqG9j-IhhZUHHXw3erdZy-LHxl-8,47133
|
|
117
117
|
netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
|
|
118
|
-
netgen/include/mp_coefficient.hpp,sha256=
|
|
119
|
-
netgen/include/mptools.hpp,sha256=
|
|
118
|
+
netgen/include/mp_coefficient.hpp,sha256=EFdnM3YDWmNya2NskFV5Idur6RKpGoHcgwN0qogB5hI,5016
|
|
119
|
+
netgen/include/mptools.hpp,sha256=_SR1XBtP7oGw7sZHNEINZJj-Fn-4IrGFM4b9aIiuNww,71593
|
|
120
120
|
netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
|
|
121
121
|
netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
|
|
122
122
|
netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
|
|
@@ -147,7 +147,7 @@ netgen/include/pmltrafo.hpp,sha256=SrlOgJ4qmBST4uIjtl4VatEw5dsGrL1-7xSrXnuAPAg,1
|
|
|
147
147
|
netgen/include/postproc.hpp,sha256=kaMQUfm_kd5Q4E0C5NaXPv3XyZncgOjwnZrvNJIP39A,5192
|
|
148
148
|
netgen/include/potentialtools.hpp,sha256=Js9DZrAHaAnQT61v0vFcd4RX6vYtxWbXsW4kueo8m9c,465
|
|
149
149
|
netgen/include/precomp.hpp,sha256=R-xo8gpTBNlyaQ-vj12q-VZoGZMox0FM5IWF22zWmMA,1277
|
|
150
|
-
netgen/include/preconditioner.hpp,sha256=
|
|
150
|
+
netgen/include/preconditioner.hpp,sha256=5TN6kvNNNk2JxR2ghUdD1iunrnCPgoeOE7z6NEW_zEw,14158
|
|
151
151
|
netgen/include/prolongation.hpp,sha256=_VUX2vzhcXOGPM1HnRBXkTKrNyXew72VWRnAnvFitF4,10927
|
|
152
152
|
netgen/include/python_comp.hpp,sha256=IVR8USVPy6hf1ZksUCUjvXcK7lcnyTpqzteR8a6Sblw,3464
|
|
153
153
|
netgen/include/python_fem.hpp,sha256=9-GoQrCprOReAgK9-v_X3NwGWJ229vmGjtwGI9td5GA,3072
|
|
@@ -199,51 +199,51 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
|
|
|
199
199
|
ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
|
|
200
200
|
ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
|
|
201
201
|
ngsolve/__init__.py,sha256=jiKgjpR98P6_MojCVJKnSRGkr1gbZ0fY3tdLCnoPLec,5472
|
|
202
|
-
ngsolve/__init__.pyi,sha256
|
|
202
|
+
ngsolve/__init__.pyi,sha256=-701H4waHsX5eA7IVKeRvo88PSC2ooWAQZIbHlEpDjI,13847
|
|
203
203
|
ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
|
|
204
|
-
ngsolve/bla.pyi,sha256=
|
|
204
|
+
ngsolve/bla.pyi,sha256=l5qkG9gmZQVf95VD9_ylKtrKHMyajBpud_ZNzwGuQ-0,36264
|
|
205
205
|
ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
|
|
206
206
|
ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
|
|
207
207
|
ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
|
|
208
|
-
ngsolve/directsolvers.pyi,sha256=
|
|
208
|
+
ngsolve/directsolvers.pyi,sha256=WTn4qURsgZYEjjGI0g8W9hRP7CbM3MuE66E-TUMtf3Q,683
|
|
209
209
|
ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
|
|
210
|
-
ngsolve/eigenvalues.pyi,sha256=
|
|
211
|
-
ngsolve/fem.pyi,sha256=
|
|
210
|
+
ngsolve/eigenvalues.pyi,sha256=mkUNnoH2iMV_ev2ZwlKEheIgRLLEGRdQQ7cJZqip0Qc,1306
|
|
211
|
+
ngsolve/fem.pyi,sha256=irjKjcncGmXrYg4McgVgfsGxFe-AXjUgyJpTQ_T4Fbs,52733
|
|
212
212
|
ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
|
|
213
213
|
ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
|
|
214
|
-
ngsolve/krylovspace.pyi,sha256=
|
|
215
|
-
ngsolve/la.pyi,sha256
|
|
214
|
+
ngsolve/krylovspace.pyi,sha256=tMc_Yexlc7_K5fdcJzuv8cRAFVxw2o7OdFvWCAERX48,13287
|
|
215
|
+
ngsolve/la.pyi,sha256=Mbh8GI1tMLI7YviwoZp6MYcQObYMiPXun4-QB_zsLsA,46171
|
|
216
216
|
ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
|
|
217
217
|
ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
|
|
218
218
|
ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
219
|
-
ngsolve/ngslib.so,sha256=
|
|
220
|
-
ngsolve/ngstd.pyi,sha256=
|
|
219
|
+
ngsolve/ngslib.so,sha256=OwxNM1rkZyw4T5rR6mPUQP9lMmRxOXi8XRbeALPXOTY,376216
|
|
220
|
+
ngsolve/ngstd.pyi,sha256=Usgn2tJq4SS-OlSI8n1aMkLhVqKUUAmdCH6WnKqmRh0,2088
|
|
221
221
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
222
|
-
ngsolve/nonlinearsolvers.pyi,sha256=
|
|
222
|
+
ngsolve/nonlinearsolvers.pyi,sha256=Yww8tYs7TiH-6JJQ2MympKmDxX8wcgctCuYMgKvBRKY,4723
|
|
223
223
|
ngsolve/preconditioners.py,sha256=DLRUd9wQwxXUWL1wEBAbHQbWNp71qZYOFvH5Krfa834,239
|
|
224
224
|
ngsolve/preconditioners.pyi,sha256=4wke-MV5DCmTvO25ivVOE7VFo9UTMCL64HLCOttMUTU,330
|
|
225
|
-
ngsolve/solve.pyi,sha256=
|
|
225
|
+
ngsolve/solve.pyi,sha256=6JempMSbLqx3IYM-41Xq-SINsXxkLM6vPXDozcIkVyE,3165
|
|
226
226
|
ngsolve/solve_implementation.py,sha256=-yyggHGmivv_hhSfRpShFqfWw2SOECpR3BMvccidvE4,5540
|
|
227
|
-
ngsolve/solve_implementation.pyi,sha256=
|
|
227
|
+
ngsolve/solve_implementation.pyi,sha256=v-UPH-S8uOT4Gl47pk1DMFed36fnQcIRQ2f65qnUnF8,2262
|
|
228
228
|
ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
229
229
|
ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
|
|
230
230
|
ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
|
|
231
|
-
ngsolve/timestepping.pyi,sha256=
|
|
231
|
+
ngsolve/timestepping.pyi,sha256=V-nBxHBM5tO3tMCu4i3J6g7T8DiGl7_-l8-Wk0LFblI,3174
|
|
232
232
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
233
|
-
ngsolve/timing.pyi,sha256=
|
|
233
|
+
ngsolve/timing.pyi,sha256=Hac0LAcdeW89RPEriVl7fAyDnGJZ_9XONWt5VI-On2M,1920
|
|
234
234
|
ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
|
|
235
|
-
ngsolve/utils.pyi,sha256=
|
|
235
|
+
ngsolve/utils.pyi,sha256=FYL83SyRgX-gtMLeQl8GxYO4bhBGtud_giscaPLMwSE,17092
|
|
236
236
|
ngsolve/webgui.py,sha256=EUhaOtWHZy80aLXhXbHwbCQVNjRSw-BAAE50cz7Ydaw,24313
|
|
237
|
-
ngsolve/cmake/NGSolveConfig.cmake,sha256=
|
|
237
|
+
ngsolve/cmake/NGSolveConfig.cmake,sha256=EVRrg0z6r-EupbdVriyOXFXby_TlwRiaf2ADDCkiBwg,5107
|
|
238
238
|
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
|
|
239
239
|
ngsolve/cmake/ngsolve-targets.cmake,sha256=1cQTFW-4aJfY356XRcuslSbFClmwPOSS03bj3WL15iM,5637
|
|
240
|
-
ngsolve/comp/__init__.pyi,sha256=
|
|
241
|
-
ngsolve/comp/pml.pyi,sha256=
|
|
240
|
+
ngsolve/comp/__init__.pyi,sha256=EsL16eiAgvzvG88y5dOhB6TGxLJCp7Sl6HjXd1GMkcw,213866
|
|
241
|
+
ngsolve/comp/pml.pyi,sha256=BANP6qftKQMBM2x7Yw6oChGcCLwbv4BrTOMbGMY5Lig,2812
|
|
242
242
|
ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
|
|
243
|
-
ngsolve/config/__init__.pyi,sha256=
|
|
243
|
+
ngsolve/config/__init__.pyi,sha256=2otRhAf-CE6wcNTXrvDJEyTWMaI0eHTxRStr1Ftk3ew,2910
|
|
244
244
|
ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
|
|
245
|
-
ngsolve/config/config.py,sha256=
|
|
246
|
-
ngsolve/config/config.pyi,sha256=
|
|
245
|
+
ngsolve/config/config.py,sha256=adhAacCYuQKOmXdADu9AHIBCa928yzBNB3vossVsl3Q,2467
|
|
246
|
+
ngsolve/config/config.pyi,sha256=46tpjFPOQq5kxzoQXNKMdGWmaGukyou4I5_xYSKT2tQ,2891
|
|
247
247
|
ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
248
248
|
ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
249
249
|
ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
|
|
@@ -275,41 +275,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
|
|
|
275
275
|
ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
|
|
276
276
|
ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
|
|
277
277
|
ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
|
|
278
|
-
ngsolve-6.2.2506.
|
|
279
|
-
ngsolve-6.2.2506.
|
|
280
|
-
ngsolve-6.2.2506.
|
|
281
|
-
ngsolve-6.2.2506.
|
|
282
|
-
ngsolve-6.2.2506.
|
|
283
|
-
ngsolve-6.2.2506.
|
|
284
|
-
ngsolve-6.2.2506.
|
|
285
|
-
ngsolve-6.2.2506.
|
|
286
|
-
ngsolve-6.2.2506.
|
|
287
|
-
ngsolve-6.2.2506.
|
|
288
|
-
ngsolve-6.2.2506.
|
|
289
|
-
ngsolve-6.2.2506.
|
|
290
|
-
ngsolve-6.2.2506.
|
|
291
|
-
ngsolve-6.2.2506.
|
|
292
|
-
ngsolve-6.2.2506.
|
|
293
|
-
ngsolve-6.2.2506.
|
|
294
|
-
ngsolve-6.2.2506.
|
|
295
|
-
ngsolve-6.2.2506.
|
|
296
|
-
ngsolve-6.2.2506.
|
|
297
|
-
ngsolve-6.2.2506.
|
|
298
|
-
ngsolve-6.2.2506.
|
|
299
|
-
ngsolve-6.2.2506.
|
|
300
|
-
ngsolve-6.2.2506.
|
|
301
|
-
ngsolve-6.2.2506.
|
|
302
|
-
ngsolve-6.2.2506.
|
|
303
|
-
ngsolve-6.2.2506.
|
|
304
|
-
ngsolve-6.2.2506.
|
|
305
|
-
ngsolve-6.2.2506.
|
|
306
|
-
ngsolve-6.2.2506.
|
|
307
|
-
ngsolve-6.2.2506.
|
|
308
|
-
ngsolve-6.2.2506.
|
|
309
|
-
ngsolve-6.2.2506.
|
|
310
|
-
ngsolve-6.2.2506.
|
|
311
|
-
ngsolve-6.2.2506.
|
|
312
|
-
ngsolve-6.2.2506.
|
|
313
|
-
ngsolve-6.2.2506.
|
|
314
|
-
ngsolve-6.2.2506.
|
|
315
|
-
ngsolve-6.2.2506.
|
|
278
|
+
ngsolve-6.2.2506.post74.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
279
|
+
ngsolve-6.2.2506.post74.dev0.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
|
|
280
|
+
ngsolve-6.2.2506.post74.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
281
|
+
ngsolve-6.2.2506.post74.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
282
|
+
ngsolve-6.2.2506.post74.dev0.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
|
|
283
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
284
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
285
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
286
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
287
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
288
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
289
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
290
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
291
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
292
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
293
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
294
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
295
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
296
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
297
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
298
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
299
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
300
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
301
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
302
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
303
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
304
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
305
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
306
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
307
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
308
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
309
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
310
|
+
ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
311
|
+
ngsolve-6.2.2506.post74.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
312
|
+
ngsolve-6.2.2506.post74.dev0.dist-info/METADATA,sha256=8uAtFSnBO4HTeHd-WKpbgrjhRwEzLY0QjbtbKT03fUs,199
|
|
313
|
+
ngsolve-6.2.2506.post74.dev0.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
|
|
314
|
+
ngsolve-6.2.2506.post74.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
315
|
+
ngsolve-6.2.2506.post74.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsolve.tcl
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.in2d
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/top_level.txt
RENAMED
|
File without changes
|