ngsolve 6.2.2506.post73.dev0__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2506.post74.dev0__cp313-cp313-macosx_10_15_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ngsolve might be problematic. Click here for more details.

Files changed (66) hide show
  1. netgen/libngbla.dylib +0 -0
  2. netgen/libngcomp.dylib +0 -0
  3. netgen/libngfem.dylib +0 -0
  4. netgen/libngla.dylib +0 -0
  5. netgen/libngsbem.dylib +0 -0
  6. netgen/libngsolve.dylib +0 -0
  7. netgen/libngstd.dylib +0 -0
  8. ngsolve/__init__.pyi +59 -59
  9. ngsolve/bla.pyi +150 -95
  10. ngsolve/cmake/NGSolveConfig.cmake +5 -5
  11. ngsolve/comp/__init__.pyi +386 -102
  12. ngsolve/comp/pml.pyi +4 -1
  13. ngsolve/config/__init__.pyi +6 -6
  14. ngsolve/config/config.py +5 -5
  15. ngsolve/config/config.pyi +6 -6
  16. ngsolve/directsolvers.pyi +1 -1
  17. ngsolve/eigenvalues.pyi +4 -4
  18. ngsolve/fem.pyi +194 -110
  19. ngsolve/krylovspace.pyi +12 -12
  20. ngsolve/la.pyi +250 -87
  21. ngsolve/ngslib.so +0 -0
  22. ngsolve/ngstd.pyi +23 -4
  23. ngsolve/nonlinearsolvers.pyi +3 -3
  24. ngsolve/solve.pyi +7 -6
  25. ngsolve/solve_implementation.pyi +1 -1
  26. ngsolve/timestepping.pyi +3 -3
  27. ngsolve/timing.pyi +1 -1
  28. ngsolve/utils.pyi +71 -71
  29. {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/METADATA +2 -2
  30. {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/RECORD +66 -66
  31. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/Netgen.icns +0 -0
  32. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngscxx +0 -0
  33. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsld +0 -0
  34. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsolve.tcl +0 -0
  35. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngspy +0 -0
  36. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.geo +0 -0
  37. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.vol +0 -0
  38. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
  39. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.vol +0 -0
  40. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.geo +0 -0
  41. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.vol +0 -0
  42. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
  43. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
  44. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.geo +0 -0
  45. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.vol +0 -0
  46. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
  47. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
  48. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
  49. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
  50. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
  51. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
  52. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
  53. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
  54. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
  55. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
  56. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
  57. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
  58. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
  59. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
  60. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
  61. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
  62. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.in2d +0 -0
  63. {ngsolve-6.2.2506.post73.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.vol +0 -0
  64. {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/LICENSE +0 -0
  65. {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/WHEEL +0 -0
  66. {ngsolve-6.2.2506.post73.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/top_level.txt +0 -0
ngsolve/ngslib.so CHANGED
Binary file
ngsolve/ngstd.pyi CHANGED
@@ -2,15 +2,22 @@
2
2
  pybind ngstd
3
3
  """
4
4
  from __future__ import annotations
5
+ import collections.abc
5
6
  import pyngcore.pyngcore
6
7
  import typing
7
8
  __all__ = ['Archive', 'DummyArgument', 'HeapReset', 'IntRange', 'LocalHeap', 'TestFlagsConversion']
8
9
  class Archive:
10
+ @staticmethod
11
+ def _pybind11_conduit_v1_(*args, **kwargs):
12
+ ...
9
13
  def __and__(self, array: pyngcore.pyngcore.Array_I_S) -> Archive:
10
14
  ...
11
15
  def __init__(self, filename: str, write: bool, binary: bool) -> None:
12
16
  ...
13
17
  class DummyArgument:
18
+ @staticmethod
19
+ def _pybind11_conduit_v1_(*args, **kwargs):
20
+ ...
14
21
  def __bool__(self) -> bool:
15
22
  ...
16
23
  def __repr__(self) -> str:
@@ -19,14 +26,20 @@ class HeapReset:
19
26
  """
20
27
  stores heap-pointer on init, and resets it on exit
21
28
  """
29
+ @staticmethod
30
+ def _pybind11_conduit_v1_(*args, **kwargs):
31
+ ...
22
32
  def __init__(self, lh: LocalHeap) -> None:
23
33
  ...
24
34
  class IntRange:
25
- def __contains__(self, arg0: int) -> bool:
35
+ @staticmethod
36
+ def _pybind11_conduit_v1_(*args, **kwargs):
26
37
  ...
27
- def __init__(self, arg0: int, arg1: int) -> None:
38
+ def __contains__(self, arg0: typing.SupportsInt) -> bool:
28
39
  ...
29
- def __iter__(self) -> typing.Iterator[int]:
40
+ def __init__(self, arg0: typing.SupportsInt, arg1: typing.SupportsInt) -> None:
41
+ ...
42
+ def __iter__(self) -> collections.abc.Iterator[int]:
30
43
  ...
31
44
  def __str__(self) -> str:
32
45
  ...
@@ -43,9 +56,15 @@ class LocalHeap:
43
56
  """
44
57
  A heap for fast memory allocation
45
58
  """
46
- def __init__(self, size: int = 1000000, name: str = 'PyLocalHeap') -> None:
59
+ @staticmethod
60
+ def _pybind11_conduit_v1_(*args, **kwargs):
61
+ ...
62
+ def __init__(self, size: typing.SupportsInt = 1000000, name: str = 'PyLocalHeap') -> None:
47
63
  ...
48
64
  class _MemoryView:
65
+ @staticmethod
66
+ def _pybind11_conduit_v1_(*args, **kwargs):
67
+ ...
49
68
  def __getstate__(self) -> tuple:
50
69
  ...
51
70
  def __setstate__(self, arg0: tuple) -> None:
@@ -1,14 +1,14 @@
1
1
  from __future__ import annotations
2
2
  from math import sqrt
3
3
  from netgen import TimeFunction
4
- from ngsolve.bla import Norm
5
- from ngsolve.la import InnerProduct
4
+ from ngsolve.bla.pybind11_detail_function_record_v1_system_libcpp_abi1 import Norm
6
5
  from ngsolve.la import Projector
6
+ from ngsolve.la.pybind11_detail_function_record_v1_system_libcpp_abi1 import InnerProduct
7
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] = ('uh', 'u', 'inv', 'r', 'w', 'inverse', 'a', 'lin_solver_args', 'freedofs', 'rhs', 'lin_solver_cls')
11
+ __static_attributes__: typing.ClassVar[tuple] = ('inverse', 'uh', 'freedofs', 'u', 'inv', 'w', 'rhs', 'lin_solver_cls', 'lin_solver_args', 'r', 'a')
12
12
  @staticmethod
13
13
  def Solve(*args, **kwargs):
14
14
  ...
ngsolve/solve.pyi CHANGED
@@ -2,12 +2,13 @@
2
2
  pybind solve
3
3
  """
4
4
  from __future__ import annotations
5
+ import collections.abc
5
6
  import ngsolve.comp
6
7
  import ngsolve.fem
7
8
  import typing
8
9
  __all__ = ['Draw', 'SetVisualization', 'Tcl_Eval']
9
10
  @typing.overload
10
- def Draw(cf: ngsolve.fem.CoefficientFunction, mesh: ngsolve.comp.Mesh | ngsolve.comp.Region, name: str, sd: int = 2, autoscale: bool = True, min: float = 0.0, max: float = 1.0, draw_vol: bool = True, draw_surf: bool = True, reset: bool = False, title: str = '', number_format: str = '%.3e', unit: str = '', **kwargs) -> None:
11
+ def Draw(cf: ngsolve.fem.CoefficientFunction, mesh: ngsolve.comp.Mesh | ngsolve.comp.Region, name: str, sd: typing.SupportsInt = 2, autoscale: bool = True, min: typing.SupportsFloat = 0.0, max: typing.SupportsFloat = 1.0, draw_vol: bool = True, draw_surf: bool = True, reset: bool = False, title: str = '', number_format: str = '%.3e', unit: str = '', **kwargs) -> None:
11
12
  """
12
13
  Parameters:
13
14
 
@@ -48,7 +49,7 @@ def Draw(cf: ngsolve.fem.CoefficientFunction, mesh: ngsolve.comp.Mesh | ngsolve.
48
49
  string (ASCII only) to print after maximum value of colormap
49
50
  """
50
51
  @typing.overload
51
- def Draw(gf: ngsolve.comp.GridFunction, sd: int = 2, autoscale: bool = True, min: float = 0.0, max: float = 1.0, **kwargs) -> None:
52
+ def Draw(gf: ngsolve.comp.GridFunction, sd: typing.SupportsInt = 2, autoscale: bool = True, min: typing.SupportsFloat = 0.0, max: typing.SupportsFloat = 1.0, **kwargs) -> None:
52
53
  """
53
54
  Parameters:
54
55
 
@@ -73,7 +74,7 @@ def Draw(mesh: ngsolve.comp.Mesh, **kwargs) -> None:
73
74
  @typing.overload
74
75
  def Draw(arg0: typing.Any) -> None:
75
76
  ...
76
- def SetVisualization(deformation: bool | None = None, min: float | None = None, max: float | None = None, clipnormal: tuple | None = None, clipping: bool | None = None) -> None:
77
+ def SetVisualization(deformation: bool | None = None, min: typing.SupportsFloat | None = None, max: typing.SupportsFloat | None = None, clipnormal: tuple | None = None, clipping: bool | None = None) -> None:
77
78
  """
78
79
  Set visualization options
79
80
 
@@ -96,11 +97,11 @@ def SetVisualization(deformation: bool | None = None, min: float | None = None,
96
97
  """
97
98
  def Tcl_Eval(arg0: str) -> None:
98
99
  ...
99
- def _GetFacetValues(arg0: ngsolve.fem.CoefficientFunction, arg1: ngsolve.comp.Mesh, arg2: dict[ngsolve.fem.ET, ngsolve.fem.IntegrationRule]) -> dict:
100
+ def _GetFacetValues(arg0: ngsolve.fem.CoefficientFunction, arg1: ngsolve.comp.Mesh, arg2: collections.abc.Mapping[ngsolve.fem.ET, ngsolve.fem.IntegrationRule]) -> dict:
100
101
  ...
101
- def _GetValues(arg0: ngsolve.fem.CoefficientFunction, arg1: ngsolve.comp.Mesh, arg2: ngsolve.comp.VorB, arg3: dict[ngsolve.fem.ET, ngsolve.fem.IntegrationRule], arg4: bool) -> dict:
102
+ def _GetValues(arg0: ngsolve.fem.CoefficientFunction, arg1: ngsolve.comp.Mesh, arg2: ngsolve.comp.VorB, arg3: collections.abc.Mapping[ngsolve.fem.ET, ngsolve.fem.IntegrationRule], arg4: bool) -> dict:
102
103
  ...
103
- def _GetVisualizationData(arg0: ngsolve.comp.Mesh, arg1: dict[ngsolve.fem.ET, ngsolve.fem.IntegrationRule]) -> dict:
104
+ def _GetVisualizationData(arg0: ngsolve.comp.Mesh, arg1: collections.abc.Mapping[ngsolve.fem.ET, ngsolve.fem.IntegrationRule]) -> dict:
104
105
  ...
105
106
  def _SetLocale() -> None:
106
107
  ...
@@ -28,7 +28,7 @@ class Dirichlet:
28
28
  ...
29
29
  class Equation:
30
30
  __firstlineno__: typing.ClassVar[int] = 147
31
- __static_attributes__: typing.ClassVar[tuple] = ('lhs', 'rhs')
31
+ __static_attributes__: typing.ClassVar[tuple] = ('rhs', 'lhs')
32
32
  def Solve(self, *args, **kwargs):
33
33
  ...
34
34
  def __init__(self, lhs, rhs):
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] = ('c', 'gfu_old', 'time', '_lin_solver_cls', '_lin_solver_args', 'bfmstar', 'dt')
10
+ __static_attributes__: typing.ClassVar[tuple] = ('time', 'bfmstar', '_lin_solver_cls', '_lin_solver_args', 'gfu_old', 'dt', 'c')
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] = ('c', 'gfu_old', 'time', '_lin_solver_cls', '_lin_solver_args', 'bfmstar', 'dt')
19
+ __static_attributes__: typing.ClassVar[tuple] = ('time', 'bfmstar', '_lin_solver_cls', '_lin_solver_args', 'gfu_old', 'dt', 'c')
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] = ('c', 'gfu_old', 'time', 'gfa_old', '_lin_solver_cls', '_lin_solver_args', 'bfmstar', 'gfv_old', 'dt')
28
+ __static_attributes__: typing.ClassVar[tuple] = ('time', 'bfmstar', 'gfa_old', '_lin_solver_cls', '_lin_solver_args', 'gfu_old', 'dt', 'c', 'gfv_old')
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', 'timings_par', 'timings')
35
+ __static_attributes__: typing.ClassVar[tuple] = ('timings', 'name', 'timings_par')
36
36
  def CompareTo(self, folder):
37
37
  """
38
38
 
ngsolve/utils.pyi CHANGED
@@ -1,6 +1,6 @@
1
1
  from __future__ import annotations
2
2
  from netgen import TimeFunction
3
- from ngsolve.bla import Norm
3
+ from ngsolve.bla.pybind11_detail_function_record_v1_system_libcpp_abi1 import Norm
4
4
  import ngsolve.comp
5
5
  from ngsolve.comp import APhiHCurlAMG
6
6
  from ngsolve.comp import Array_N6ngcomp13COUPLING_TYPEE_S
@@ -8,14 +8,10 @@ from ngsolve.comp import BDDCPreconditioner
8
8
  from ngsolve.comp import BDDCPreconditioner_complex
9
9
  from ngsolve.comp import BDDCPreconditioner_double
10
10
  from ngsolve.comp import BilinearForm
11
- from ngsolve.comp import BndElementId
12
- from ngsolve.comp import BoundaryFromVolumeCF
13
11
  from ngsolve.comp import COUPLING_TYPE
14
12
  from ngsolve.comp import ComponentGridFunction
15
13
  from ngsolve.comp import Compress
16
- from ngsolve.comp import CompressCompound
17
14
  from ngsolve.comp import ContactBoundary
18
- from ngsolve.comp import ConvertOperator
19
15
  from ngsolve.comp import DifferentialSymbol
20
16
  from ngsolve.comp import Discontinuous
21
17
  from ngsolve.comp import DualProxyFunction
@@ -27,9 +23,6 @@ from ngsolve.comp import FESpaceElementRange
27
23
  from ngsolve.comp import FacetFESpace
28
24
  from ngsolve.comp import FacetSurface
29
25
  from ngsolve.comp import FlatArray_N6ngcomp13COUPLING_TYPEE_S
30
- from ngsolve.comp import FromArchiveCF
31
- from ngsolve.comp import FromArchiveFESpace
32
- from ngsolve.comp import FromArchiveMesh
33
26
  from ngsolve.comp import GlobalInterfaceSpace
34
27
  from ngsolve.comp import GlobalSpace
35
28
  from ngsolve.comp import GlobalVariables
@@ -48,19 +41,15 @@ from ngsolve.comp import HDiv
48
41
  from ngsolve.comp import HDivDiv
49
42
  from ngsolve.comp import HDivDivSurface
50
43
  from ngsolve.comp import HDivSurface
51
- from ngsolve.comp import Hidden
52
44
  from ngsolve.comp import Hidden as PrivateSpace
45
+ from ngsolve.comp import Hidden
53
46
  from ngsolve.comp import Integral
54
- from ngsolve.comp import Integrate
55
47
  from ngsolve.comp import IntegrationRuleSpace
56
48
  from ngsolve.comp import IntegrationRuleSpaceSurface
57
- from ngsolve.comp import Interpolate
58
49
  from ngsolve.comp import InterpolateProxy
59
- from ngsolve.comp import KSpaceCoeffs
60
50
  from ngsolve.comp import L2
61
51
  from ngsolve.comp import LinearForm
62
52
  from ngsolve.comp import LocalPreconditioner
63
- from ngsolve.comp import MatrixFreeOperator
64
53
  from ngsolve.comp import MatrixValued
65
54
  from ngsolve.comp import Mesh
66
55
  from ngsolve.comp import MeshNode
@@ -75,22 +64,16 @@ from ngsolve.comp import NormalFacetFESpace
75
64
  from ngsolve.comp import NormalFacetSurface
76
65
  from ngsolve.comp import NumberSpace
77
66
  from ngsolve.comp import ORDER_POLICY
78
- from ngsolve.comp import PatchwiseSolve
79
67
  from ngsolve.comp import Periodic
80
68
  from ngsolve.comp import PlateauFESpace
81
69
  from ngsolve.comp import Preconditioner
82
70
  from ngsolve.comp import ProductSpace
83
- from ngsolve.comp import Prolongate
84
- from ngsolve.comp import ProlongateCoefficientFunction
85
71
  from ngsolve.comp import Prolongation
86
72
  from ngsolve.comp import ProxyFunction
87
73
  from ngsolve.comp import QuasiPeriodicC
88
74
  from ngsolve.comp import QuasiPeriodicD
89
75
  from ngsolve.comp import Region
90
- from ngsolve.comp import RegisterPreconditioner
91
76
  from ngsolve.comp import Reorder
92
- from ngsolve.comp import SetHeapSize
93
- from ngsolve.comp import SetTestoutFile
94
77
  from ngsolve.comp import SumOfIntegrals
95
78
  from ngsolve.comp import SurfaceL2
96
79
  from ngsolve.comp import SymbolTable_D
@@ -101,16 +84,8 @@ from ngsolve.comp import SymbolTable_sp_N6ngcomp12BilinearFormE
101
84
  from ngsolve.comp import SymbolTable_sp_N6ngcomp12GridFunctionE
102
85
  from ngsolve.comp import SymbolTable_sp_N6ngcomp14PreconditionerE
103
86
  from ngsolve.comp import SymbolTable_sp_N6ngcomp7FESpaceE
104
- from ngsolve.comp import SymbolicBFI
105
- from ngsolve.comp import SymbolicEnergy
106
- from ngsolve.comp import SymbolicLFI
107
- from ngsolve.comp import SymbolicTPBFI
108
87
  from ngsolve.comp import TangentialFacetFESpace
109
88
  from ngsolve.comp import TangentialSurfaceL2
110
- from ngsolve.comp import TensorProductFESpace
111
- from ngsolve.comp import TensorProductIntegrate
112
- from ngsolve.comp import ToArchive
113
- from ngsolve.comp import Transfer2StdMesh
114
89
  from ngsolve.comp import VTKOutput
115
90
  from ngsolve.comp import Variation
116
91
  from ngsolve.comp import VectorFacetFESpace
@@ -122,77 +97,102 @@ from ngsolve.comp import VectorSurfaceL2
122
97
  from ngsolve.comp import VectorValued
123
98
  from ngsolve.comp import VorB
124
99
  from ngsolve.comp import pml
100
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import BndElementId
101
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import BoundaryFromVolumeCF
102
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import CompressCompound
103
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import ConvertOperator
104
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import FromArchiveCF
105
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import FromArchiveFESpace
106
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import FromArchiveMesh
107
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import Integrate
108
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import Interpolate
109
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import KSpaceCoeffs
110
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import MatrixFreeOperator
111
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import PatchwiseSolve
112
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import Prolongate
113
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import ProlongateCoefficientFunction
114
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import RegisterPreconditioner
115
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SetHeapSize
116
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SetTestoutFile
117
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SymbolicBFI
118
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SymbolicEnergy
119
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SymbolicLFI
120
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import SymbolicTPBFI
121
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import TensorProductFESpace
122
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import TensorProductIntegrate
123
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import ToArchive
124
+ from ngsolve.comp.pybind11_detail_function_record_v1_system_libcpp_abi1 import Transfer2StdMesh
125
125
  import ngsolve.fem
126
126
  from ngsolve.fem import BFI
127
127
  from ngsolve.fem import BSpline
128
128
  from ngsolve.fem import BSpline2D
129
129
  from ngsolve.fem import BaseMappedIntegrationPoint
130
- from ngsolve.fem import BlockBFI
131
- from ngsolve.fem import BlockLFI
132
- from ngsolve.fem import CacheCF
133
130
  from ngsolve.fem import CoefficientFunction
134
- from ngsolve.fem import Cof
135
- from ngsolve.fem import CompilePythonModule
136
- from ngsolve.fem import CompoundBFI
137
- from ngsolve.fem import CompoundLFI
138
- from ngsolve.fem import Conj
139
- from ngsolve.fem import CoordCF
140
131
  from ngsolve.fem import CoordinateTrafo
141
- from ngsolve.fem import Cross
142
- from ngsolve.fem import Det
143
132
  from ngsolve.fem import DifferentialOperator
144
133
  from ngsolve.fem import ET
145
- from ngsolve.fem import Einsum
146
134
  from ngsolve.fem import ElementTopology
147
135
  from ngsolve.fem import ElementTransformation
148
136
  from ngsolve.fem import FiniteElement
149
- from ngsolve.fem import GenerateL2ElementCode
150
- from ngsolve.fem import H1FE
151
137
  from ngsolve.fem import HCurlFE
152
138
  from ngsolve.fem import HDivDivFE
153
139
  from ngsolve.fem import HDivFE
154
- from ngsolve.fem import Id
155
- from ngsolve.fem import IfPos
156
140
  from ngsolve.fem import IntegrationPoint
157
141
  from ngsolve.fem import IntegrationRule
158
- from ngsolve.fem import Inv
159
- from ngsolve.fem import L2FE
160
142
  from ngsolve.fem import LFI
161
- from ngsolve.fem import LeviCivitaSymbol
162
- from ngsolve.fem import LoggingCF
163
143
  from ngsolve.fem import MeshPoint
164
- from ngsolve.fem import MinimizationCF
165
144
  from ngsolve.fem import MixedFE
166
145
  from ngsolve.fem import NODE_TYPE
167
- from ngsolve.fem import NewtonCF
168
146
  from ngsolve.fem import Parameter
169
147
  from ngsolve.fem import ParameterC
170
148
  from ngsolve.fem import PlaceholderCF
171
149
  from ngsolve.fem import PointEvaluationFunctional
172
150
  from ngsolve.fem import ScalarFE
173
- from ngsolve.fem import SetPMLParameters
174
- from ngsolve.fem import Skew
175
151
  from ngsolve.fem import SpecialCFCreator
176
- from ngsolve.fem import Sym
177
- from ngsolve.fem import Trace
178
- from ngsolve.fem import VoxelCoefficient
179
- from ngsolve.fem import Zero
180
- from ngsolve.fem import acos
181
- from ngsolve.fem import asin
182
- from ngsolve.fem import atan
183
- from ngsolve.fem import atan2
184
- from ngsolve.fem import ceil
185
- from ngsolve.fem import cos
186
- from ngsolve.fem import cosh
187
- from ngsolve.fem import erf
188
- from ngsolve.fem import exp
189
- from ngsolve.fem import floor
190
- from ngsolve.fem import log
191
- from ngsolve.fem import pow
192
- from ngsolve.fem import sin
193
- from ngsolve.fem import sinh
194
- from ngsolve.fem import sqrt
195
- from ngsolve.fem import tan
152
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import BlockBFI
153
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import BlockLFI
154
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import CacheCF
155
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Cof
156
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import CompilePythonModule
157
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import CompoundBFI
158
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import CompoundLFI
159
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Conj
160
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import CoordCF
161
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Cross
162
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Det
163
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Einsum
164
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import GenerateL2ElementCode
165
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import H1FE
166
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Id
167
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import IfPos
168
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Inv
169
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import L2FE
170
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import LeviCivitaSymbol
171
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import LoggingCF
172
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import MinimizationCF
173
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import NewtonCF
174
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import SetPMLParameters
175
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Skew
176
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Sym
177
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Trace
178
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import VoxelCoefficient
179
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import Zero
180
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import acos
181
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import asin
182
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import atan
183
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import atan2
184
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import ceil
185
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import cos
186
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import cosh
187
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import erf
188
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import exp
189
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import floor
190
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import log
191
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import pow
192
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import sin
193
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import sinh
194
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import sqrt
195
+ from ngsolve.fem.pybind11_detail_function_record_v1_system_libcpp_abi1 import tan
196
196
  from ngsolve.ngstd import IntRange
197
197
  from pyngcore.pyngcore import Timer
198
198
  __all__ = ['APhiHCurlAMG', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BFI', 'BND', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BilinearForm', 'BlockBFI', 'BlockLFI', 'BndElementId', 'BoundaryFromVolumeCF', 'CELL', 'COUPLING_TYPE', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'ComponentGridFunction', 'CompoundBFI', 'CompoundLFI', 'Compress', 'CompressCompound', 'Conj', 'ConstantCF', 'ContactBoundary', 'ConvertOperator', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'Deviator', 'DifferentialOperator', 'DifferentialSymbol', 'Discontinuous', 'DomainConstantCF', 'DualProxyFunction', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementId', 'ElementRange', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FiniteElement', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GenerateL2ElementCode', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'Grad', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1AMG', 'H1FE', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HCurlFE', 'HDiv', 'HDivDiv', 'HDivDivFE', 'HDivDivSurface', 'HDivFE', 'HDivSurface', 'HEX', 'Hidden', 'Id', 'IfPos', 'IntRange', 'Integral', 'Integrate', 'IntegrationPoint', 'IntegrationRule', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'Inv', 'KSpaceCoeffs', 'L2', 'L2FE', 'LFI', 'Laplace', 'LeviCivitaSymbol', 'LinearForm', 'LocalPreconditioner', 'LoggingCF', 'Mass', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'MultiGridPreconditioner', 'NGS_Object', 'NODE_TYPE', 'Neumann', 'NewtonCF', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'Norm', 'NormalFacetFESpace', 'NormalFacetSurface', 'Normalize', 'NumberSpace', 'ORDER_POLICY', 'OuterProduct', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PatchwiseSolve', 'Periodic', 'PlaceholderCF', 'PlateauFESpace', 'PointEvaluationFunctional', 'Preconditioner', 'PrivateSpace', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'PyCof', 'PyCross', 'PyDet', 'PyId', 'PyInv', 'PySkew', 'PySym', 'PyTrace', 'QUAD', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'Reorder', 'SEGM', 'ScalarFE', 'SetHeapSize', 'SetPMLParameters', 'SetTestoutFile', 'Skew', 'Source', 'SpecialCFCreator', 'SumOfIntegrals', 'SurfaceL2', 'Sym', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'TimeFunction', 'Timer', 'ToArchive', 'Trace', 'Transfer2StdMesh', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'VectorFacet', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'curl', 'div', 'ds', 'dt', 'dx', 'erf', 'exp', 'floor', 'grad', 'log', 'ngsglobals', 'pml', 'pow', 'printonce', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan', 'x', 'y', 'z']
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ngsolve
3
- Version: 6.2.2506.post73.dev0
3
+ Version: 6.2.2506.post74.dev0
4
4
  Summary: NGSolve
5
5
  Author: The NGSolve team
6
6
  License: LGPL2.1
7
7
  License-File: LICENSE
8
- Requires-Dist: netgen-mesher==6.2.2506.post9.dev0
8
+ Requires-Dist: netgen-mesher==6.2.2506.post11.dev0
9
9
 
@@ -1,10 +1,10 @@
1
- netgen/libngbla.dylib,sha256=PkURBgZbCxQ1Moufc3AoMomS6Hkx7AEgBrYZyhAi0Ng,5957888
2
- netgen/libngcomp.dylib,sha256=9DgNujo8MSZpxIOXFLMi_AntyDQotxEQ31D44mfyLNQ,43593312
3
- netgen/libngfem.dylib,sha256=CwrCG-vVEfM4YMTHczui8eQtuuOnibQUb2a0nkE4XsE,51714832
4
- netgen/libngla.dylib,sha256=DY8vlBPuqySky4w77LsHJi8YTATpgaNoaHN2evftgB0,25657840
5
- netgen/libngsbem.dylib,sha256=XRGEs6cpa2JYrQchZMX2hLGlSLmf5kR_1ZKtVcszecQ,9492496
6
- netgen/libngsolve.dylib,sha256=zujUbyZaJLdiQv7UXDrFgFjsyBAAvZu4mC4okEVBZ8I,945120
7
- netgen/libngstd.dylib,sha256=CRXuaJqXveQnsLdPSJs-6yuRVWuFC44nnTOn_dhaDOM,941792
1
+ netgen/libngbla.dylib,sha256=G-gc_wGZvrLhJ9SnH9-Lg62Jq0UACsIY6IlNPHKjnBw,6128192
2
+ netgen/libngcomp.dylib,sha256=7QYdWj41B8vqmE7O2k7jYdZIjdwftRrtl_HxUG7bpME,45134704
3
+ netgen/libngfem.dylib,sha256=dk73xxi9yt4ocr1aOyyWQAagODNYX2rHtBSjei9mMuo,52143856
4
+ netgen/libngla.dylib,sha256=xFUA6KVcNPl3CDGO_NMY-YtL9IRS41bSdzUZOXsk70k,26292640
5
+ netgen/libngsbem.dylib,sha256=OzLJ-Y2nn9kaiKrQ9kqS5s4B1wN1jHtdxNSBnbCJZOo,9738240
6
+ netgen/libngsolve.dylib,sha256=XQwPu-ioIsRIuHHTzTYTduYBAAuwVeS_CerQGysNqmE,1088480
7
+ netgen/libngstd.dylib,sha256=Ntnk0b1vFdDDDYERllY_dj1RBlbQXsEpYiI74hZSU_I,1046032
8
8
  netgen/include/analytic_integrals.hpp,sha256=xLVJ8n0-t6UlU_yKE8i0vYkXilsNuqVixkzJlmxptKw,238
9
9
  netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
10
10
  netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
@@ -199,51 +199,51 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
199
199
  ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
200
200
  ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
201
201
  ngsolve/__init__.py,sha256=jiKgjpR98P6_MojCVJKnSRGkr1gbZ0fY3tdLCnoPLec,5472
202
- ngsolve/__init__.pyi,sha256=n2hRU5rGi_99cIBQZAtSDsQfObciZIVXsRV88K35jfk,10769
202
+ ngsolve/__init__.pyi,sha256=-701H4waHsX5eA7IVKeRvo88PSC2ooWAQZIbHlEpDjI,13847
203
203
  ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
204
- ngsolve/bla.pyi,sha256=UEiSPk8YFUfv412Xk5dJVRkAEnOve8kgr8Nfs-l9jFE,32971
204
+ ngsolve/bla.pyi,sha256=l5qkG9gmZQVf95VD9_ylKtrKHMyajBpud_ZNzwGuQ-0,36264
205
205
  ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
206
206
  ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
207
207
  ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
208
- ngsolve/directsolvers.pyi,sha256=ggiocIk9px7rTyKPcXBlRoVsMDj9fQ9oFKgbVNOp_LQ,683
208
+ ngsolve/directsolvers.pyi,sha256=WTn4qURsgZYEjjGI0g8W9hRP7CbM3MuE66E-TUMtf3Q,683
209
209
  ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
210
- ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
211
- ngsolve/fem.pyi,sha256=dcOMb1taor7ubn_1lfN6QaGQEf1UaBqH5PaefBLxCR8,47768
210
+ ngsolve/eigenvalues.pyi,sha256=mkUNnoH2iMV_ev2ZwlKEheIgRLLEGRdQQ7cJZqip0Qc,1306
211
+ ngsolve/fem.pyi,sha256=irjKjcncGmXrYg4McgVgfsGxFe-AXjUgyJpTQ_T4Fbs,52733
212
212
  ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
213
213
  ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
214
- ngsolve/krylovspace.pyi,sha256=NMxovX2U8PBgTgSl_Q_2SDNhL7qNSHUgmuQKB8ZkGGA,12801
215
- ngsolve/la.pyi,sha256=-VIVDOVe-LkRweT2iqbUEAo5zw1Jz1AyPSBz5ubhnIA,40180
214
+ ngsolve/krylovspace.pyi,sha256=tMc_Yexlc7_K5fdcJzuv8cRAFVxw2o7OdFvWCAERX48,13287
215
+ ngsolve/la.pyi,sha256=Mbh8GI1tMLI7YviwoZp6MYcQObYMiPXun4-QB_zsLsA,46171
216
216
  ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
217
217
  ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
218
218
  ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
219
- ngsolve/ngslib.so,sha256=yR3TpFDgOrcJwGMQsrBzcXUIiksfw8d5pOs-leWjR2g,337288
220
- ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
219
+ ngsolve/ngslib.so,sha256=OwxNM1rkZyw4T5rR6mPUQP9lMmRxOXi8XRbeALPXOTY,376216
220
+ ngsolve/ngstd.pyi,sha256=Usgn2tJq4SS-OlSI8n1aMkLhVqKUUAmdCH6WnKqmRh0,2088
221
221
  ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
222
- ngsolve/nonlinearsolvers.pyi,sha256=t7ZNNNmNAEbOT2ZGeawwNnuDoDPtj41WqW7kAjOJj4I,4615
222
+ ngsolve/nonlinearsolvers.pyi,sha256=Yww8tYs7TiH-6JJQ2MympKmDxX8wcgctCuYMgKvBRKY,4723
223
223
  ngsolve/preconditioners.py,sha256=DLRUd9wQwxXUWL1wEBAbHQbWNp71qZYOFvH5Krfa834,239
224
224
  ngsolve/preconditioners.pyi,sha256=4wke-MV5DCmTvO25ivVOE7VFo9UTMCL64HLCOttMUTU,330
225
- ngsolve/solve.pyi,sha256=YDzLVDHo0HQrkoU32bzIahV2auR_XHO7b1Z07xB0rJE,2965
225
+ ngsolve/solve.pyi,sha256=6JempMSbLqx3IYM-41Xq-SINsXxkLM6vPXDozcIkVyE,3165
226
226
  ngsolve/solve_implementation.py,sha256=-yyggHGmivv_hhSfRpShFqfWw2SOECpR3BMvccidvE4,5540
227
- ngsolve/solve_implementation.pyi,sha256=_OkLl9FEikLQba8o6yKVfArhAd8JZsFXVh0LQ0bHJrc,2262
227
+ ngsolve/solve_implementation.pyi,sha256=v-UPH-S8uOT4Gl47pk1DMFed36fnQcIRQ2f65qnUnF8,2262
228
228
  ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
229
229
  ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
230
230
  ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
231
- ngsolve/timestepping.pyi,sha256=6LdsQTKRIzXk1sCQmJyMYdWlTLU9v_VVAwvBAwuModk,3174
231
+ ngsolve/timestepping.pyi,sha256=V-nBxHBM5tO3tMCu4i3J6g7T8DiGl7_-l8-Wk0LFblI,3174
232
232
  ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
233
- ngsolve/timing.pyi,sha256=Ry-J2c2nGjzvRBwyexqK-EVX3pu-5sLHRTOsoDEbWNw,1920
233
+ ngsolve/timing.pyi,sha256=Hac0LAcdeW89RPEriVl7fAyDnGJZ_9XONWt5VI-On2M,1920
234
234
  ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
235
- ngsolve/utils.pyi,sha256=r-YcYpum6YYXWtyWSDM-5lxb7rAb5mcjS4hmA_B0dD0,13312
235
+ ngsolve/utils.pyi,sha256=FYL83SyRgX-gtMLeQl8GxYO4bhBGtud_giscaPLMwSE,17092
236
236
  ngsolve/webgui.py,sha256=EUhaOtWHZy80aLXhXbHwbCQVNjRSw-BAAE50cz7Ydaw,24313
237
- ngsolve/cmake/NGSolveConfig.cmake,sha256=Fpc_DHCy6MI0aT99be7fa8kVY8pAOeYlhguijUbLFyU,5227
237
+ ngsolve/cmake/NGSolveConfig.cmake,sha256=EVRrg0z6r-EupbdVriyOXFXby_TlwRiaf2ADDCkiBwg,5107
238
238
  ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
239
239
  ngsolve/cmake/ngsolve-targets.cmake,sha256=1cQTFW-4aJfY356XRcuslSbFClmwPOSS03bj3WL15iM,5637
240
- ngsolve/comp/__init__.pyi,sha256=4iVdsSrO9hFP1TSx9_9JPXez3r3vZ4Dar_8LMFIrnRc,204446
241
- ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
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=CXozDCOio4NAvFgtRyjR7v7s7J-2l4edS1ZzwyCpbxI,2910
243
+ ngsolve/config/__init__.pyi,sha256=2otRhAf-CE6wcNTXrvDJEyTWMaI0eHTxRStr1Ftk3ew,2910
244
244
  ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
245
- ngsolve/config/config.py,sha256=dG7DxlVSWb2wBi2NgqWAcE290kyJwa6Vgi1gp_1cPEc,2467
246
- ngsolve/config/config.pyi,sha256=i4_ilGBeDmNAyu6Xl_8IlIDBk6hYIze8UfFhP9Lh4K0,2891
245
+ ngsolve/config/config.py,sha256=adhAacCYuQKOmXdADu9AHIBCa928yzBNB3vossVsl3Q,2467
246
+ ngsolve/config/config.pyi,sha256=46tpjFPOQq5kxzoQXNKMdGWmaGukyou4I5_xYSKT2tQ,2891
247
247
  ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
248
248
  ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
249
249
  ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
@@ -275,41 +275,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
275
275
  ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
276
276
  ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
277
277
  ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
278
- ngsolve-6.2.2506.post73.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
279
- ngsolve-6.2.2506.post73.dev0.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
280
- ngsolve-6.2.2506.post73.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
281
- ngsolve-6.2.2506.post73.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
282
- ngsolve-6.2.2506.post73.dev0.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
283
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
284
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
285
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
286
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
287
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
288
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
289
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
290
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
291
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
292
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
293
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
294
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
295
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
296
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
297
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
298
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
299
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
300
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
301
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
302
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
303
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
304
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
305
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
306
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
307
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
308
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
309
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
310
- ngsolve-6.2.2506.post73.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
311
- ngsolve-6.2.2506.post73.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
312
- ngsolve-6.2.2506.post73.dev0.dist-info/METADATA,sha256=j9J7fMXGqSRhmtYccNXl7mRcHqVpQ320lAAeLdPxElo,198
313
- ngsolve-6.2.2506.post73.dev0.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
314
- ngsolve-6.2.2506.post73.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
315
- ngsolve-6.2.2506.post73.dev0.dist-info/RECORD,,
278
+ ngsolve-6.2.2506.post74.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
279
+ ngsolve-6.2.2506.post74.dev0.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
280
+ ngsolve-6.2.2506.post74.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
281
+ ngsolve-6.2.2506.post74.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
282
+ ngsolve-6.2.2506.post74.dev0.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
283
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
284
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
285
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
286
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
287
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
288
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
289
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
290
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
291
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
292
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
293
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
294
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
295
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
296
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
297
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
298
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
299
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
300
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
301
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
302
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
303
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
304
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
305
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
306
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
307
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
308
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
309
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
310
+ ngsolve-6.2.2506.post74.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
311
+ ngsolve-6.2.2506.post74.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
312
+ ngsolve-6.2.2506.post74.dev0.dist-info/METADATA,sha256=8uAtFSnBO4HTeHd-WKpbgrjhRwEzLY0QjbtbKT03fUs,199
313
+ ngsolve-6.2.2506.post74.dev0.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
314
+ ngsolve-6.2.2506.post74.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
315
+ ngsolve-6.2.2506.post74.dev0.dist-info/RECORD,,