ngsolve 6.2.2506.post73.dev0__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2506.post85.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/sparsefactorization_interface.hpp +153 -0
- netgen/include/statushandler.hpp +8 -8
- 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 +59 -59
- ngsolve/bla.pyi +150 -95
- ngsolve/cmake/NGSolveConfig.cmake +5 -5
- ngsolve/cmake/ngsolve-targets.cmake +15 -8
- ngsolve/comp/__init__.pyi +386 -102
- 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.py +9 -21
- ngsolve/directsolvers.pyi +7 -10
- ngsolve/eigenvalues.pyi +4 -4
- ngsolve/fem.pyi +194 -110
- ngsolve/krylovspace.pyi +12 -12
- ngsolve/la.pyi +267 -88
- ngsolve/ngslib.so +0 -0
- ngsolve/ngstd.pyi +23 -4
- ngsolve/nonlinearsolvers.pyi +3 -3
- ngsolve/solve.pyi +7 -6
- ngsolve/solve_implementation.pyi +2 -2
- ngsolve/solvers/cudss.py +74 -0
- ngsolve/timestepping.pyi +3 -3
- ngsolve/timing.pyi +1 -1
- ngsolve/utils.pyi +71 -71
- {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post85.dev0.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post85.dev0.dist-info}/RECORD +72 -70
- /ngsolve/{solvers.py → solvers/__init__.py} +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post85.dev0.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post85.dev0.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post85.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=8s3f4BrGqxSUOX02hkWkgJVZzvegJMvRDlaPRt5dAUc,6128192
|
|
2
|
+
netgen/libngcomp.dylib,sha256=DiuuuOpF5MoYExO5Z5L2NBgHpw3E_DGyIyDoPrkKMyQ,45210944
|
|
3
|
+
netgen/libngfem.dylib,sha256=I1F6peKGGTVIQM5Oyfa_lKpUCQnDv-nIxxKU9ZdEzlA,52143856
|
|
4
|
+
netgen/libngla.dylib,sha256=6bKj_wULw9lWU73ikICrcA7cK-6omdRyHbnjEpeoctI,26439232
|
|
5
|
+
netgen/libngsbem.dylib,sha256=Hmff9-3LHjuc7pVWbnV8NehfWjpXLa5kSDrQeMqfLDc,9754752
|
|
6
|
+
netgen/libngsolve.dylib,sha256=DyJl8-ySSGW64engWqJ43LA_mA9g3VAnIfj92phKiRY,1088480
|
|
7
|
+
netgen/libngstd.dylib,sha256=nffuRpCv2Ltfm-8cT8oET-9nskeWX6tWgAUOf98zItA,1046368
|
|
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
|
|
@@ -164,12 +164,13 @@ netgen/include/simd_complex.hpp,sha256=1L_WGuaYlR_xQdMMC4o0_aBX484GqrLuShG7pHG4i
|
|
|
164
164
|
netgen/include/smoother.hpp,sha256=hZAe15R6BU88hMfhcTM3-eclRgzmHJnPKgYYWol9Sx8,6643
|
|
165
165
|
netgen/include/solve.hpp,sha256=OZQfkg6HN20eudQ4kkRSecr-miwV35NPEjAtoMcunG4,2034
|
|
166
166
|
netgen/include/sparsecholesky.hpp,sha256=2HKM6aKO02YX32jxGna6CAjBBfeXvCsmPk4hoWZWIQk,8888
|
|
167
|
+
netgen/include/sparsefactorization_interface.hpp,sha256=Hi6toUHpgKDCo4zqhZNSLbz1qOY_z3FqJVHcXCz-pjY,4143
|
|
167
168
|
netgen/include/sparsematrix.hpp,sha256=3FCqp4zDtgi0CnrLdmmxzHiiub4jpIqg4yR1-eWQc8Q,32741
|
|
168
169
|
netgen/include/sparsematrix_dyn.hpp,sha256=u9aWEYl6PhrevL9SPSXVE22_EIwIduDDvzY8xgIsw4Q,2656
|
|
169
170
|
netgen/include/sparsematrix_impl.hpp,sha256=neN0xhP5nkT90B3U-u2uX2dgqU3l6m_zhsAihI8XtF0,30219
|
|
170
171
|
netgen/include/special_matrix.hpp,sha256=1moUjxQ_uaS-GWrSbrbN4c8N3pDma9UpSaFqrNUXV80,16526
|
|
171
172
|
netgen/include/specialelement.hpp,sha256=iiQaIE-cHbwGX014jET8k-rfb8k1GT6Gs_vsMIBWaOA,3226
|
|
172
|
-
netgen/include/statushandler.hpp,sha256=
|
|
173
|
+
netgen/include/statushandler.hpp,sha256=DTwByT_TMdV6jC3JMxw-_kxd9xtUtkKrcEF8ysI53CQ,671
|
|
173
174
|
netgen/include/stringops.hpp,sha256=QiiQAFqB87FhxuMO_sigJU7L6FHfE3ebBy-cngouf_U,262
|
|
174
175
|
netgen/include/superluinverse.hpp,sha256=FDSnHdTbVFDsFPF6B56IZJPDQKZx4fp2OubRQjE5_TU,3165
|
|
175
176
|
netgen/include/symbolicintegrator.hpp,sha256=6LYXezRPon5_7RUSwT9tcqMZXI7ee72XTZ7G08MZ5sw,36047
|
|
@@ -199,51 +200,50 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
|
|
|
199
200
|
ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
|
|
200
201
|
ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
|
|
201
202
|
ngsolve/__init__.py,sha256=jiKgjpR98P6_MojCVJKnSRGkr1gbZ0fY3tdLCnoPLec,5472
|
|
202
|
-
ngsolve/__init__.pyi,sha256=
|
|
203
|
+
ngsolve/__init__.pyi,sha256=IpL6y53NwT1OUwz1avahxyUm8_99e5ofjXIRr8EMs1A,13847
|
|
203
204
|
ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
|
|
204
|
-
ngsolve/bla.pyi,sha256=
|
|
205
|
+
ngsolve/bla.pyi,sha256=l5qkG9gmZQVf95VD9_ylKtrKHMyajBpud_ZNzwGuQ-0,36264
|
|
205
206
|
ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
|
|
206
207
|
ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
|
|
207
|
-
ngsolve/directsolvers.py,sha256=
|
|
208
|
-
ngsolve/directsolvers.pyi,sha256=
|
|
208
|
+
ngsolve/directsolvers.py,sha256=Jyx3-M8VVspuKcNkdB_-sdBx8B5BmnbtqshLTI9wnns,512
|
|
209
|
+
ngsolve/directsolvers.pyi,sha256=HP5Pzmn47g67t9WI9ubQulE1wAgF2-aUZutf1p9mat4,552
|
|
209
210
|
ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
|
|
210
|
-
ngsolve/eigenvalues.pyi,sha256=
|
|
211
|
-
ngsolve/fem.pyi,sha256=
|
|
211
|
+
ngsolve/eigenvalues.pyi,sha256=mkUNnoH2iMV_ev2ZwlKEheIgRLLEGRdQQ7cJZqip0Qc,1306
|
|
212
|
+
ngsolve/fem.pyi,sha256=irjKjcncGmXrYg4McgVgfsGxFe-AXjUgyJpTQ_T4Fbs,52733
|
|
212
213
|
ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
|
|
213
214
|
ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
|
|
214
|
-
ngsolve/krylovspace.pyi,sha256=
|
|
215
|
-
ngsolve/la.pyi,sha256
|
|
215
|
+
ngsolve/krylovspace.pyi,sha256=TGa0wcV3bI-7waF00uG6161bgKMzcQcGJvgmsEB8JiA,13287
|
|
216
|
+
ngsolve/la.pyi,sha256=zODN9qqpN48HKiffhC4jicbNcE1IZWReA6gdt5x6z98,46720
|
|
216
217
|
ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
|
|
217
218
|
ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
|
|
218
219
|
ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
219
|
-
ngsolve/ngslib.so,sha256=
|
|
220
|
-
ngsolve/ngstd.pyi,sha256=
|
|
220
|
+
ngsolve/ngslib.so,sha256=OwxNM1rkZyw4T5rR6mPUQP9lMmRxOXi8XRbeALPXOTY,376216
|
|
221
|
+
ngsolve/ngstd.pyi,sha256=Usgn2tJq4SS-OlSI8n1aMkLhVqKUUAmdCH6WnKqmRh0,2088
|
|
221
222
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
222
|
-
ngsolve/nonlinearsolvers.pyi,sha256=
|
|
223
|
+
ngsolve/nonlinearsolvers.pyi,sha256=MxWDmAc67VJAI0q-jMXce1_oOaYYg2D6l57Y3btLtGA,4723
|
|
223
224
|
ngsolve/preconditioners.py,sha256=DLRUd9wQwxXUWL1wEBAbHQbWNp71qZYOFvH5Krfa834,239
|
|
224
225
|
ngsolve/preconditioners.pyi,sha256=4wke-MV5DCmTvO25ivVOE7VFo9UTMCL64HLCOttMUTU,330
|
|
225
|
-
ngsolve/solve.pyi,sha256=
|
|
226
|
+
ngsolve/solve.pyi,sha256=6JempMSbLqx3IYM-41Xq-SINsXxkLM6vPXDozcIkVyE,3165
|
|
226
227
|
ngsolve/solve_implementation.py,sha256=-yyggHGmivv_hhSfRpShFqfWw2SOECpR3BMvccidvE4,5540
|
|
227
|
-
ngsolve/solve_implementation.pyi,sha256=
|
|
228
|
-
ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
228
|
+
ngsolve/solve_implementation.pyi,sha256=AGtN8Om4_zZidUkjh_6AAXXIBsTozkUeoEQFcM7qKSk,2262
|
|
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=YwefOxEJsaX0KBhiikbnXWKEJjuvaEAw1vhqve694k4,3174
|
|
232
232
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
233
|
-
ngsolve/timing.pyi,sha256=
|
|
233
|
+
ngsolve/timing.pyi,sha256=NgsCmh1VsW0gm8eKSu-ech-GVvF4UxVvYVWr7UX3UrU,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=nDcTfgy2oquOKJIQZKwjCXzaN1SNwvH-kyo4P2B9y2A,5107
|
|
238
238
|
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
|
|
239
|
-
ngsolve/cmake/ngsolve-targets.cmake,sha256=
|
|
240
|
-
ngsolve/comp/__init__.pyi,sha256=
|
|
241
|
-
ngsolve/comp/pml.pyi,sha256=
|
|
239
|
+
ngsolve/cmake/ngsolve-targets.cmake,sha256=M4iqepKAN5cMIPI7M3pavgHAx75siSAWiI4rPCnyrOo,5850
|
|
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=5Ke4iM5to2vNLufhCyC2lKJ3C0DeZBGieYCXCqSvGvM,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=ssrrSUwnTpRxe6XNGZ-t0GiM9-YQaN6J8NmMUwnNoJg,2467
|
|
246
|
+
ngsolve/config/config.pyi,sha256=AlKlBV7e4fjfwe1GqCyPVzY8L95tR0HvO4q8PDPbc9o,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,43 @@ 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
|
|
279
|
-
ngsolve
|
|
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/solvers/__init__.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
279
|
+
ngsolve/solvers/cudss.py,sha256=7JbJKFKWafB4gJevID88lzNLaJw-kBUwEPJ68tuTT_g,2663
|
|
280
|
+
ngsolve-6.2.2506.post85.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
281
|
+
ngsolve-6.2.2506.post85.dev0.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
|
|
282
|
+
ngsolve-6.2.2506.post85.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
283
|
+
ngsolve-6.2.2506.post85.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
284
|
+
ngsolve-6.2.2506.post85.dev0.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
|
|
285
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
286
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
287
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
288
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
289
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
290
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
291
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
292
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
293
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
294
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
295
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
296
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
297
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
298
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
299
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
300
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
301
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
302
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
303
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
304
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
305
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
306
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
307
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
308
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
309
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
310
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
311
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
312
|
+
ngsolve-6.2.2506.post85.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
313
|
+
ngsolve-6.2.2506.post85.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
314
|
+
ngsolve-6.2.2506.post85.dev0.dist-info/METADATA,sha256=j9rhr4fubJsoI0m0wcn7rgMvCSAxdM3CXUuZERvL4co,199
|
|
315
|
+
ngsolve-6.2.2506.post85.dev0.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
|
|
316
|
+
ngsolve-6.2.2506.post85.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
317
|
+
ngsolve-6.2.2506.post85.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/bin/ngsolve.tcl
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/beam.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/beam.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/chip.in2d
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/chip.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coil.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/coil.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/cube.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.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.post73.dev0.data → ngsolve-6.2.2506.post85.dev0.data}/data/share/ngsolve/shaft.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post85.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.post73.dev0.dist-info → ngsolve-6.2.2506.post85.dev0.dist-info}/top_level.txt
RENAMED
|
File without changes
|