ngsolve 6.2.2505.post105.dev0__cp310-cp310-macosx_10_15_universal2.whl → 6.2.2506.post33.dev0__cp310-cp310-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/analytic_integrals.hpp +10 -0
- netgen/include/bdbequations.hpp +20 -0
- netgen/include/bem_diffops.hpp +475 -0
- netgen/include/bspline.hpp +2 -0
- netgen/include/contact.hpp +4 -0
- netgen/include/h1lumping.hpp +6 -0
- netgen/include/hcurl_equations.hpp +29 -0
- netgen/include/hdivfe_utils.hpp +1 -0
- netgen/include/kernels.hpp +654 -0
- netgen/include/mp_coefficient.hpp +20 -20
- netgen/include/mptools.hpp +268 -123
- netgen/include/potentialtools.hpp +2 -2
- netgen/include/thdivfe_impl.hpp +66 -0
- 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/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/config/config.py +6 -6
- ngsolve/demos/intro/cmagnet.py +19 -22
- ngsolve/solve_implementation.py +4 -0
- {ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/RECORD +62 -59
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/top_level.txt +0 -0
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
namespace ngsbem
|
|
14
14
|
{
|
|
15
15
|
|
|
16
|
-
extern void AddChargeDensity (
|
|
16
|
+
extern void AddChargeDensity (SingularMLExpansion<Complex> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
|
|
17
17
|
|
|
18
|
-
extern void AddCurrentDensity (
|
|
18
|
+
extern void AddCurrentDensity (SingularMLExpansion<Vec<3,Complex>> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
|
|
19
19
|
|
|
20
20
|
}
|
|
21
21
|
|
netgen/include/thdivfe_impl.hpp
CHANGED
|
@@ -235,6 +235,7 @@ namespace ngfem
|
|
|
235
235
|
CalcMappedDivShape (const SIMD_BaseMappedIntegrationRule & bmir,
|
|
236
236
|
BareSliceMatrix<SIMD<double>> divshapes) const
|
|
237
237
|
{
|
|
238
|
+
/*
|
|
238
239
|
auto & mir = static_cast<const SIMD_MappedIntegrationRule<DIM,DIM>&> (bmir);
|
|
239
240
|
for (size_t i = 0; i < mir.Size(); i++)
|
|
240
241
|
{
|
|
@@ -246,6 +247,29 @@ namespace ngfem
|
|
|
246
247
|
divshapesi(j) = val;
|
|
247
248
|
}));
|
|
248
249
|
}
|
|
250
|
+
*/
|
|
251
|
+
Iterate<4-DIM>
|
|
252
|
+
([this,&bmir,divshapes](auto CODIM)
|
|
253
|
+
{
|
|
254
|
+
constexpr int DIMSPACE = DIM+CODIM.value;
|
|
255
|
+
if (bmir.DimSpace() == DIMSPACE)
|
|
256
|
+
{
|
|
257
|
+
// cout << "use new div, dim " << DIMSPACE << endl;
|
|
258
|
+
auto & mir = static_cast<const SIMD_MappedIntegrationRule<DIM,DIMSPACE>&> (bmir);
|
|
259
|
+
for (size_t i = 0; i < mir.Size(); i++)
|
|
260
|
+
{
|
|
261
|
+
auto divshapesi = divshapes.Col(i);
|
|
262
|
+
auto invJ = 1.0/mir[i].GetJacobiDet();
|
|
263
|
+
static_cast<const FEL*> (this) ->
|
|
264
|
+
T_CalcShape (GetTIPGrad<DIM>(mir[i].IP()),
|
|
265
|
+
SBLambda ([divshapesi,invJ] (size_t j, THDiv2DivShape<DIM,SIMD<double>> val)
|
|
266
|
+
{
|
|
267
|
+
divshapesi(j) = invJ*val;
|
|
268
|
+
}));
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
});
|
|
272
|
+
|
|
249
273
|
}
|
|
250
274
|
|
|
251
275
|
template <class FEL, ELEMENT_TYPE ET>
|
|
@@ -384,6 +408,8 @@ namespace ngfem
|
|
|
384
408
|
EvaluateDiv (const SIMD_BaseMappedIntegrationRule & bmir, BareSliceVector<> coefs,
|
|
385
409
|
BareVector<SIMD<double>> values) const
|
|
386
410
|
{
|
|
411
|
+
/*
|
|
412
|
+
cout << "evaldiv, simd" << endl
|
|
387
413
|
auto & mir = static_cast<const SIMD_MappedIntegrationRule<DIM,DIM>&> (bmir);
|
|
388
414
|
for (size_t i = 0; i < mir.Size(); i++)
|
|
389
415
|
{
|
|
@@ -399,6 +425,46 @@ namespace ngfem
|
|
|
399
425
|
}));
|
|
400
426
|
values(i) = sum;
|
|
401
427
|
}
|
|
428
|
+
*/
|
|
429
|
+
|
|
430
|
+
/*
|
|
431
|
+
Iterate<4-DIM>
|
|
432
|
+
([this,&bmir,coefs,values](auto CODIM)
|
|
433
|
+
{
|
|
434
|
+
constexpr int DIMSPACE = DIM+CODIM.value;
|
|
435
|
+
if (bmir.DimSpace() == DIMSPACE)
|
|
436
|
+
{
|
|
437
|
+
auto & mir = static_cast<const SIMD_MappedIntegrationRule<DIM,DIMSPACE>&> (bmir);
|
|
438
|
+
for (size_t i = 0; i < mir.Size(); i++)
|
|
439
|
+
{
|
|
440
|
+
SIMD<double> sum(0.0);
|
|
441
|
+
static_cast<const FEL*> (this) ->
|
|
442
|
+
T_CalcShape (GetTIPGrad<DIM>(mir[i].IP()),
|
|
443
|
+
SBLambda ([=,&sum] (size_t j, THDiv2DivShape<DIM,SIMD<double>> divshape)
|
|
444
|
+
{
|
|
445
|
+
// auto vshape = HDiv2DivShapeNew (s);
|
|
446
|
+
// shapesi.Range(j*vshape.Size(), (j+1)*vshape.Size()) = vshape;
|
|
447
|
+
// divshapesi(j) = HDiv2DivShapeNew (s);
|
|
448
|
+
sum += coefs(j) * divshape.Get();
|
|
449
|
+
}));
|
|
450
|
+
values(i) = 1/mir[i].GetJacobiDet() * sum;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
});
|
|
454
|
+
*/
|
|
455
|
+
|
|
456
|
+
auto & mir = bmir;
|
|
457
|
+
for (size_t i = 0; i < mir.Size(); i++)
|
|
458
|
+
{
|
|
459
|
+
SIMD<double> sum(0.0);
|
|
460
|
+
static_cast<const FEL*> (this) ->
|
|
461
|
+
T_CalcShape (GetTIPGrad<DIM>(mir[i].IP()),
|
|
462
|
+
SBLambda ([=,&sum] (size_t j, THDiv2DivShape<DIM,SIMD<double>> divshape)
|
|
463
|
+
{
|
|
464
|
+
sum += coefs(j) * divshape.Get();
|
|
465
|
+
}));
|
|
466
|
+
values(i) = 1/mir[i].GetJacobiDet() * sum;
|
|
467
|
+
}
|
|
402
468
|
}
|
|
403
469
|
|
|
404
470
|
template <class FEL, ELEMENT_TYPE ET>
|
netgen/libngbla.dylib
CHANGED
|
Binary file
|
netgen/libngcomp.dylib
CHANGED
|
Binary file
|
netgen/libngfem.dylib
CHANGED
|
Binary file
|
netgen/libngla.dylib
CHANGED
|
Binary file
|
netgen/libngsbem.dylib
CHANGED
|
Binary file
|
netgen/libngsolve.dylib
CHANGED
|
Binary file
|
netgen/libngstd.dylib
CHANGED
|
Binary file
|
ngsolve/config/config.py
CHANGED
|
@@ -29,15 +29,15 @@ NGSOLVE_INSTALL_DIR_INCLUDE = "netgen/include"
|
|
|
29
29
|
NGSOLVE_INSTALL_DIR_CMAKE = "ngsolve/cmake"
|
|
30
30
|
NGSOLVE_INSTALL_DIR_RES = "share"
|
|
31
31
|
|
|
32
|
-
NGSOLVE_VERSION = "6.2.
|
|
33
|
-
NGSOLVE_VERSION_GIT = "v6.2.
|
|
34
|
-
NGSOLVE_VERSION_PYTHON = "6.2.
|
|
32
|
+
NGSOLVE_VERSION = "6.2.2506-33-g6156da6de"
|
|
33
|
+
NGSOLVE_VERSION_GIT = "v6.2.2506-33-g6156da6de"
|
|
34
|
+
NGSOLVE_VERSION_PYTHON = "6.2.2506.post33.dev0"
|
|
35
35
|
|
|
36
36
|
NGSOLVE_VERSION_MAJOR = "6"
|
|
37
37
|
NGSOLVE_VERSION_MINOR = "2"
|
|
38
|
-
NGSOLVE_VERSION_TWEAK = "
|
|
39
|
-
NGSOLVE_VERSION_PATCH = "
|
|
40
|
-
NGSOLVE_VERSION_HASH = "
|
|
38
|
+
NGSOLVE_VERSION_TWEAK = "33"
|
|
39
|
+
NGSOLVE_VERSION_PATCH = "2506"
|
|
40
|
+
NGSOLVE_VERSION_HASH = "g6156da6de"
|
|
41
41
|
|
|
42
42
|
CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
|
|
43
43
|
CMAKE_CUDA_COMPILER = ""
|
ngsolve/demos/intro/cmagnet.py
CHANGED
|
@@ -1,29 +1,26 @@
|
|
|
1
|
-
from netgen.
|
|
1
|
+
from netgen.occ import *
|
|
2
2
|
from ngsolve import *
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
def MakeGeometry():
|
|
6
|
-
|
|
7
|
-
box =
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
ngmesh = MakeGeometry().GenerateMesh(maxh=0.5)
|
|
25
|
-
ngmesh.Save("coil.vol")
|
|
26
|
-
mesh = Mesh(ngmesh)
|
|
6
|
+
box = Box((-1,-1,-1), (2,1,2))
|
|
7
|
+
box.faces.name = "outer"
|
|
8
|
+
core = Box((0,-0.05,0), (0.8,0.05,1)) - \
|
|
9
|
+
Box((0.1,-1,0.1), (0.7,1,0.9)) - \
|
|
10
|
+
Box((0.5,-1,0.4), (1,1,0.6))
|
|
11
|
+
core.solids.name = "core"
|
|
12
|
+
core.solids.maxh = 0.03
|
|
13
|
+
|
|
14
|
+
coil = Cylinder((0.05,0,0.3), (0,0,1), 0.3, 0.4) - \
|
|
15
|
+
Cylinder((0.05,0,0.3), (0,0,1), 0.15, 0.4)
|
|
16
|
+
coil.solids.name = "coil"
|
|
17
|
+
air = box - core - coil
|
|
18
|
+
air.solids.name = "air"
|
|
19
|
+
return Glue([core, coil, air])
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
mesh = MakeGeometry().GenerateMesh(maxh=0.5)
|
|
27
24
|
|
|
28
25
|
# curve elements for geometry approximation
|
|
29
26
|
mesh.Curve(5)
|
ngsolve/solve_implementation.py
CHANGED
|
@@ -51,6 +51,10 @@ class NonLinearApplication(Application):
|
|
|
51
51
|
if rhs is not None and rhs != 0:
|
|
52
52
|
rhs.Assemble()
|
|
53
53
|
solver_args["rhs"] = rhs
|
|
54
|
+
if "freedofs" in kwargs:
|
|
55
|
+
solver_args["freedofs"] = kwargs.pop("freedofs")
|
|
56
|
+
if "inverse" in kwargs:
|
|
57
|
+
solver_args["inverse"] = kwargs.pop("inverse")
|
|
54
58
|
solver = NewtonSolver(self.a, self.gf, **solver_args)
|
|
55
59
|
if dirichlet is not None:
|
|
56
60
|
dirichlet_gf = GridFunction(self.gf.space)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ngsolve
|
|
3
|
-
Version: 6.2.
|
|
3
|
+
Version: 6.2.2506.post33.dev0
|
|
4
4
|
Summary: NGSolve
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: The NGSolve team
|
|
7
7
|
License: LGPL2.1
|
|
8
8
|
Platform: UNKNOWN
|
|
9
9
|
License-File: LICENSE
|
|
10
|
-
Requires-Dist: netgen-mesher (==6.2.
|
|
10
|
+
Requires-Dist: netgen-mesher (==6.2.2506.post8.dev0)
|
|
11
11
|
|
|
12
12
|
UNKNOWN
|
|
13
13
|
|
|
@@ -1,22 +1,24 @@
|
|
|
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=ZyVdf3qqMeQtnFa0M73IuJzdUd8E-OZ5Se30mPp3JPQ,5843392
|
|
2
|
+
netgen/libngcomp.dylib,sha256=tYJYRQQ6PiiR77xlKruyvWyN_Fuy0yh83dhGacubCdM,43079664
|
|
3
|
+
netgen/libngfem.dylib,sha256=Nmh44FqF1FdoMzDxEkM-JW3zvgWf1O8LtNQNd3v22L8,51659696
|
|
4
|
+
netgen/libngla.dylib,sha256=YAGl5G2GNwJCKOEg_hpLnEaMWT9XvsV8Tm3ThiowyTk,25534736
|
|
5
|
+
netgen/libngsbem.dylib,sha256=kFKOEQJiOOeyPFYrHqgMyz0P11r0mByabD88khr2G7I,8670576
|
|
6
|
+
netgen/libngsolve.dylib,sha256=BmiSIawX0CyAIN-GQ9SbDsOg-3wFie56_Lnv4yhqs2M,943872
|
|
7
|
+
netgen/libngstd.dylib,sha256=mcq1POCvjjXQY0mrzZWieEAWmNOd_-R_UjXZAf8E0lc,923424
|
|
8
|
+
netgen/include/analytic_integrals.hpp,sha256=xLVJ8n0-t6UlU_yKE8i0vYkXilsNuqVixkzJlmxptKw,238
|
|
8
9
|
netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
|
|
9
10
|
netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
|
|
10
11
|
netgen/include/basematrix.hpp,sha256=6YGW07HMH7F2JWXUKOwlGZ2ZvEoP7uCSGihdrzzKPag,28634
|
|
11
12
|
netgen/include/basevector.hpp,sha256=6UISVxCMw3kEzHzZmpOCdv9mLHlaWTR2AXLMbNNC6YQ,31108
|
|
12
|
-
netgen/include/bdbequations.hpp,sha256=
|
|
13
|
+
netgen/include/bdbequations.hpp,sha256=JPgzNFMfZeD56SgRGukVup7lEmT1O3lCTX0LdvHybpY,90406
|
|
13
14
|
netgen/include/bdbintegrator.hpp,sha256=-KCvBBh8zZQ29tLiLIa28c6QWJBsN8xYC7K-NwEZhYw,47590
|
|
15
|
+
netgen/include/bem_diffops.hpp,sha256=ZPuCPiqrZcQj4w5BTkYJzOFTP33gC7ST7qh1AdvI-uM,16307
|
|
14
16
|
netgen/include/bessel.hpp,sha256=-6k_a2bsoY1rWgLSUvQMfm92xVLnlB28CU6Qwryj-GI,25282
|
|
15
17
|
netgen/include/bilinearform.hpp,sha256=MtWhAWFlTBHi8Se-i64-QDJYgus-8-rHyGg5URYZua0,30952
|
|
16
18
|
netgen/include/bla.hpp,sha256=oPkojZCwoBdSVAmjH6yQ8PeCQMsUOahn8-xZ3PQQACc,493
|
|
17
19
|
netgen/include/blockalloc.hpp,sha256=m7OLcsF3Kkm_jWnxQdzTAPeKDll-ASMU1bs_NQqXU0o,1985
|
|
18
20
|
netgen/include/blockjacobi.hpp,sha256=VQ1UvT6guthHtL1KrSdwLL8SN5Rls8xKJEs7NOohXGo,9631
|
|
19
|
-
netgen/include/bspline.hpp,sha256=
|
|
21
|
+
netgen/include/bspline.hpp,sha256=5zFz-prMVTwRGl9jdnH8dvJLsoP2SlobB6rUfNAQc4Q,4214
|
|
20
22
|
netgen/include/calcinverse.hpp,sha256=qVQxfA34JCJhdmZCdFMYqSWy_DVjNG4J_3OyhS2L4B8,3147
|
|
21
23
|
netgen/include/cg.hpp,sha256=xsi2g1jnucFX5MWj02XI9Cz2cwlUShOUhMC1BvdroTg,7787
|
|
22
24
|
netgen/include/chebyshev.hpp,sha256=PLxCtgIsZtRSuvcZWYeCkwchzcWJGdBJtNhcWbwLJH4,1179
|
|
@@ -31,7 +33,7 @@ netgen/include/comp.hpp,sha256=ltQjLwe-nxBCf35YShtEhIutW60_GvrPqYo6e2p_eYk,1873
|
|
|
31
33
|
netgen/include/compatibility.hpp,sha256=51swaPT7oXmkSj3AUIXU2QT4NqmIkbk6oFzSH4bNs3A,773
|
|
32
34
|
netgen/include/complex_wrapper.hpp,sha256=kxoIRqSvZSqt979L14iVBaNI2_ofIDphR1qFs83hgoI,1464
|
|
33
35
|
netgen/include/compressedfespace.hpp,sha256=_zUtkixFMzdbqdG7v-0cBAqMMLZZw-vajLouCvzEx3w,3748
|
|
34
|
-
netgen/include/contact.hpp,sha256=
|
|
36
|
+
netgen/include/contact.hpp,sha256=NDWbK7iMkANwTZrS0LsCbHJKo011cHPDG5UxQ-ku-uQ,8129
|
|
35
37
|
netgen/include/diagonalmatrix.hpp,sha256=_P9pv36VUbh0WGuYtKlAHJv-SNVqg7PsGPwphbmWW_Y,5361
|
|
36
38
|
netgen/include/differentialoperator.hpp,sha256=uUDW_sGO8prj3gtFv4CNkcpttAaeqYrr1fOWEYRsemI,9380
|
|
37
39
|
netgen/include/diffop.hpp,sha256=w7IteI4MKRSX13M3u74BuPKBvZfD9gU_jjAVSJD8hW4,44359
|
|
@@ -66,8 +68,8 @@ netgen/include/h1hofefo.hpp,sha256=9wQDD_5zXMhlptPHZZzOUImFLkF0dZwYuYbLX1Ai2dA,4
|
|
|
66
68
|
netgen/include/h1hofefo_impl.hpp,sha256=b9JSRP0tru-o5uJ_39WZwRJ9ibeU8jTtWpqsR1owT1M,4737
|
|
67
69
|
netgen/include/h1hofespace.hpp,sha256=tbRkknufUMTf9qBIkRgxWiVYbmsXyLvPdjZOrxvF_cA,5000
|
|
68
70
|
netgen/include/h1lofe.hpp,sha256=VqISJ-aK0aiAW7ymCxGF6LK1bDfIADU_7mvUxKkkdJg,34079
|
|
69
|
-
netgen/include/h1lumping.hpp,sha256=
|
|
70
|
-
netgen/include/hcurl_equations.hpp,sha256=
|
|
71
|
+
netgen/include/h1lumping.hpp,sha256=B7X62dQSmeK3gT7nkxJNOrB_81VxV94pvHlnBIShI0I,1093
|
|
72
|
+
netgen/include/hcurl_equations.hpp,sha256=rR29A0Wj24tvGJlvH8kW138z1dXaXsYMTnTxE_fxyBE,46874
|
|
71
73
|
netgen/include/hcurlcurlfe.hpp,sha256=Cp8p9JnMx4bL5hFpAEIIgUX3_cygoYMEJfJnhYoBmYs,85533
|
|
72
74
|
netgen/include/hcurlcurlfespace.hpp,sha256=sowpisLoGpoNCZybRwCGCCncbvDU-zyPeLl4ixCxl1c,2174
|
|
73
75
|
netgen/include/hcurlfe.hpp,sha256=7EHEExBJqgnqGRpEcjxsmCthbggc95DOVhSgujcIxcM,9436
|
|
@@ -82,7 +84,7 @@ netgen/include/hdiv_equations.hpp,sha256=sOsyH58VCrtYRSj91aZCVmYoLY9_Pg6MZehzUoO
|
|
|
82
84
|
netgen/include/hdivdivfe.hpp,sha256=M080aWpgapjgjnwln9L6oBEEdZwjF2RAnNBzWe45nRk,104238
|
|
83
85
|
netgen/include/hdivdivsurfacespace.hpp,sha256=8lJb8AjIkubje-m4roqlZQbRLBc3uuU2oCEycZn0Lbk,2070
|
|
84
86
|
netgen/include/hdivfe.hpp,sha256=Eay-KISOOiaYPs2VVFxmVwmky_TFnCUdf-SLAyjq57k,6616
|
|
85
|
-
netgen/include/hdivfe_utils.hpp,sha256=
|
|
87
|
+
netgen/include/hdivfe_utils.hpp,sha256=KGsfNTxwXUZeXb8ViPrjHEo4Hi__AzQ7yxyGwU-QEI4,17941
|
|
86
88
|
netgen/include/hdivfes.hpp,sha256=MrPtDM7GXnozM-PbOqyZX1X7CsDNuJxtTGE5tgtAXOE,2142
|
|
87
89
|
netgen/include/hdivhofe.hpp,sha256=fTcC2CaT3fghZOPwsmJUFI-XMFfZTfBgyJfCPxwu3pU,13703
|
|
88
90
|
netgen/include/hdivhofe_impl.hpp,sha256=G59J6oeF5AS51G9TQBMFf-_1smPdjYFcPB5Vcux6dTI,37278
|
|
@@ -101,6 +103,7 @@ netgen/include/intrule.hpp,sha256=VSDdG7fpraQHY1eZFaKo7bLyfpwBjMM0Z2qJgcmYW3w,80
|
|
|
101
103
|
netgen/include/intrules_SauterSchwab.hpp,sha256=1HiSgmdJHNoCp1ZYY7gNFPHdanepbGtay2YJrTaYHBg,650
|
|
102
104
|
netgen/include/irspace.hpp,sha256=DcpkPMFKx5nDvfLfTWKmpYuLX-X5rBuWF8Ta9e__m-A,1508
|
|
103
105
|
netgen/include/jacobi.hpp,sha256=hFhMn5Q46_DxHGofXV_or5VCTREslMvpccV7FZCAefE,4738
|
|
106
|
+
netgen/include/kernels.hpp,sha256=y_1yU-qxjPnABR_ULj8NxHR249kGVNsVtNJcKWBQvy4,20490
|
|
104
107
|
netgen/include/l2hofe.hpp,sha256=Qjg5jtkhx8cE1gUdoKslhKTqlUg9qbAbL8g4NTMCW2s,6650
|
|
105
108
|
netgen/include/l2hofe_impl.hpp,sha256=-rWVybAL7QTkfNNXAz1tP4RYQcBuOVYLTZE3E502tuA,15848
|
|
106
109
|
netgen/include/l2hofefo.hpp,sha256=sQhmfliTW2Ac_XLucufzbRdtSRr471i3qPFAMSByvU0,16592
|
|
@@ -111,8 +114,8 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
|
|
|
111
114
|
netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
|
|
112
115
|
netgen/include/meshaccess.hpp,sha256=j5dinD-8bVm18MkVqG9j-IhhZUHHXw3erdZy-LHxl-8,47133
|
|
113
116
|
netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
|
|
114
|
-
netgen/include/mp_coefficient.hpp,sha256=
|
|
115
|
-
netgen/include/mptools.hpp,sha256=
|
|
117
|
+
netgen/include/mp_coefficient.hpp,sha256=AvH0tzkfqeOGZiydF2f0-M7vtW-29szci-9Krpl_Dow,4980
|
|
118
|
+
netgen/include/mptools.hpp,sha256=WlC1nA9v7uBzJxzLe7hDqTEdeFE_WCZjIakw7bE2B7g,63496
|
|
116
119
|
netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
|
|
117
120
|
netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
|
|
118
121
|
netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
|
|
@@ -141,7 +144,7 @@ netgen/include/plateaufespace.hpp,sha256=H031F3WCIJNHx8HVmfUZJM7D46D9sWtV7pn5OIR
|
|
|
141
144
|
netgen/include/pml.hpp,sha256=GM19mHCmme07y32MV80D2xULzPrZPG6u45ORn4W-uYU,7284
|
|
142
145
|
netgen/include/pmltrafo.hpp,sha256=SrlOgJ4qmBST4uIjtl4VatEw5dsGrL1-7xSrXnuAPAg,19606
|
|
143
146
|
netgen/include/postproc.hpp,sha256=kaMQUfm_kd5Q4E0C5NaXPv3XyZncgOjwnZrvNJIP39A,5192
|
|
144
|
-
netgen/include/potentialtools.hpp,sha256=
|
|
147
|
+
netgen/include/potentialtools.hpp,sha256=Js9DZrAHaAnQT61v0vFcd4RX6vYtxWbXsW4kueo8m9c,465
|
|
145
148
|
netgen/include/precomp.hpp,sha256=R-xo8gpTBNlyaQ-vj12q-VZoGZMox0FM5IWF22zWmMA,1277
|
|
146
149
|
netgen/include/preconditioner.hpp,sha256=RW6Bf782q38Bx77ia3Iz3gwR_q8bp2O0bpsMHYswPBQ,14166
|
|
147
150
|
netgen/include/prolongation.hpp,sha256=_VUX2vzhcXOGPM1HnRBXkTKrNyXew72VWRnAnvFitF4,10927
|
|
@@ -178,7 +181,7 @@ netgen/include/tensorproductintegrator.hpp,sha256=ZtcEnhvibtXK20dmfntzk0xKFdwazP
|
|
|
178
181
|
netgen/include/thcurlfe.hpp,sha256=37ry6XxTNT72uzM8IAcUiVtNrpi2dscnHTp0Bo6injI,4971
|
|
179
182
|
netgen/include/thcurlfe_impl.hpp,sha256=ddHcRzB2zDUU7k9IFTC8tUfTK7eQFtL49ViYiM9v2dM,15212
|
|
180
183
|
netgen/include/thdivfe.hpp,sha256=MCC9aF1qGedORrPuERnZAw-j4U7bEzZhHmi2TtvyuPE,2913
|
|
181
|
-
netgen/include/thdivfe_impl.hpp,sha256=
|
|
184
|
+
netgen/include/thdivfe_impl.hpp,sha256=CQqky11Y41M_Mw8eGOFoiSzmMGRAIkR54oaLDhPRAas,17503
|
|
182
185
|
netgen/include/tpdiffop.hpp,sha256=hsu3qokOrj7BPhFVPDK4OGcWTqGKzOwrQNQRHd3xgf8,18355
|
|
183
186
|
netgen/include/tpfes.hpp,sha256=3M-UHBpV_rzOSsFjnWf1Z35JegQUYE4Ck_fvW6BLkKQ,4537
|
|
184
187
|
netgen/include/tpintrule.hpp,sha256=paPl3fGLFe7ynxsplntJF0FvU3XFql4KnNFRJV2KuYA,8733
|
|
@@ -207,18 +210,18 @@ ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
|
207
210
|
ngsolve/ngslib.so,sha256=GGAhgIujPWTc8_bmOsN2xXECOeSoJPP3bCJNUL4QbCk,336632
|
|
208
211
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
209
212
|
ngsolve/preconditioners.py,sha256=DLRUd9wQwxXUWL1wEBAbHQbWNp71qZYOFvH5Krfa834,239
|
|
210
|
-
ngsolve/solve_implementation.py,sha256=
|
|
213
|
+
ngsolve/solve_implementation.py,sha256=sX5NClaPmhRZFbIrUVN6Ld4lg1_D5QzxtQxynK_Qq8E,5056
|
|
211
214
|
ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
212
215
|
ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
|
|
213
216
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
214
217
|
ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
|
|
215
218
|
ngsolve/webgui.py,sha256=EUhaOtWHZy80aLXhXbHwbCQVNjRSw-BAAE50cz7Ydaw,24313
|
|
216
|
-
ngsolve/cmake/NGSolveConfig.cmake,sha256=
|
|
219
|
+
ngsolve/cmake/NGSolveConfig.cmake,sha256=oRuwPYPp6WHm3AS914gtTTcJK2ZUQ-x1LBR0EbKxayg,5066
|
|
217
220
|
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
|
|
218
221
|
ngsolve/cmake/ngsolve-targets.cmake,sha256=1cQTFW-4aJfY356XRcuslSbFClmwPOSS03bj3WL15iM,5637
|
|
219
222
|
ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
|
|
220
223
|
ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
|
|
221
|
-
ngsolve/config/config.py,sha256=
|
|
224
|
+
ngsolve/config/config.py,sha256=thx8tSp3shMTpkgJCvml8TFsvVQ1tsL3pG8Prck_2AE,2467
|
|
222
225
|
ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
226
|
ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
224
227
|
ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
|
|
@@ -240,7 +243,7 @@ ngsolve/demos/howto/timeDGlap.py,sha256=aJd9PgjYzKcogUrtwPKGlBte4JwQ46QK4DtxeCzK
|
|
|
240
243
|
ngsolve/demos/howto/timeDGwave.py,sha256=jxFYC_7bot9oWQktE7Xzp4c3CqIyBDBy9SuQT_PjosA,1351
|
|
241
244
|
ngsolve/demos/intro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
245
|
ngsolve/demos/intro/adaptive.py,sha256=Sk74Vleedh3oo1kQLo0Zd6iKF7MqudG3DD8ei3zRH8s,3095
|
|
243
|
-
ngsolve/demos/intro/cmagnet.py,sha256=
|
|
246
|
+
ngsolve/demos/intro/cmagnet.py,sha256=KpE6GfYza5BQBoABloPnBWk4PVBcoeki_s0_1Otq5zw,1434
|
|
244
247
|
ngsolve/demos/intro/elasticity.py,sha256=oSbNHD0NS_aEfYjaLmPu3v_k3V1At3K3IVH-5s0IQOw,1802
|
|
245
248
|
ngsolve/demos/intro/navierstokes.py,sha256=RMLOslGZU8bJw4XhNLiJXMXjlX4GHn-JuqCCTU1nO8A,1742
|
|
246
249
|
ngsolve/demos/intro/poisson.ipynb,sha256=z4GyZhvHnCxJtA1pB-f5CWjuRx6aUfJGdMF1xj9iBUA,3224
|
|
@@ -250,41 +253,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
|
|
|
250
253
|
ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
|
|
251
254
|
ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
|
|
252
255
|
ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
|
|
253
|
-
ngsolve-6.2.
|
|
254
|
-
ngsolve-6.2.
|
|
255
|
-
ngsolve-6.2.
|
|
256
|
-
ngsolve-6.2.
|
|
257
|
-
ngsolve-6.2.
|
|
258
|
-
ngsolve-6.2.
|
|
259
|
-
ngsolve-6.2.
|
|
260
|
-
ngsolve-6.2.
|
|
261
|
-
ngsolve-6.2.
|
|
262
|
-
ngsolve-6.2.
|
|
263
|
-
ngsolve-6.2.
|
|
264
|
-
ngsolve-6.2.
|
|
265
|
-
ngsolve-6.2.
|
|
266
|
-
ngsolve-6.2.
|
|
267
|
-
ngsolve-6.2.
|
|
268
|
-
ngsolve-6.2.
|
|
269
|
-
ngsolve-6.2.
|
|
270
|
-
ngsolve-6.2.
|
|
271
|
-
ngsolve-6.2.
|
|
272
|
-
ngsolve-6.2.
|
|
273
|
-
ngsolve-6.2.
|
|
274
|
-
ngsolve-6.2.
|
|
275
|
-
ngsolve-6.2.
|
|
276
|
-
ngsolve-6.2.
|
|
277
|
-
ngsolve-6.2.
|
|
278
|
-
ngsolve-6.2.
|
|
279
|
-
ngsolve-6.2.
|
|
280
|
-
ngsolve-6.2.
|
|
281
|
-
ngsolve-6.2.
|
|
282
|
-
ngsolve-6.2.
|
|
283
|
-
ngsolve-6.2.
|
|
284
|
-
ngsolve-6.2.
|
|
285
|
-
ngsolve-6.2.
|
|
286
|
-
ngsolve-6.2.
|
|
287
|
-
ngsolve-6.2.
|
|
288
|
-
ngsolve-6.2.
|
|
289
|
-
ngsolve-6.2.
|
|
290
|
-
ngsolve-6.2.
|
|
256
|
+
ngsolve-6.2.2506.post33.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
257
|
+
ngsolve-6.2.2506.post33.dev0.data/data/bin/ngscxx,sha256=HFcVHkblKlDxFT-obJQYZU1pGqopDwzoO9kU6MMGS5w,1755
|
|
258
|
+
ngsolve-6.2.2506.post33.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
259
|
+
ngsolve-6.2.2506.post33.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
260
|
+
ngsolve-6.2.2506.post33.dev0.data/data/bin/ngspy,sha256=KglThT4AqnzC-4q3Q_UdoOrCEvgISINlJFEChpY8GF8,106
|
|
261
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
262
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
263
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
264
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
265
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
266
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
267
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
268
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
269
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
270
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
271
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
272
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
273
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
274
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
275
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
276
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
277
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
278
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
279
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
280
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
281
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
282
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
283
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
284
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
285
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
286
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
287
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
288
|
+
ngsolve-6.2.2506.post33.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
289
|
+
ngsolve-6.2.2506.post33.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
290
|
+
ngsolve-6.2.2506.post33.dev0.dist-info/METADATA,sha256=i887IOFTDJPM5e5MPTbcFskWcSdIKmE6vIukt0hnTnY,247
|
|
291
|
+
ngsolve-6.2.2506.post33.dev0.dist-info/WHEEL,sha256=vYGgz4rYivjGPkIS_2Kj6g97rQxH536HeP_jo4e1Oq8,110
|
|
292
|
+
ngsolve-6.2.2506.post33.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
293
|
+
ngsolve-6.2.2506.post33.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/bin/ngsolve.tcl
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/beam.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/beam.vol
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/chip.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coil.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/coil.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.dev0.data}/data/share/ngsolve/cube.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.data → ngsolve-6.2.2506.post33.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2505.post105.dev0.dist-info → ngsolve-6.2.2506.post33.dev0.dist-info}/top_level.txt
RENAMED
|
File without changes
|