ngsolve 6.2.2503__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2504__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/integrator.hpp +4 -16
- netgen/include/mp_coefficient.hpp +140 -0
- netgen/include/mptools.hpp +42 -161
- netgen/include/symbolicintegrator.hpp +1 -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/libngstd.dylib +0 -0
- ngsolve/__init__.py +1 -0
- ngsolve/__init__.pyi +5 -3
- ngsolve/bla.pyi +8 -0
- ngsolve/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/comp/__init__.pyi +7 -0
- ngsolve/config/__init__.pyi +6 -6
- ngsolve/config/config.py +5 -5
- ngsolve/config/config.pyi +6 -6
- ngsolve/directsolvers.pyi +1 -1
- ngsolve/fem.pyi +6 -0
- ngsolve/krylovspace.pyi +2 -2
- ngsolve/nonlinearsolvers.pyi +1 -1
- ngsolve/solve_implementation.py +146 -0
- ngsolve/solve_implementation.pyi +52 -0
- ngsolve/timestepping.pyi +3 -3
- ngsolve/timing.pyi +1 -1
- {ngsolve-6.2.2503.dist-info → ngsolve-6.2.2504.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2503.dist-info → ngsolve-6.2.2504.dist-info}/RECORD +64 -61
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2503.data → ngsolve-6.2.2504.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2503.dist-info → ngsolve-6.2.2504.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2503.dist-info → ngsolve-6.2.2504.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2503.dist-info → ngsolve-6.2.2504.dist-info}/top_level.txt +0 -0
ngsolve/comp/__init__.pyi
CHANGED
|
@@ -7,6 +7,7 @@ import ngsolve.bla
|
|
|
7
7
|
import ngsolve.fem
|
|
8
8
|
import ngsolve.la
|
|
9
9
|
import ngsolve.ngstd
|
|
10
|
+
import ngsolve.solve_implementation
|
|
10
11
|
import numpy
|
|
11
12
|
import pyngcore.pyngcore
|
|
12
13
|
import typing
|
|
@@ -230,6 +231,10 @@ class BilinearForm(NGS_Object):
|
|
|
230
231
|
...
|
|
231
232
|
def UnsetPreconditioner(self, arg0: ...) -> None:
|
|
232
233
|
...
|
|
234
|
+
@typing.overload
|
|
235
|
+
def __call__(self, gfu: GridFunction) -> typing.Any:
|
|
236
|
+
...
|
|
237
|
+
@typing.overload
|
|
233
238
|
def __call__(self, gfu: GridFunction, gfv: GridFunction) -> float:
|
|
234
239
|
...
|
|
235
240
|
@typing.overload
|
|
@@ -250,6 +255,8 @@ class BilinearForm(NGS_Object):
|
|
|
250
255
|
@typing.overload
|
|
251
256
|
def __init__(self, arg0: SumOfIntegrals, **kwargs) -> None:
|
|
252
257
|
...
|
|
258
|
+
def __mul__(self, gfu: GridFunction) -> ngsolve.solve_implementation.LinearApplication:
|
|
259
|
+
...
|
|
253
260
|
def __str__(self) -> str:
|
|
254
261
|
...
|
|
255
262
|
@property
|
ngsolve/config/__init__.pyi
CHANGED
|
@@ -24,13 +24,13 @@ NGSOLVE_INSTALL_DIR_INCLUDE: str = 'netgen/include'
|
|
|
24
24
|
NGSOLVE_INSTALL_DIR_LIB: str = 'netgen'
|
|
25
25
|
NGSOLVE_INSTALL_DIR_PYTHON: str = '.'
|
|
26
26
|
NGSOLVE_INSTALL_DIR_RES: str = 'share'
|
|
27
|
-
NGSOLVE_VERSION: str = '6.2.
|
|
28
|
-
NGSOLVE_VERSION_GIT: str = 'v6.2.
|
|
29
|
-
NGSOLVE_VERSION_HASH: str = '
|
|
27
|
+
NGSOLVE_VERSION: str = '6.2.2504'
|
|
28
|
+
NGSOLVE_VERSION_GIT: str = 'v6.2.2504-0-g7dd7ba8dd'
|
|
29
|
+
NGSOLVE_VERSION_HASH: str = 'g7dd7ba8dd'
|
|
30
30
|
NGSOLVE_VERSION_MAJOR: str = '6'
|
|
31
31
|
NGSOLVE_VERSION_MINOR: str = '2'
|
|
32
|
-
NGSOLVE_VERSION_PATCH: str = '
|
|
33
|
-
NGSOLVE_VERSION_PYTHON: str = '6.2.
|
|
32
|
+
NGSOLVE_VERSION_PATCH: str = '2504'
|
|
33
|
+
NGSOLVE_VERSION_PYTHON: str = '6.2.2504'
|
|
34
34
|
NGSOLVE_VERSION_TWEAK: str = '0'
|
|
35
35
|
USE_CCACHE: bool = True
|
|
36
36
|
USE_HYPRE: bool = False
|
|
@@ -40,4 +40,4 @@ USE_MUMPS: bool = False
|
|
|
40
40
|
USE_PARDISO: bool = False
|
|
41
41
|
USE_UMFPACK: bool = True
|
|
42
42
|
is_python_package: bool = True
|
|
43
|
-
version: str = 'v6.2.
|
|
43
|
+
version: str = 'v6.2.2504-0-g7dd7ba8dd'
|
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.2504"
|
|
33
|
+
NGSOLVE_VERSION_GIT = "v6.2.2504-0-g7dd7ba8dd"
|
|
34
|
+
NGSOLVE_VERSION_PYTHON = "6.2.2504"
|
|
35
35
|
|
|
36
36
|
NGSOLVE_VERSION_MAJOR = "6"
|
|
37
37
|
NGSOLVE_VERSION_MINOR = "2"
|
|
38
38
|
NGSOLVE_VERSION_TWEAK = "0"
|
|
39
|
-
NGSOLVE_VERSION_PATCH = "
|
|
40
|
-
NGSOLVE_VERSION_HASH = "
|
|
39
|
+
NGSOLVE_VERSION_PATCH = "2504"
|
|
40
|
+
NGSOLVE_VERSION_HASH = "g7dd7ba8dd"
|
|
41
41
|
|
|
42
42
|
CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
|
|
43
43
|
CMAKE_CUDA_COMPILER = ""
|
ngsolve/config/config.pyi
CHANGED
|
@@ -26,13 +26,13 @@ NGSOLVE_INSTALL_DIR_INCLUDE: str = 'netgen/include'
|
|
|
26
26
|
NGSOLVE_INSTALL_DIR_LIB: str = 'netgen'
|
|
27
27
|
NGSOLVE_INSTALL_DIR_PYTHON: str = '.'
|
|
28
28
|
NGSOLVE_INSTALL_DIR_RES: str = 'share'
|
|
29
|
-
NGSOLVE_VERSION: str = '6.2.
|
|
30
|
-
NGSOLVE_VERSION_GIT: str = 'v6.2.
|
|
31
|
-
NGSOLVE_VERSION_HASH: str = '
|
|
29
|
+
NGSOLVE_VERSION: str = '6.2.2504'
|
|
30
|
+
NGSOLVE_VERSION_GIT: str = 'v6.2.2504-0-g7dd7ba8dd'
|
|
31
|
+
NGSOLVE_VERSION_HASH: str = 'g7dd7ba8dd'
|
|
32
32
|
NGSOLVE_VERSION_MAJOR: str = '6'
|
|
33
33
|
NGSOLVE_VERSION_MINOR: str = '2'
|
|
34
|
-
NGSOLVE_VERSION_PATCH: str = '
|
|
35
|
-
NGSOLVE_VERSION_PYTHON: str = '6.2.
|
|
34
|
+
NGSOLVE_VERSION_PATCH: str = '2504'
|
|
35
|
+
NGSOLVE_VERSION_PYTHON: str = '6.2.2504'
|
|
36
36
|
NGSOLVE_VERSION_TWEAK: str = '0'
|
|
37
37
|
USE_CCACHE: bool = True
|
|
38
38
|
USE_HYPRE: bool = False
|
|
@@ -42,4 +42,4 @@ USE_MUMPS: bool = False
|
|
|
42
42
|
USE_PARDISO: bool = False
|
|
43
43
|
USE_UMFPACK: bool = True
|
|
44
44
|
is_python_package: bool = True
|
|
45
|
-
version: str = 'v6.2.
|
|
45
|
+
version: str = 'v6.2.2504-0-g7dd7ba8dd'
|
ngsolve/directsolvers.pyi
CHANGED
|
@@ -9,7 +9,7 @@ import typing
|
|
|
9
9
|
__all__ = ['BaseMatrix', 'BaseVector', 'BilinearForm', 'BitArray', 'SuperLU']
|
|
10
10
|
class SuperLU(ngsolve.la.BaseMatrix):
|
|
11
11
|
__firstlineno__: typing.ClassVar[int] = 3
|
|
12
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
12
|
+
__static_attributes__: typing.ClassVar[tuple] = ('freedofs', 'lu', 'fd', 'a')
|
|
13
13
|
def Mult(self, x: ngsolve.la.BaseVector, y: ngsolve.la.BaseVector):
|
|
14
14
|
...
|
|
15
15
|
def Update(self):
|
ngsolve/fem.pyi
CHANGED
|
@@ -403,6 +403,12 @@ class CoefficientFunction:
|
|
|
403
403
|
def __neg__(self) -> CoefficientFunction:
|
|
404
404
|
...
|
|
405
405
|
@typing.overload
|
|
406
|
+
def __or__(self, cf: CoefficientFunction) -> CoefficientFunction:
|
|
407
|
+
...
|
|
408
|
+
@typing.overload
|
|
409
|
+
def __or__(self, cf: ...) -> None:
|
|
410
|
+
...
|
|
411
|
+
@typing.overload
|
|
406
412
|
def __pow__(self, exponent: int) -> CoefficientFunction:
|
|
407
413
|
...
|
|
408
414
|
@typing.overload
|
ngsolve/krylovspace.pyi
CHANGED
|
@@ -35,7 +35,7 @@ class CGSolver(LinearSolver):
|
|
|
35
35
|
...
|
|
36
36
|
class GMResSolver(LinearSolver):
|
|
37
37
|
__firstlineno__: typing.ClassVar[int] = 740
|
|
38
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
38
|
+
__static_attributes__: typing.ClassVar[tuple] = ('innerproduct', 'norm', 'restart', 'iterations')
|
|
39
39
|
name: typing.ClassVar[str] = 'GMRes'
|
|
40
40
|
def _SolveImpl(self, rhs: ngsolve.la.BaseVector, sol: ngsolve.la.BaseVector):
|
|
41
41
|
...
|
|
@@ -43,7 +43,7 @@ class GMResSolver(LinearSolver):
|
|
|
43
43
|
...
|
|
44
44
|
class LinearSolver(ngsolve.la.BaseMatrix):
|
|
45
45
|
__firstlineno__: typing.ClassVar[int] = 50
|
|
46
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
46
|
+
__static_attributes__: typing.ClassVar[tuple] = ('plt', 'mat', 'callback', 'sol', '_final_residual', 'maxiter', 'printrates', 'atol', 'ress', 'residuals', 'tol', 'plotrates', 'fig', 'clear_output', 'display', 'ax', 'its', 'pre', 'iterations', 'callback_sol')
|
|
47
47
|
name: typing.ClassVar[str] = 'LinearSolver'
|
|
48
48
|
@staticmethod
|
|
49
49
|
def Solve(*args, **kwargs):
|
ngsolve/nonlinearsolvers.pyi
CHANGED
|
@@ -8,7 +8,7 @@ import typing
|
|
|
8
8
|
__all__ = ['InnerProduct', 'Newton', 'NewtonMinimization', 'NewtonSolver', 'Norm', 'Projector', 'TimeFunction', 'sqrt']
|
|
9
9
|
class NewtonSolver:
|
|
10
10
|
__firstlineno__: typing.ClassVar[int] = 6
|
|
11
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
11
|
+
__static_attributes__: typing.ClassVar[tuple] = ('inverse', 'freedofs', 'w', 'lin_solver_cls', 'uh', 'lin_solver_args', 'r', 'u', 'rhs', 'a', 'inv')
|
|
12
12
|
@staticmethod
|
|
13
13
|
def Solve(*args, **kwargs):
|
|
14
14
|
...
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import functools
|
|
2
|
+
|
|
3
|
+
from ngsolve import (
|
|
4
|
+
BilinearForm,
|
|
5
|
+
GridFunction,
|
|
6
|
+
CoefficientFunction,
|
|
7
|
+
Region,
|
|
8
|
+
BND,
|
|
9
|
+
Preconditioner,
|
|
10
|
+
)
|
|
11
|
+
from .nonlinearsolvers import NewtonSolver
|
|
12
|
+
from .krylovspace import GMResSolver, LinearSolver
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class Dirichlet:
|
|
16
|
+
def __init__(self, cf, region):
|
|
17
|
+
self.cf = cf
|
|
18
|
+
self.region = region
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class Application:
|
|
22
|
+
def __init__(self, a: BilinearForm, gf: GridFunction):
|
|
23
|
+
self.a = a
|
|
24
|
+
self.gf = gf
|
|
25
|
+
|
|
26
|
+
def Solve(
|
|
27
|
+
self,
|
|
28
|
+
rhs,
|
|
29
|
+
*args,
|
|
30
|
+
dirichlet = None,
|
|
31
|
+
pre = None,
|
|
32
|
+
printrates: bool = False,
|
|
33
|
+
**kwargs,
|
|
34
|
+
):
|
|
35
|
+
raise NotImplementedError("Solve method must be implemented in subclasses")
|
|
36
|
+
|
|
37
|
+
def __eq__(self, other):
|
|
38
|
+
return Equation(self, other)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class NonLinearApplication(Application):
|
|
42
|
+
def Solve(
|
|
43
|
+
self,
|
|
44
|
+
rhs=None,
|
|
45
|
+
dirichlet = None,
|
|
46
|
+
printing: bool = False,
|
|
47
|
+
**kwargs,
|
|
48
|
+
):
|
|
49
|
+
solver_args = {}
|
|
50
|
+
|
|
51
|
+
if rhs is not None and rhs != 0:
|
|
52
|
+
rhs.Assemble()
|
|
53
|
+
solver_args["rhs"] = rhs
|
|
54
|
+
solver = NewtonSolver(self.a, self.gf, **solver_args)
|
|
55
|
+
if dirichlet is not None:
|
|
56
|
+
dirichlet_gf = GridFunction(self.gf.space)
|
|
57
|
+
if isinstance(dirichlet, Dirichlet):
|
|
58
|
+
dirichlet_gf.Set(dirichlet.cf, definedon=dirichlet.region)
|
|
59
|
+
else:
|
|
60
|
+
dirichlet_gf.Set(dirichlet, BND)
|
|
61
|
+
solver.SetDirichlet(dirichlet_gf.vec)
|
|
62
|
+
solver.Solve(**kwargs)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
class LinearApplication(Application):
|
|
66
|
+
def Assemble(self):
|
|
67
|
+
if not hasattr(self, "vec"):
|
|
68
|
+
self.vec = self.gf.vec.CreateVector()
|
|
69
|
+
self.a.Apply(self.gf.vec, self.vec)
|
|
70
|
+
|
|
71
|
+
def Solve(
|
|
72
|
+
self,
|
|
73
|
+
rhs,
|
|
74
|
+
*args,
|
|
75
|
+
dirichlet = None,
|
|
76
|
+
pre = None,
|
|
77
|
+
lin_solver=None,
|
|
78
|
+
lin_solver_args = None,
|
|
79
|
+
printrates: bool = False,
|
|
80
|
+
):
|
|
81
|
+
self.a.Assemble()
|
|
82
|
+
for arg in args:
|
|
83
|
+
if isinstance(arg, Dirichlet) or isinstance(arg, CoefficientFunction):
|
|
84
|
+
assert dirichlet is None, "Only one dirichlet condition can be set"
|
|
85
|
+
dirichlet = arg
|
|
86
|
+
if isinstance(arg, Preconditioner):
|
|
87
|
+
assert pre is None, "Only one preconditioner can be set"
|
|
88
|
+
pre = arg
|
|
89
|
+
if isinstance(arg, type) and issubclass(arg, LinearSolver):
|
|
90
|
+
assert lin_solver is None, "Only one linear solver can be set"
|
|
91
|
+
lin_solver = arg
|
|
92
|
+
rhs.Assemble()
|
|
93
|
+
if dirichlet is not None:
|
|
94
|
+
if isinstance(dirichlet, Dirichlet):
|
|
95
|
+
self.gf.Set(dirichlet.cf, definedon=dirichlet.region)
|
|
96
|
+
else:
|
|
97
|
+
self.gf.Set(dirichlet, BND)
|
|
98
|
+
rhs.vec.data += -self.a.mat * self.gf.vec
|
|
99
|
+
else:
|
|
100
|
+
self.gf.vec[:] = 0.0
|
|
101
|
+
if self.a.condense:
|
|
102
|
+
rhs.vec.data += self.a.harmonic_extension_trans * rhs.vec
|
|
103
|
+
if pre is None and lin_solver is None:
|
|
104
|
+
ainv = self.a.mat.Inverse(self.a.space.FreeDofs(self.a.condense))
|
|
105
|
+
else:
|
|
106
|
+
if lin_solver is None:
|
|
107
|
+
lin_solver = GMResSolver
|
|
108
|
+
if lin_solver_args is None:
|
|
109
|
+
lin_solver_args = {}
|
|
110
|
+
if pre is None:
|
|
111
|
+
freedofs = self.a.space.FreeDofs(self.a.condense)
|
|
112
|
+
else:
|
|
113
|
+
freedofs = None
|
|
114
|
+
if "printrates" not in lin_solver_args:
|
|
115
|
+
lin_solver_args["printrates"] = printrates
|
|
116
|
+
ainv = lin_solver(
|
|
117
|
+
mat=self.a.mat, pre=pre, freedofs=freedofs, **lin_solver_args
|
|
118
|
+
)
|
|
119
|
+
self.gf.vec.data += ainv * rhs.vec
|
|
120
|
+
if self.a.condense:
|
|
121
|
+
self.gf.vec.data += self.a.harmonic_extension * self.gf.vec
|
|
122
|
+
self.gf.vec.data += self.a.inner_solve * rhs.vec
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
class Equation:
|
|
126
|
+
def __init__(self, lhs, rhs):
|
|
127
|
+
self.lhs = lhs
|
|
128
|
+
self.rhs = rhs
|
|
129
|
+
|
|
130
|
+
@functools.wraps(Application.Solve)
|
|
131
|
+
def Solve(self, *args, **kwargs):
|
|
132
|
+
self.lhs.Solve(self.rhs, *args, **kwargs)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
def _create_lin_appl(self, gfu: GridFunction) -> LinearApplication:
|
|
136
|
+
if not isinstance(gfu, GridFunction):
|
|
137
|
+
raise TypeError("gfu must be a GridFunction")
|
|
138
|
+
return LinearApplication(self, gfu)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
BilinearForm.__mul__ = _create_lin_appl
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
@functools.wraps(Application.Solve)
|
|
145
|
+
def Solve(eq: Equation, *args, **kwargs):
|
|
146
|
+
eq.Solve(*args, **kwargs)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import functools as functools
|
|
3
|
+
import ngsolve.comp
|
|
4
|
+
from ngsolve.comp import BilinearForm
|
|
5
|
+
from ngsolve.comp import GridFunction
|
|
6
|
+
from ngsolve.comp import Preconditioner
|
|
7
|
+
from ngsolve.comp import Region
|
|
8
|
+
from ngsolve.fem import CoefficientFunction
|
|
9
|
+
from ngsolve.krylovspace import GMResSolver
|
|
10
|
+
from ngsolve.krylovspace import LinearSolver
|
|
11
|
+
from ngsolve.nonlinearsolvers import NewtonSolver
|
|
12
|
+
import typing
|
|
13
|
+
__all__ = ['Application', 'BND', 'BilinearForm', 'CoefficientFunction', 'Dirichlet', 'Equation', 'GMResSolver', 'GridFunction', 'LinearApplication', 'LinearSolver', 'NewtonSolver', 'NonLinearApplication', 'Preconditioner', 'Region', 'Solve', 'functools']
|
|
14
|
+
class Application:
|
|
15
|
+
__firstlineno__: typing.ClassVar[int] = 21
|
|
16
|
+
__hash__: typing.ClassVar[None] = None
|
|
17
|
+
__static_attributes__: typing.ClassVar[tuple] = ('gf', 'a')
|
|
18
|
+
def Solve(self, rhs, *args, dirichlet = None, pre = None, printrates: bool = False, **kwargs):
|
|
19
|
+
...
|
|
20
|
+
def __eq__(self, other):
|
|
21
|
+
...
|
|
22
|
+
def __init__(self, a: ngsolve.comp.BilinearForm, gf: ngsolve.comp.GridFunction):
|
|
23
|
+
...
|
|
24
|
+
class Dirichlet:
|
|
25
|
+
__firstlineno__: typing.ClassVar[int] = 15
|
|
26
|
+
__static_attributes__: typing.ClassVar[tuple] = ('region', 'cf')
|
|
27
|
+
def __init__(self, cf, region):
|
|
28
|
+
...
|
|
29
|
+
class Equation:
|
|
30
|
+
__firstlineno__: typing.ClassVar[int] = 125
|
|
31
|
+
__static_attributes__: typing.ClassVar[tuple] = ('rhs', 'lhs')
|
|
32
|
+
def Solve(self, *args, **kwargs):
|
|
33
|
+
...
|
|
34
|
+
def __init__(self, lhs, rhs):
|
|
35
|
+
...
|
|
36
|
+
class LinearApplication(Application):
|
|
37
|
+
__firstlineno__: typing.ClassVar[int] = 65
|
|
38
|
+
__static_attributes__: typing.ClassVar[tuple] = ('vec')
|
|
39
|
+
def Assemble(self):
|
|
40
|
+
...
|
|
41
|
+
def Solve(self, rhs, *args, dirichlet = None, pre = None, lin_solver = None, lin_solver_args = None, printrates: bool = False):
|
|
42
|
+
...
|
|
43
|
+
class NonLinearApplication(Application):
|
|
44
|
+
__firstlineno__: typing.ClassVar[int] = 41
|
|
45
|
+
__static_attributes__: typing.ClassVar[tuple] = tuple()
|
|
46
|
+
def Solve(self, rhs = None, dirichlet = None, printing: bool = False, **kwargs):
|
|
47
|
+
...
|
|
48
|
+
def Solve(eq, *args, **kwargs):
|
|
49
|
+
...
|
|
50
|
+
def _create_lin_appl(self, gfu: ngsolve.comp.GridFunction) -> LinearApplication:
|
|
51
|
+
...
|
|
52
|
+
BND: ngsolve.comp.VorB # value = <VorB.BND: 1>
|
ngsolve/timestepping.pyi
CHANGED
|
@@ -7,7 +7,7 @@ import typing
|
|
|
7
7
|
__all__ = ['CrankNicolson', 'ImplicitEuler', 'Newmark', 'ngs']
|
|
8
8
|
class CrankNicolson:
|
|
9
9
|
__firstlineno__: typing.ClassVar[int] = 129
|
|
10
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
10
|
+
__static_attributes__: typing.ClassVar[tuple] = ('time', 'bfmstar', '_lin_solver_args', 'gfu_old', '_lin_solver_cls', 'c', 'dt')
|
|
11
11
|
def Integrate(self, u_start: ngsolve.comp.GridFunction, end_time: float, start_time: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None, callback: typing.Optional[typing.Callable] = None):
|
|
12
12
|
...
|
|
13
13
|
def Step(self, u: ngsolve.comp.GridFunction, dt: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None):
|
|
@@ -16,7 +16,7 @@ class CrankNicolson:
|
|
|
16
16
|
...
|
|
17
17
|
class ImplicitEuler:
|
|
18
18
|
__firstlineno__: typing.ClassVar[int] = 5
|
|
19
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
19
|
+
__static_attributes__: typing.ClassVar[tuple] = ('time', 'bfmstar', '_lin_solver_args', 'gfu_old', '_lin_solver_cls', 'c', 'dt')
|
|
20
20
|
def Integrate(self, u_start: ngsolve.comp.GridFunction, end_time: float, start_time: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None, callback: typing.Optional[typing.Callable] = None):
|
|
21
21
|
...
|
|
22
22
|
def Step(self, u: ngsolve.comp.GridFunction, dt: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None):
|
|
@@ -25,7 +25,7 @@ class ImplicitEuler:
|
|
|
25
25
|
...
|
|
26
26
|
class Newmark:
|
|
27
27
|
__firstlineno__: typing.ClassVar[int] = 58
|
|
28
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
28
|
+
__static_attributes__: typing.ClassVar[tuple] = ('time', 'gfa_old', 'bfmstar', '_lin_solver_args', 'gfu_old', 'gfv_old', '_lin_solver_cls', 'c', 'dt')
|
|
29
29
|
def Integrate(self, u: ngsolve.comp.GridFunction, end_time: float, v: typing.Optional[ngsolve.comp.GridFunction] = None, a: typing.Optional[ngsolve.comp.GridFunction] = None, start_time: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None, callback: typing.Optional[typing.Callable] = None):
|
|
30
30
|
...
|
|
31
31
|
def Step(self, u: ngsolve.comp.GridFunction, v: ngsolve.comp.GridFunction, a: ngsolve.comp.GridFunction, dt: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None):
|
ngsolve/timing.pyi
CHANGED
|
@@ -32,7 +32,7 @@ class Timing:
|
|
|
32
32
|
|
|
33
33
|
"""
|
|
34
34
|
__firstlineno__: typing.ClassVar[int] = 5
|
|
35
|
-
__static_attributes__: typing.ClassVar[tuple] = ('name', '
|
|
35
|
+
__static_attributes__: typing.ClassVar[tuple] = ('name', 'timings', 'timings_par')
|
|
36
36
|
def CompareTo(self, folder):
|
|
37
37
|
"""
|
|
38
38
|
|
|
@@ -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=
|
|
1
|
+
netgen/libngbla.dylib,sha256=jiFHOP2JWzPIf_Fjj41iJCiroBl3U8uU9ddTpCA0_Pw,5298336
|
|
2
|
+
netgen/libngcomp.dylib,sha256=z6-UGWArnQTsEPPKZ6QDupjcyVTAwWyV1dLqp8pfjYU,43144576
|
|
3
|
+
netgen/libngfem.dylib,sha256=RskYshSrjipzkbAkzPR1ReCFXzoi8gSa7TLDwyX5UrA,51466832
|
|
4
|
+
netgen/libngla.dylib,sha256=pHZIZmubI34Q1CUHtja9xcQ7QaeqGaMR9kImhYG23xk,25445344
|
|
5
|
+
netgen/libngsbem.dylib,sha256=A4mimmmHBXRG5NIelnLbc9sPqkRHmfTI714VffHGQbs,4594592
|
|
6
6
|
netgen/libngsolve.dylib,sha256=IX1RzaKhj9q-9uGAESfTSAoTMvbnbQYhkIFE11cF5UM,940384
|
|
7
|
-
netgen/libngstd.dylib,sha256=
|
|
7
|
+
netgen/libngstd.dylib,sha256=MA4Ay7AWEEe7VWE4XGuC38EMSRzeYAIB333UqsQFbYU,940928
|
|
8
8
|
netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
|
|
9
9
|
netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
|
|
10
10
|
netgen/include/basematrix.hpp,sha256=6YGW07HMH7F2JWXUKOwlGZ2ZvEoP7uCSGihdrzzKPag,28634
|
|
@@ -94,7 +94,7 @@ netgen/include/hidden.hpp,sha256=nYQrLY1eO8MiVZWfYLi5Sp8bOwiK4C7ZGPjQToLx_Os,264
|
|
|
94
94
|
netgen/include/householder.hpp,sha256=YdSftg0_Nxsj7owID1FlhOyUrecVeOcdZAS9LA-dSV4,5920
|
|
95
95
|
netgen/include/hypre_ams_precond.hpp,sha256=3OekWNg0VGIW1D7_5iVWiw6aUN4R7VlX3YtU3L4eKVU,3165
|
|
96
96
|
netgen/include/hypre_precond.hpp,sha256=UjXH52siS1EkY1jWkfcbB1YyTH1y6eDaSnDja3Ty2u8,1845
|
|
97
|
-
netgen/include/integrator.hpp,sha256=
|
|
97
|
+
netgen/include/integrator.hpp,sha256=w3qWz6zijhuCW-tbfya862tHX4JazcY2m8Elf6Rc3Co,65144
|
|
98
98
|
netgen/include/integratorcf.hpp,sha256=2we_yBJ3VfNxeJktLM5_33omlI7FXb7MJfyWpDRocCA,7866
|
|
99
99
|
netgen/include/interpolate.hpp,sha256=hhLTubF95erlQ-3iCgSqRVqbCDUeE3f2zBWqIKHPQtI,1640
|
|
100
100
|
netgen/include/intrule.hpp,sha256=_9a5im2qNmF6dLOSCrp8JMz6M_5GoSG2MCRhegkA1O4,80820
|
|
@@ -111,7 +111,8 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
|
|
|
111
111
|
netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
|
|
112
112
|
netgen/include/meshaccess.hpp,sha256=7K6OgV987dOd-LRlJ5MGLeIjA6VSnfeE3I-hQximURU,47061
|
|
113
113
|
netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
|
|
114
|
-
netgen/include/
|
|
114
|
+
netgen/include/mp_coefficient.hpp,sha256=lzFP-XHYnFKDdAbb_4cWqEpCIgk4gwUWxOmwvJvSN3w,4736
|
|
115
|
+
netgen/include/mptools.hpp,sha256=Wh2wxGYmO7iJYCH-B4iiZ5nrwR2bepwjLQ1k-4swCpU,34474
|
|
115
116
|
netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
|
|
116
117
|
netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
|
|
117
118
|
netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
|
|
@@ -167,7 +168,7 @@ netgen/include/specialelement.hpp,sha256=iiQaIE-cHbwGX014jET8k-rfb8k1GT6Gs_vsMIB
|
|
|
167
168
|
netgen/include/statushandler.hpp,sha256=Lh0Cevr7xnEoFW4QhTlNzEq9brpneGGmjAbv9o1kotY,646
|
|
168
169
|
netgen/include/stringops.hpp,sha256=QiiQAFqB87FhxuMO_sigJU7L6FHfE3ebBy-cngouf_U,262
|
|
169
170
|
netgen/include/superluinverse.hpp,sha256=FDSnHdTbVFDsFPF6B56IZJPDQKZx4fp2OubRQjE5_TU,3165
|
|
170
|
-
netgen/include/symbolicintegrator.hpp,sha256=
|
|
171
|
+
netgen/include/symbolicintegrator.hpp,sha256=KOByp_prcH7IHILwKBSpIGyoePR8Cuf23IDw4ME5ZXk,36032
|
|
171
172
|
netgen/include/symmetricmatrix.hpp,sha256=YNzHHV9TWt3O-f1l6VAcFeml-KwIUQgMXcBco_Dt0MY,2810
|
|
172
173
|
netgen/include/tangentialfacetfe.hpp,sha256=qCh6qYnPd_5PEYdEiLmx6-VrIPMJMBaR1UZ44EVk6IM,7267
|
|
173
174
|
netgen/include/tangentialfacetfespace.hpp,sha256=iwgRIYZhrPdsgUBdheL3XfLOf-VO710a8lC3Unf_WaA,2717
|
|
@@ -193,20 +194,20 @@ netgen/include/webgui.hpp,sha256=Mm25CMVB0e_7vpfWOjNLrskMGeSk4CmsHdYH_DJVKek,210
|
|
|
193
194
|
ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w,8353
|
|
194
195
|
ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
|
|
195
196
|
ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
|
|
196
|
-
ngsolve/__init__.py,sha256=
|
|
197
|
-
ngsolve/__init__.pyi,sha256=
|
|
197
|
+
ngsolve/__init__.py,sha256=jiKgjpR98P6_MojCVJKnSRGkr1gbZ0fY3tdLCnoPLec,5472
|
|
198
|
+
ngsolve/__init__.pyi,sha256=D1qN0KbajKlaXAoOlSMLbbqzMSR_HQ3jkdY0xYRZ_4w,10755
|
|
198
199
|
ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
|
|
199
|
-
ngsolve/bla.pyi,sha256=
|
|
200
|
+
ngsolve/bla.pyi,sha256=879vuLfqWyOlacs8ravICPGPg6KllSMVZh6QXUQC8sE,32718
|
|
200
201
|
ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
|
|
201
202
|
ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
|
|
202
203
|
ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
|
|
203
|
-
ngsolve/directsolvers.pyi,sha256=
|
|
204
|
+
ngsolve/directsolvers.pyi,sha256=13vlr7Iy-Wz6pNBbp976W1vVMXvR0GD1EVYo-p2XonE,683
|
|
204
205
|
ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
|
|
205
206
|
ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
|
|
206
|
-
ngsolve/fem.pyi,sha256=
|
|
207
|
+
ngsolve/fem.pyi,sha256=tOIAhdGt9uyw79cuZILBVV4Cab-w_CoixVP_3GHjFto,47711
|
|
207
208
|
ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
|
|
208
209
|
ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
|
|
209
|
-
ngsolve/krylovspace.pyi,sha256=
|
|
210
|
+
ngsolve/krylovspace.pyi,sha256=gZ7lePOM0hJo0MlVk8nW8AoB1SCMRJFIn95eP82u9iE,12801
|
|
210
211
|
ngsolve/la.pyi,sha256=RJi-B5Hz6FatlQiwCjK063JboAwWatS_ZvKv6zOfdBQ,40148
|
|
211
212
|
ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
|
|
212
213
|
ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
|
|
@@ -214,29 +215,31 @@ ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
|
214
215
|
ngsolve/ngslib.so,sha256=yR3TpFDgOrcJwGMQsrBzcXUIiksfw8d5pOs-leWjR2g,337288
|
|
215
216
|
ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
|
|
216
217
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
217
|
-
ngsolve/nonlinearsolvers.pyi,sha256=
|
|
218
|
+
ngsolve/nonlinearsolvers.pyi,sha256=mP50RCdg_FIqDMQPNOz7K7RpchQl0cK3ff3rtpfLUP4,4615
|
|
218
219
|
ngsolve/preconditioners.py,sha256=WSr3vnxskLHgnlwFVYpSyWJFpvrDUK6_30tATiBB5V8,208
|
|
219
220
|
ngsolve/preconditioners.pyi,sha256=ebfRkcIpoXqwhmb1ahR5wZMs87XMMPfF5t6n0jkCJ_g,290
|
|
220
221
|
ngsolve/solve.pyi,sha256=7XW343dSW7eOzaW5jQXuDskEBfwbCr6F7EUlqqQ7w3I,2943
|
|
222
|
+
ngsolve/solve_implementation.py,sha256=r51oazPIyCSpf1kK1CcRxtcKDnHq0yJTkjctct4Jq6Y,4378
|
|
223
|
+
ngsolve/solve_implementation.pyi,sha256=C4gcg3-CAF3SB_JYECiIPLpQKQef7q1Z0qVLuMTG3uE,2262
|
|
221
224
|
ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
222
225
|
ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
|
|
223
226
|
ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
|
|
224
|
-
ngsolve/timestepping.pyi,sha256=
|
|
227
|
+
ngsolve/timestepping.pyi,sha256=N7xbd3Dq1osDYiJcnxVmXgESej7_-BH9yurilDbHoFk,3174
|
|
225
228
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
226
|
-
ngsolve/timing.pyi,sha256=
|
|
229
|
+
ngsolve/timing.pyi,sha256=NgsCmh1VsW0gm8eKSu-ech-GVvF4UxVvYVWr7UX3UrU,1920
|
|
227
230
|
ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
|
|
228
231
|
ngsolve/utils.pyi,sha256=jRWgBLTCfBwXQ-lkKeDvthSBEF3sEpXiJv8nCCwH74M,13272
|
|
229
232
|
ngsolve/webgui.py,sha256=Oz6RN1_xQ8d6oMIx-KYIRDnBmlJIgwluCtZZjUOHtCs,24233
|
|
230
|
-
ngsolve/cmake/NGSolveConfig.cmake,sha256=
|
|
233
|
+
ngsolve/cmake/NGSolveConfig.cmake,sha256=d3LkCc1dBaRb0ohCi96Z_ervQ4r5XBcavOBiyJShUzs,5093
|
|
231
234
|
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
|
|
232
235
|
ngsolve/cmake/ngsolve-targets.cmake,sha256=PkU7IkeB_TUBkFf5qMh06vIlQ0qJZxWdJfQMeWal78A,5891
|
|
233
|
-
ngsolve/comp/__init__.pyi,sha256=
|
|
236
|
+
ngsolve/comp/__init__.pyi,sha256=5-fJnmMF4I_dGGCnOLxb_KCCaUo-4KMdoQvRP2GRYLM,203010
|
|
234
237
|
ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
|
|
235
238
|
ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
|
|
236
|
-
ngsolve/config/__init__.pyi,sha256=
|
|
239
|
+
ngsolve/config/__init__.pyi,sha256=xTypgFvp_R7hISLVHhobndI3puDXgZmXmXZct81ZHtg,2881
|
|
237
240
|
ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
|
|
238
|
-
ngsolve/config/config.py,sha256=
|
|
239
|
-
ngsolve/config/config.pyi,sha256=
|
|
241
|
+
ngsolve/config/config.py,sha256=rIeMlTcWeWQPsVkVRJP7U2eHKMKHRRC32b0SC0llKGA,2439
|
|
242
|
+
ngsolve/config/config.pyi,sha256=CgsTtxIIttizufFJyMpUmAjOYW61WFoOJsUzO7Y9Mr4,2862
|
|
240
243
|
ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
241
244
|
ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
245
|
ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
|
|
@@ -268,41 +271,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
|
|
|
268
271
|
ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
|
|
269
272
|
ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
|
|
270
273
|
ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
|
|
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.
|
|
291
|
-
ngsolve-6.2.
|
|
292
|
-
ngsolve-6.2.
|
|
293
|
-
ngsolve-6.2.
|
|
294
|
-
ngsolve-6.2.
|
|
295
|
-
ngsolve-6.2.
|
|
296
|
-
ngsolve-6.2.
|
|
297
|
-
ngsolve-6.2.
|
|
298
|
-
ngsolve-6.2.
|
|
299
|
-
ngsolve-6.2.
|
|
300
|
-
ngsolve-6.2.
|
|
301
|
-
ngsolve-6.2.
|
|
302
|
-
ngsolve-6.2.
|
|
303
|
-
ngsolve-6.2.
|
|
304
|
-
ngsolve-6.2.
|
|
305
|
-
ngsolve-6.2.
|
|
306
|
-
ngsolve-6.2.
|
|
307
|
-
ngsolve-6.2.
|
|
308
|
-
ngsolve-6.2.
|
|
274
|
+
ngsolve-6.2.2504.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
275
|
+
ngsolve-6.2.2504.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
|
|
276
|
+
ngsolve-6.2.2504.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
277
|
+
ngsolve-6.2.2504.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
278
|
+
ngsolve-6.2.2504.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
|
|
279
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
280
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
281
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
282
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
283
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
284
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
285
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
286
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
287
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
288
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
289
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
290
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
291
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
292
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
293
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
294
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
295
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
296
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
297
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
298
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
299
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
300
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
301
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
302
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
303
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
304
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
305
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
306
|
+
ngsolve-6.2.2504.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
307
|
+
ngsolve-6.2.2504.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
308
|
+
ngsolve-6.2.2504.dist-info/METADATA,sha256=NAJdORXUs9h391BKBVgIPDl5EQf8dMws_LuuQ_Va7iA,175
|
|
309
|
+
ngsolve-6.2.2504.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
|
|
310
|
+
ngsolve-6.2.2504.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
311
|
+
ngsolve-6.2.2504.dist-info/RECORD,,
|
|
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
|