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/comp/pml.pyi CHANGED
@@ -18,6 +18,9 @@ class PML:
18
18
  map a point
19
19
  """
20
20
  @staticmethod
21
+ def _pybind11_conduit_v1_(*args, **kwargs):
22
+ ...
23
+ @staticmethod
21
24
  def call_jacobian(*args) -> ngsolve.bla.MatrixC:
22
25
  """
23
26
  evaluate PML jacobian at point x, [y, z]
@@ -81,7 +84,7 @@ def HalfSpace(point: typing.Any, normal: typing.Any, alpha: complex = 1j) -> PML
81
84
 
82
85
  scales orthogonal to specified plane in direction of normal point and normal are given as tuples/lists determining the dimension
83
86
  """
84
- def Radial(origin: typing.Any, rad: float = 1, alpha: complex = 1j) -> PML:
87
+ def Radial(origin: typing.Any, rad: typing.SupportsFloat = 1, alpha: complex = 1j) -> PML:
85
88
  """
86
89
  radial pml transformation
87
90
 
@@ -24,14 +24,14 @@ 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.2506-73-g12fb35d80'
28
- NGSOLVE_VERSION_GIT: str = 'v6.2.2506-73-g12fb35d80'
29
- NGSOLVE_VERSION_HASH: str = 'g12fb35d80'
27
+ NGSOLVE_VERSION: str = '6.2.2506-74-gd430159c1'
28
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2506-74-gd430159c1'
29
+ NGSOLVE_VERSION_HASH: str = 'gd430159c1'
30
30
  NGSOLVE_VERSION_MAJOR: str = '6'
31
31
  NGSOLVE_VERSION_MINOR: str = '2'
32
32
  NGSOLVE_VERSION_PATCH: str = '2506'
33
- NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post73.dev0'
34
- NGSOLVE_VERSION_TWEAK: str = '73'
33
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post74.dev0'
34
+ NGSOLVE_VERSION_TWEAK: str = '74'
35
35
  USE_CCACHE: bool = True
36
36
  USE_HYPRE: bool = False
37
37
  USE_LAPACK: bool = True
@@ -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.2506-73-g12fb35d80'
43
+ version: str = 'v6.2.2506-74-gd430159c1'
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.2506-73-g12fb35d80"
33
- NGSOLVE_VERSION_GIT = "v6.2.2506-73-g12fb35d80"
34
- NGSOLVE_VERSION_PYTHON = "6.2.2506.post73.dev0"
32
+ NGSOLVE_VERSION = "6.2.2506-74-gd430159c1"
33
+ NGSOLVE_VERSION_GIT = "v6.2.2506-74-gd430159c1"
34
+ NGSOLVE_VERSION_PYTHON = "6.2.2506.post74.dev0"
35
35
 
36
36
  NGSOLVE_VERSION_MAJOR = "6"
37
37
  NGSOLVE_VERSION_MINOR = "2"
38
- NGSOLVE_VERSION_TWEAK = "73"
38
+ NGSOLVE_VERSION_TWEAK = "74"
39
39
  NGSOLVE_VERSION_PATCH = "2506"
40
- NGSOLVE_VERSION_HASH = "g12fb35d80"
40
+ NGSOLVE_VERSION_HASH = "gd430159c1"
41
41
 
42
42
  CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
43
43
  CMAKE_CUDA_COMPILER = ""
ngsolve/config/config.pyi CHANGED
@@ -26,14 +26,14 @@ 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.2506-73-g12fb35d80'
30
- NGSOLVE_VERSION_GIT: str = 'v6.2.2506-73-g12fb35d80'
31
- NGSOLVE_VERSION_HASH: str = 'g12fb35d80'
29
+ NGSOLVE_VERSION: str = '6.2.2506-74-gd430159c1'
30
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2506-74-gd430159c1'
31
+ NGSOLVE_VERSION_HASH: str = 'gd430159c1'
32
32
  NGSOLVE_VERSION_MAJOR: str = '6'
33
33
  NGSOLVE_VERSION_MINOR: str = '2'
34
34
  NGSOLVE_VERSION_PATCH: str = '2506'
35
- NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post73.dev0'
36
- NGSOLVE_VERSION_TWEAK: str = '73'
35
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post74.dev0'
36
+ NGSOLVE_VERSION_TWEAK: str = '74'
37
37
  USE_CCACHE: bool = True
38
38
  USE_HYPRE: bool = False
39
39
  USE_LAPACK: bool = True
@@ -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.2506-73-g12fb35d80'
45
+ version: str = 'v6.2.2506-74-gd430159c1'
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] = ('fd', 'freedofs', 'lu', 'a')
12
+ __static_attributes__: typing.ClassVar[tuple] = ('fd', 'freedofs', 'a', 'lu')
13
13
  def Mult(self, x: ngsolve.la.BaseVector, y: ngsolve.la.BaseVector):
14
14
  ...
15
15
  def Update(self):
ngsolve/eigenvalues.pyi CHANGED
@@ -1,12 +1,12 @@
1
1
  from __future__ import annotations
2
2
  from math import sqrt
3
- from ngsolve.bla import Matrix
4
- from ngsolve.bla import Norm
5
- from ngsolve.bla import Vector
3
+ from ngsolve.bla.pybind11_detail_function_record_v1_system_libcpp_abi1 import Matrix
4
+ from ngsolve.bla.pybind11_detail_function_record_v1_system_libcpp_abi1 import Norm
5
+ from ngsolve.bla.pybind11_detail_function_record_v1_system_libcpp_abi1 import Vector
6
6
  from ngsolve.la import IdentityMatrix
7
- from ngsolve.la import InnerProduct
8
7
  from ngsolve.la import MultiVector
9
8
  from ngsolve.la import Projector
9
+ from ngsolve.la.pybind11_detail_function_record_v1_system_libcpp_abi1 import InnerProduct
10
10
  __all__ = ['Arnoldi', 'IdentityMatrix', 'InnerProduct', 'LOBPCG', 'Matrix', 'MultiVector', 'Norm', 'Orthogonalize', 'PINVIT', 'PINVIT1', 'Projector', 'SOAR', 'TOAR', 'Vector', 'sqrt']
11
11
  def Arnoldi(mat, tol = 1e-10, maxiter = 200):
12
12
  ...