ngsolve 6.2.2506.post60.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 (70) hide show
  1. netgen/include/kernels.hpp +40 -40
  2. netgen/include/mp_coefficient.hpp +2 -2
  3. netgen/include/mptools.hpp +45 -26
  4. netgen/include/preconditioner.hpp +2 -2
  5. netgen/libngbla.dylib +0 -0
  6. netgen/libngcomp.dylib +0 -0
  7. netgen/libngfem.dylib +0 -0
  8. netgen/libngla.dylib +0 -0
  9. netgen/libngsbem.dylib +0 -0
  10. netgen/libngsolve.dylib +0 -0
  11. netgen/libngstd.dylib +0 -0
  12. ngsolve/__init__.pyi +58 -58
  13. ngsolve/bla.pyi +150 -94
  14. ngsolve/cmake/NGSolveConfig.cmake +1 -1
  15. ngsolve/comp/__init__.pyi +387 -103
  16. ngsolve/comp/pml.pyi +4 -1
  17. ngsolve/config/__init__.pyi +6 -6
  18. ngsolve/config/config.py +5 -5
  19. ngsolve/config/config.pyi +6 -6
  20. ngsolve/directsolvers.pyi +1 -1
  21. ngsolve/eigenvalues.pyi +4 -4
  22. ngsolve/fem.pyi +194 -110
  23. ngsolve/krylovspace.pyi +11 -11
  24. ngsolve/la.pyi +250 -87
  25. ngsolve/ngslib.so +0 -0
  26. ngsolve/ngstd.pyi +23 -4
  27. ngsolve/nonlinearsolvers.pyi +3 -3
  28. ngsolve/solve.pyi +7 -6
  29. ngsolve/solve_implementation.pyi +3 -3
  30. ngsolve/timestepping.pyi +3 -3
  31. ngsolve/timing.pyi +1 -1
  32. ngsolve/utils.pyi +70 -70
  33. {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/METADATA +2 -2
  34. {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/RECORD +70 -70
  35. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/Netgen.icns +0 -0
  36. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngscxx +0 -0
  37. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsld +0 -0
  38. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngsolve.tcl +0 -0
  39. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/bin/ngspy +0 -0
  40. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.geo +0 -0
  41. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/beam.vol +0 -0
  42. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
  43. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/chip.vol +0 -0
  44. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.geo +0 -0
  45. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coil.vol +0 -0
  46. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
  47. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
  48. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.geo +0 -0
  49. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/cube.vol +0 -0
  50. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
  51. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
  52. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
  53. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
  54. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
  55. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
  56. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
  57. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
  58. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
  59. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
  60. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
  61. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
  62. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
  63. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
  64. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
  65. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
  66. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.in2d +0 -0
  67. {ngsolve-6.2.2506.post60.dev0.data → ngsolve-6.2.2506.post74.dev0.data}/data/share/ngsolve/square.vol +0 -0
  68. {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/LICENSE +0 -0
  69. {ngsolve-6.2.2506.post60.dev0.dist-info → ngsolve-6.2.2506.post74.dev0.dist-info}/WHEEL +0 -0
  70. {ngsolve-6.2.2506.post60.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] = ('inverse', 'lin_solver_args', 'freedofs', 'w', 'uh', 'rhs', 'inv', 'lin_solver_cls', 'a', 'r', 'u')
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
  ...
@@ -14,7 +14,7 @@ __all__ = ['Application', 'BND', 'BilinearForm', 'CoefficientFunction', 'Dirichl
14
14
  class Application:
15
15
  __firstlineno__: typing.ClassVar[int] = 21
16
16
  __hash__: typing.ClassVar[None] = None
17
- __static_attributes__: typing.ClassVar[tuple] = ('a', 'gf')
17
+ __static_attributes__: typing.ClassVar[tuple] = ('gf', 'a')
18
18
  def Solve(self, rhs, *args, dirichlet = None, pre = None, printrates: bool = False, **kwargs):
19
19
  ...
20
20
  def __eq__(self, other):
@@ -23,12 +23,12 @@ class Application:
23
23
  ...
24
24
  class Dirichlet:
25
25
  __firstlineno__: typing.ClassVar[int] = 15
26
- __static_attributes__: typing.ClassVar[tuple] = ('region', 'cf')
26
+ __static_attributes__: typing.ClassVar[tuple] = ('cf', 'region')
27
27
  def __init__(self, cf, region):
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] = ('bfmstar', '_lin_solver_cls', 'c', 'dt', 'gfu_old', '_lin_solver_args', 'time')
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] = ('bfmstar', '_lin_solver_cls', 'c', 'dt', 'gfu_old', '_lin_solver_args', 'time')
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] = ('bfmstar', 'gfv_old', '_lin_solver_cls', 'c', 'dt', 'gfu_old', '_lin_solver_args', 'time', 'gfa_old')
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', 'timings_par')
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
@@ -51,16 +44,12 @@ from ngsolve.comp import HDivSurface
51
44
  from ngsolve.comp import Hidden as PrivateSpace
52
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.post60.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.post8.dev0
8
+ Requires-Dist: netgen-mesher==6.2.2506.post11.dev0
9
9