ngsolve 6.2.2502.post11.dev1__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2504__cp313-cp313-macosx_10_15_universal2.whl

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

Potentially problematic release.


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

Files changed (70) hide show
  1. netgen/include/integrator.hpp +4 -16
  2. netgen/include/intrules_SauterSchwab.hpp +25 -0
  3. netgen/include/mp_coefficient.hpp +140 -0
  4. netgen/include/mptools.hpp +98 -165
  5. netgen/include/potentialtools.hpp +1 -1
  6. netgen/include/symbolicintegrator.hpp +1 -0
  7. netgen/libngbla.dylib +0 -0
  8. netgen/libngcomp.dylib +0 -0
  9. netgen/libngfem.dylib +0 -0
  10. netgen/libngla.dylib +0 -0
  11. netgen/libngsbem.dylib +0 -0
  12. netgen/libngsolve.dylib +0 -0
  13. netgen/libngstd.dylib +0 -0
  14. ngsolve/__init__.py +1 -0
  15. ngsolve/__init__.pyi +6 -4
  16. ngsolve/bla.pyi +8 -0
  17. ngsolve/cmake/NGSolveConfig.cmake +5 -5
  18. ngsolve/cmake/ngsolve-targets-release.cmake +10 -0
  19. ngsolve/cmake/ngsolve-targets.cmake +9 -2
  20. ngsolve/comp/__init__.pyi +8 -3
  21. ngsolve/config/__init__.pyi +7 -7
  22. ngsolve/config/config.py +6 -6
  23. ngsolve/config/config.pyi +7 -7
  24. ngsolve/fem.pyi +7 -122
  25. ngsolve/krylovspace.pyi +3 -3
  26. ngsolve/ngslib.so +0 -0
  27. ngsolve/nonlinearsolvers.pyi +1 -1
  28. ngsolve/solve_implementation.py +146 -0
  29. ngsolve/solve_implementation.pyi +52 -0
  30. ngsolve/timestepping.pyi +3 -3
  31. ngsolve/timing.pyi +1 -1
  32. ngsolve/utils.pyi +2 -15
  33. {ngsolve-6.2.2502.post11.dev1.dist-info → ngsolve-6.2.2504.dist-info}/METADATA +2 -2
  34. {ngsolve-6.2.2502.post11.dev1.dist-info → ngsolve-6.2.2504.dist-info}/RECORD +70 -65
  35. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/Netgen.icns +0 -0
  36. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/bin/ngscxx +0 -0
  37. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/bin/ngsld +0 -0
  38. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/bin/ngsolve.tcl +0 -0
  39. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/bin/ngspy +0 -0
  40. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/beam.geo +0 -0
  41. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/beam.vol +0 -0
  42. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/chip.in2d +0 -0
  43. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/chip.vol +0 -0
  44. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coil.geo +0 -0
  45. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coil.vol +0 -0
  46. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coilshield.geo +0 -0
  47. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/coilshield.vol +0 -0
  48. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/cube.geo +0 -0
  49. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/cube.vol +0 -0
  50. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
  51. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
  52. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d1_square.pde +0 -0
  53. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d2_chip.pde +0 -0
  54. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
  55. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d4_cube.pde +0 -0
  56. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d5_beam.pde +0 -0
  57. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d6_shaft.pde +0 -0
  58. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d7_coil.pde +0 -0
  59. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
  60. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
  61. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
  62. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/doubleglazing.vol +0 -0
  63. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
  64. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/shaft.geo +0 -0
  65. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/shaft.vol +0 -0
  66. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/square.in2d +0 -0
  67. {ngsolve-6.2.2502.post11.dev1.data → ngsolve-6.2.2504.data}/data/share/ngsolve/square.vol +0 -0
  68. {ngsolve-6.2.2502.post11.dev1.dist-info → ngsolve-6.2.2504.dist-info}/LICENSE +0 -0
  69. {ngsolve-6.2.2502.post11.dev1.dist-info → ngsolve-6.2.2504.dist-info}/WHEEL +0 -0
  70. {ngsolve-6.2.2502.post11.dev1.dist-info → ngsolve-6.2.2504.dist-info}/top_level.txt +0 -0
netgen/libngbla.dylib CHANGED
Binary file
netgen/libngcomp.dylib CHANGED
Binary file
netgen/libngfem.dylib CHANGED
Binary file
netgen/libngla.dylib CHANGED
Binary file
netgen/libngsbem.dylib ADDED
Binary file
netgen/libngsolve.dylib CHANGED
Binary file
netgen/libngstd.dylib CHANGED
Binary file
ngsolve/__init__.py CHANGED
@@ -75,6 +75,7 @@ from .utils import x, y, z, dx, ds, grad, Grad, curl, div, Deviator, PyId, PyTra
75
75
  from . import solvers
76
76
  from . import preconditioners
77
77
  from . import timestepping
78
+ from .solve_implementation import Solve
78
79
 
79
80
  try:
80
81
  from netgen.occ import unit_square, unit_cube
ngsolve/__init__.pyi CHANGED
@@ -44,8 +44,8 @@ from ngsolve.comp import HDiv
44
44
  from ngsolve.comp import HDivDiv
45
45
  from ngsolve.comp import HDivDivSurface
46
46
  from ngsolve.comp import HDivSurface
47
- from ngsolve.comp import Hidden as PrivateSpace
48
47
  from ngsolve.comp import Hidden
48
+ from ngsolve.comp import Hidden as PrivateSpace
49
49
  from ngsolve.comp import Integrate
50
50
  from ngsolve.comp import Interpolate
51
51
  from ngsolve.comp import L2
@@ -88,8 +88,8 @@ from ngsolve.fem import BSpline
88
88
  from ngsolve.fem import BlockBFI
89
89
  from ngsolve.fem import BlockLFI
90
90
  from ngsolve.fem import CacheCF
91
- from ngsolve.fem import CoefficientFunction as CF
92
91
  from ngsolve.fem import CoefficientFunction
92
+ from ngsolve.fem import CoefficientFunction as CF
93
93
  from ngsolve.fem import Cof
94
94
  from ngsolve.fem import CompoundBFI
95
95
  from ngsolve.fem import CompoundLFI
@@ -147,6 +147,7 @@ from ngsolve.la import QMRSolver
147
147
  from ngsolve.ngstd import IntRange
148
148
  from ngsolve.solve import Draw
149
149
  from ngsolve.solve import SetVisualization
150
+ from ngsolve.solve_implementation.Application import Solve
150
151
  from ngsolve.timing import Timing
151
152
  from ngsolve.utils import Deviator
152
153
  from ngsolve.utils import Grad
@@ -185,11 +186,12 @@ from . import ngstd
185
186
  from . import nonlinearsolvers
186
187
  from . import preconditioners
187
188
  from . import solve
189
+ from . import solve_implementation
188
190
  from . import solvers
189
191
  from . import timestepping
190
192
  from . import timing
191
193
  from . import utils
192
- __all__ = ['APhiHCurlAMG', 'ArnoldiSolver', 'BBBND', 'BBND', 'BFI', 'BND', 'BSpline', 'BaseMatrix', 'BaseVector', 'BilinearForm', 'BitArray', 'BlockBFI', 'BlockLFI', 'BlockMatrix', 'BlockVector', 'BoundaryFromVolumeCF', 'CELL', 'CF', 'CGSolver', 'COUPLING_TYPE', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompoundBFI', 'CompoundLFI', 'Compress', 'CompressCompound', 'Conj', 'ConstEBEMatrix', 'ContactBoundary', 'ConvertOperator', 'CreateVVector', 'Cross', 'Det', 'Deviator', 'DiagonalMatrix', 'Discontinuous', 'Draw', 'EDGE', 'ELEMENT', 'ET', 'ElementId', 'Embedding', 'FACE', 'FACET', 'FESpace', 'FacetFESpace', 'FacetSurface', 'GMRESSolver', 'Grad', 'GridFunction', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'HEX', 'Hidden', 'Id', 'IdentityMatrix', 'IfPos', 'InnerProduct', 'IntRange', 'Integrate', 'IntegrationRule', 'Interpolate', 'Inv', 'L2', 'LFI', 'LinearForm', 'Matrix', 'MatrixValued', 'Mesh', 'MultiGridPreconditioner', 'MultiVector', 'NodalFESpace', 'NodeId', 'Norm', 'NormalFacetFESpace', 'NormalFacetSurface', 'Normalize', 'NumberSpace', 'ORDER_POLICY', 'OuterProduct', 'PARALLEL_STATUS', 'POINT', 'PRISM', 'PYRAMID', 'PajeTrace', 'ParallelMatrix', 'Parameter', 'ParameterC', 'PatchwiseSolve', 'Periodic', 'PermutationMatrix', 'PlaceholderCF', 'PlateauFESpace', 'Preconditioner', 'PrivateSpace', 'ProductSpace', 'Projector', 'PyCof', 'PyCross', 'PyDet', 'PyId', 'PyInv', 'PySkew', 'PySym', 'PyTrace', 'QMRSolver', 'QUAD', 'Redraw', 'Region', 'SEGM', 'SetHeapSize', 'SetNumThreads', 'SetTestoutFile', 'SetVisualization', 'Skew', 'SurfaceL2', 'Sym', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TaskManager', 'TimeFunction', 'Timer', 'Timers', 'Timing', 'Trace', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'Vector', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VoxelCoefficient', 'ZeroCF', 'acos', 'asin', 'atan', 'atan2', 'atexit', 'bla', 'builtin_sum', 'bvp', 'ceil', 'comp', 'config', 'cos', 'cosh', 'curl', 'directsolvers', 'div', 'ds', 'dx', 'eigenvalues', 'erf', 'exp', 'fem', 'floor', 'grad', 'krylovspace', 'la', 'log', 'netgen', 'ngsglobals', 'ngslib', 'ngstd', 'nonlinearsolvers', 'os', 'pi', 'pml', 'pow', 'preconditioners', 'printonce', 'sin', 'sinh', 'solve', 'solvers', 'specialcf', 'sqrt', 'sum', 'sys', 'tan', 'timestepping', 'timing', 'unit_cube', 'unit_square', 'utils', 'x', 'y', 'z']
194
+ __all__ = ['APhiHCurlAMG', 'ArnoldiSolver', 'BBBND', 'BBND', 'BFI', 'BND', 'BSpline', 'BaseMatrix', 'BaseVector', 'BilinearForm', 'BitArray', 'BlockBFI', 'BlockLFI', 'BlockMatrix', 'BlockVector', 'BoundaryFromVolumeCF', 'CELL', 'CF', 'CGSolver', 'COUPLING_TYPE', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompoundBFI', 'CompoundLFI', 'Compress', 'CompressCompound', 'Conj', 'ConstEBEMatrix', 'ContactBoundary', 'ConvertOperator', 'CreateVVector', 'Cross', 'Det', 'Deviator', 'DiagonalMatrix', 'Discontinuous', 'Draw', 'EDGE', 'ELEMENT', 'ET', 'ElementId', 'Embedding', 'FACE', 'FACET', 'FESpace', 'FacetFESpace', 'FacetSurface', 'GMRESSolver', 'Grad', 'GridFunction', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'HEX', 'Hidden', 'Id', 'IdentityMatrix', 'IfPos', 'InnerProduct', 'IntRange', 'Integrate', 'IntegrationRule', 'Interpolate', 'Inv', 'L2', 'LFI', 'LinearForm', 'Matrix', 'MatrixValued', 'Mesh', 'MultiGridPreconditioner', 'MultiVector', 'NodalFESpace', 'NodeId', 'Norm', 'NormalFacetFESpace', 'NormalFacetSurface', 'Normalize', 'NumberSpace', 'ORDER_POLICY', 'OuterProduct', 'PARALLEL_STATUS', 'POINT', 'PRISM', 'PYRAMID', 'PajeTrace', 'ParallelMatrix', 'Parameter', 'ParameterC', 'PatchwiseSolve', 'Periodic', 'PermutationMatrix', 'PlaceholderCF', 'PlateauFESpace', 'Preconditioner', 'PrivateSpace', 'ProductSpace', 'Projector', 'PyCof', 'PyCross', 'PyDet', 'PyId', 'PyInv', 'PySkew', 'PySym', 'PyTrace', 'QMRSolver', 'QUAD', 'Redraw', 'Region', 'SEGM', 'SetHeapSize', 'SetNumThreads', 'SetTestoutFile', 'SetVisualization', 'Skew', 'Solve', 'SurfaceL2', 'Sym', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TaskManager', 'TimeFunction', 'Timer', 'Timers', 'Timing', 'Trace', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'Vector', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VoxelCoefficient', 'ZeroCF', 'acos', 'asin', 'atan', 'atan2', 'atexit', 'bla', 'builtin_sum', 'bvp', 'ceil', 'comp', 'config', 'cos', 'cosh', 'curl', 'directsolvers', 'div', 'ds', 'dx', 'eigenvalues', 'erf', 'exp', 'fem', 'floor', 'grad', 'krylovspace', 'la', 'log', 'netgen', 'ngsglobals', 'ngslib', 'ngstd', 'nonlinearsolvers', 'os', 'pi', 'pml', 'pow', 'preconditioners', 'printonce', 'sin', 'sinh', 'solve', 'solve_implementation', 'solvers', 'specialcf', 'sqrt', 'sum', 'sys', 'tan', 'timestepping', 'timing', 'unit_cube', 'unit_square', 'utils', 'x', 'y', 'z']
193
195
  def _add_flags_doc(module):
194
196
  ...
195
197
  def _jupyter_nbextension_paths():
@@ -217,7 +219,7 @@ TET: fem.ET # value = <ET.TET: 20>
217
219
  TRIG: fem.ET # value = <ET.TRIG: 10>
218
220
  VERTEX: fem.NODE_TYPE # value = <NODE_TYPE.VERTEX: 0>
219
221
  VOL: comp.VorB # value = <VorB.VOL: 0>
220
- __version__: str = '6.2.2502-11-g4d6a78d51'
222
+ __version__: str = '6.2.2504'
221
223
  ds: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
222
224
  dx: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
223
225
  ngsglobals: comp.GlobalVariables # value = <ngsolve.comp.GlobalVariables object>
ngsolve/bla.pyi CHANGED
@@ -916,8 +916,12 @@ class Vec2D:
916
916
  """
917
917
  Return value at given position
918
918
  """
919
+ @typing.overload
919
920
  def __init__(self, arg0: float, arg1: float) -> None:
920
921
  ...
922
+ @typing.overload
923
+ def __init__(self, t: tuple) -> None:
924
+ ...
921
925
  def __mul__(self, value: float) -> Vec2D:
922
926
  ...
923
927
  def __neg__(self) -> Vec2D:
@@ -971,8 +975,12 @@ class Vec3D:
971
975
  """
972
976
  Return value at given position
973
977
  """
978
+ @typing.overload
974
979
  def __init__(self, arg0: float, arg1: float, arg2: float) -> None:
975
980
  ...
981
+ @typing.overload
982
+ def __init__(self, t: tuple) -> None:
983
+ ...
976
984
  def __mul__(self, value: float) -> Vec3D:
977
985
  ...
978
986
  def __neg__(self) -> Vec3D:
@@ -1,4 +1,4 @@
1
- set(PACKAGE_VERSION "6.2.2502-11-g4d6a78d51")
1
+ set(PACKAGE_VERSION "6.2.2504")
2
2
  find_package(Netgen CONFIG REQUIRED HINTS
3
3
  ${CMAKE_CURRENT_LIST_DIR}
4
4
  ${CMAKE_CURRENT_LIST_DIR}/..
@@ -23,15 +23,15 @@ set(NGSOLVE_PYBIND_INCLUDE_DIR "")
23
23
  set(NGSOLVE_PYTHON_INCLUDE_DIRS "/Library/Frameworks/Python.framework/Versions/3.13/include/python3.13")
24
24
  set(NGSOLVE_PYTHON_LIBRARIES "/Library/Frameworks/Python.framework/Versions/3.13/lib/libpython3.13.dylib")
25
25
  set(NGSOLVE_PYTHON_PACKAGES_INSTALL_DIR "")
26
- set(NGSOLVE_TCL_INCLUDE_PATH "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/ngsolve/external_dependencies/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/src/project_tcl/generic")
26
+ set(NGSOLVE_TCL_INCLUDE_PATH "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/src/project_tcl/generic")
27
27
  set(NGSOLVE_TCL_LIBRARY "/Library/Frameworks/Python.framework/Versions/3.13/Frameworks/Tcl.framework/libtclstub8.6.a")
28
28
  set(NGSOLVE_TK_DND_LIBRARY "")
29
- set(NGSOLVE_TK_INCLUDE_PATH "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/ngsolve/external_dependencies/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/src/project_tk/generic")
29
+ set(NGSOLVE_TK_INCLUDE_PATH "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/src/project_tk/generic")
30
30
  set(NGSOLVE_TK_LIBRARY "/Library/Frameworks/Python.framework/Versions/3.13/Frameworks/Tk.framework/libtkstub8.6.a")
31
31
  set(NGSOLVE_X11_X11_LIB "")
32
32
  set(NGSOLVE_X11_Xmu_LIB "")
33
- set(NGSOLVE_ZLIB_INCLUDE_DIRS "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/ngsolve/external_dependencies/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/zlib/include")
34
- set(NGSOLVE_ZLIB_LIBRARIES "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/ngsolve/external_dependencies/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/zlib/lib/libz.a")
33
+ set(NGSOLVE_ZLIB_INCLUDE_DIRS "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/zlib/include")
34
+ set(NGSOLVE_ZLIB_LIBRARIES "/Users/gitlab-runner/builds/builds/rL7WHzyj/0/ngsolve/netgen/_skbuild/macosx-10.15-universal2-3.13/cmake-build/dependencies/zlib/lib/libz.a")
35
35
 
36
36
  set(NGSOLVE_INTEL_MIC OFF)
37
37
  set(NGSOLVE_USE_CCACHE ON)
@@ -45,6 +45,16 @@ set_target_properties(ngfem PROPERTIES
45
45
  list(APPEND _cmake_import_check_targets ngfem )
46
46
  list(APPEND _cmake_import_check_files_for_ngfem "${_IMPORT_PREFIX}/netgen/libngfem.dylib" )
47
47
 
48
+ # Import target "ngsbem" for configuration "Release"
49
+ set_property(TARGET ngsbem APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
50
+ set_target_properties(ngsbem PROPERTIES
51
+ IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/netgen/libngsbem.dylib"
52
+ IMPORTED_SONAME_RELEASE "@rpath/libngsbem.dylib"
53
+ )
54
+
55
+ list(APPEND _cmake_import_check_targets ngsbem )
56
+ list(APPEND _cmake_import_check_files_for_ngsbem "${_IMPORT_PREFIX}/netgen/libngsbem.dylib" )
57
+
48
58
  # Import target "ngcomp" for configuration "Release"
49
59
  set_property(TARGET ngcomp APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
50
60
  set_target_properties(ngcomp PROPERTIES
@@ -19,7 +19,7 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
19
19
  set(_cmake_targets_defined "")
20
20
  set(_cmake_targets_not_defined "")
21
21
  set(_cmake_expected_targets "")
22
- foreach(_cmake_expected_target IN ITEMS netgen_libs ngs_lapack netgen_python ngstd ngbla ngla ngfem ngcomp ngsolve)
22
+ foreach(_cmake_expected_target IN ITEMS netgen_libs ngs_lapack netgen_python ngstd ngbla ngla ngfem ngsbem ngcomp ngsolve)
23
23
  list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24
24
  if(TARGET "${_cmake_expected_target}")
25
25
  list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
@@ -105,6 +105,13 @@ set_target_properties(ngfem PROPERTIES
105
105
  INTERFACE_LINK_LIBRARIES "ngbla;ngstd"
106
106
  )
107
107
 
108
+ # Create imported target ngsbem
109
+ add_library(ngsbem SHARED IMPORTED)
110
+
111
+ set_target_properties(ngsbem PROPERTIES
112
+ INTERFACE_LINK_LIBRARIES "ngcomp;ngfem;ngla;ngbla;ngstd"
113
+ )
114
+
108
115
  # Create imported target ngcomp
109
116
  add_library(ngcomp SHARED IMPORTED)
110
117
 
@@ -116,7 +123,7 @@ set_target_properties(ngcomp PROPERTIES
116
123
  add_library(ngsolve SHARED IMPORTED)
117
124
 
118
125
  set_target_properties(ngsolve PROPERTIES
119
- INTERFACE_LINK_LIBRARIES "netgen_libs;ngsolve;ngcomp;ngfem;ngbla;ngla;ngstd"
126
+ INTERFACE_LINK_LIBRARIES "netgen_libs;ngsolve;ngcomp;ngfem;ngsbem;ngbla;ngla;ngstd"
120
127
  )
121
128
 
122
129
  if(CMAKE_VERSION VERSION_LESS 3.0.0)
ngsolve/comp/__init__.pyi CHANGED
@@ -7,11 +7,12 @@ import ngsolve.bla
7
7
  import ngsolve.fem
8
8
  import ngsolve.la
9
9
  import ngsolve.ngstd
10
+ import ngsolve.solve_implementation
10
11
  import numpy
11
12
  import pyngcore.pyngcore
12
13
  import typing
13
14
  from . import pml
14
- __all__ = ['APhiHCurlAMG', 'AddCurrentDensity', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BND', 'BilinearForm', 'BndElementId', 'BoundaryFromVolumeCF', 'COUPLING_TYPE', 'ComponentGridFunction', 'Compress', 'CompressCompound', 'ContactBoundary', 'ConvertOperator', 'DifferentialSymbol', 'Discontinuous', 'DualProxyFunction', 'ElementId', 'ElementRange', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'Hidden', 'Integral', 'Integrate', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'KSpaceCoeffs', 'L2', 'LinearForm', 'LocalPreconditioner', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MultiGridPreconditioner', 'NGS_Object', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'NormalFacetFESpace', 'NormalFacetSurface', 'NumberSpace', 'ORDER_POLICY', 'PatchwiseSolve', 'Periodic', 'PlateauFESpace', 'Preconditioner', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'Reorder', 'SetHeapSize', 'SetTestoutFile', 'SumOfIntegrals', 'SurfaceL2', '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', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'ToArchive', 'Transfer2StdMesh', 'VOL', 'VTKOutput', 'Variation', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'ngsglobals', 'pml']
15
+ __all__ = ['APhiHCurlAMG', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BND', 'BilinearForm', 'BndElementId', 'BoundaryFromVolumeCF', 'COUPLING_TYPE', 'ComponentGridFunction', 'Compress', 'CompressCompound', 'ContactBoundary', 'ConvertOperator', 'DifferentialSymbol', 'Discontinuous', 'DualProxyFunction', 'ElementId', 'ElementRange', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'Hidden', 'Integral', 'Integrate', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'KSpaceCoeffs', 'L2', 'LinearForm', 'LocalPreconditioner', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MultiGridPreconditioner', 'NGS_Object', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'NormalFacetFESpace', 'NormalFacetSurface', 'NumberSpace', 'ORDER_POLICY', 'PatchwiseSolve', 'Periodic', 'PlateauFESpace', 'Preconditioner', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'Reorder', 'SetHeapSize', 'SetTestoutFile', 'SumOfIntegrals', 'SurfaceL2', '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', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'ToArchive', 'Transfer2StdMesh', 'VOL', 'VTKOutput', 'Variation', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'ngsglobals', 'pml']
15
16
  class APhiHCurlAMG(HCurlAMG):
16
17
  """
17
18
 
@@ -230,6 +231,10 @@ class BilinearForm(NGS_Object):
230
231
  ...
231
232
  def UnsetPreconditioner(self, arg0: ...) -> None:
232
233
  ...
234
+ @typing.overload
235
+ def __call__(self, gfu: GridFunction) -> typing.Any:
236
+ ...
237
+ @typing.overload
233
238
  def __call__(self, gfu: GridFunction, gfv: GridFunction) -> float:
234
239
  ...
235
240
  @typing.overload
@@ -250,6 +255,8 @@ class BilinearForm(NGS_Object):
250
255
  @typing.overload
251
256
  def __init__(self, arg0: SumOfIntegrals, **kwargs) -> None:
252
257
  ...
258
+ def __mul__(self, gfu: GridFunction) -> ngsolve.solve_implementation.LinearApplication:
259
+ ...
253
260
  def __str__(self) -> str:
254
261
  ...
255
262
  @property
@@ -5090,8 +5097,6 @@ class VorB:
5090
5097
  @property
5091
5098
  def value(self) -> int:
5092
5099
  ...
5093
- def AddCurrentDensity(arg0: ngsolve.fem.SingularMLMP3, arg1: ngsolve.fem.CoefficientFunction, arg2: Region) -> None:
5094
- ...
5095
5100
  def BndElementId(nr: int) -> ElementId:
5096
5101
  """
5097
5102
  Creates an element-id for a boundary element
@@ -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.2502-11-g4d6a78d51'
28
- NGSOLVE_VERSION_GIT: str = 'v6.2.2502-11-g4d6a78d51'
29
- NGSOLVE_VERSION_HASH: str = 'g4d6a78d51'
27
+ NGSOLVE_VERSION: str = '6.2.2504'
28
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2504-0-g7dd7ba8dd'
29
+ NGSOLVE_VERSION_HASH: str = 'g7dd7ba8dd'
30
30
  NGSOLVE_VERSION_MAJOR: str = '6'
31
31
  NGSOLVE_VERSION_MINOR: str = '2'
32
- NGSOLVE_VERSION_PATCH: str = '2502'
33
- NGSOLVE_VERSION_PYTHON: str = '6.2.2502.post11.dev1'
34
- NGSOLVE_VERSION_TWEAK: str = '11'
32
+ NGSOLVE_VERSION_PATCH: str = '2504'
33
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2504'
34
+ NGSOLVE_VERSION_TWEAK: str = '0'
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.2502-11-g4d6a78d51'
43
+ version: str = 'v6.2.2504-0-g7dd7ba8dd'
ngsolve/config/config.py CHANGED
@@ -29,15 +29,15 @@ NGSOLVE_INSTALL_DIR_INCLUDE = "netgen/include"
29
29
  NGSOLVE_INSTALL_DIR_CMAKE = "ngsolve/cmake"
30
30
  NGSOLVE_INSTALL_DIR_RES = "share"
31
31
 
32
- NGSOLVE_VERSION = "6.2.2502-11-g4d6a78d51"
33
- NGSOLVE_VERSION_GIT = "v6.2.2502-11-g4d6a78d51"
34
- NGSOLVE_VERSION_PYTHON = "6.2.2502.post11.dev1"
32
+ NGSOLVE_VERSION = "6.2.2504"
33
+ NGSOLVE_VERSION_GIT = "v6.2.2504-0-g7dd7ba8dd"
34
+ NGSOLVE_VERSION_PYTHON = "6.2.2504"
35
35
 
36
36
  NGSOLVE_VERSION_MAJOR = "6"
37
37
  NGSOLVE_VERSION_MINOR = "2"
38
- NGSOLVE_VERSION_TWEAK = "11"
39
- NGSOLVE_VERSION_PATCH = "2502"
40
- NGSOLVE_VERSION_HASH = "g4d6a78d51"
38
+ NGSOLVE_VERSION_TWEAK = "0"
39
+ NGSOLVE_VERSION_PATCH = "2504"
40
+ NGSOLVE_VERSION_HASH = "g7dd7ba8dd"
41
41
 
42
42
  CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
43
43
  CMAKE_CUDA_COMPILER = ""
ngsolve/config/config.pyi CHANGED
@@ -26,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.2502-11-g4d6a78d51'
30
- NGSOLVE_VERSION_GIT: str = 'v6.2.2502-11-g4d6a78d51'
31
- NGSOLVE_VERSION_HASH: str = 'g4d6a78d51'
29
+ NGSOLVE_VERSION: str = '6.2.2504'
30
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2504-0-g7dd7ba8dd'
31
+ NGSOLVE_VERSION_HASH: str = 'g7dd7ba8dd'
32
32
  NGSOLVE_VERSION_MAJOR: str = '6'
33
33
  NGSOLVE_VERSION_MINOR: str = '2'
34
- NGSOLVE_VERSION_PATCH: str = '2502'
35
- NGSOLVE_VERSION_PYTHON: str = '6.2.2502.post11.dev1'
36
- NGSOLVE_VERSION_TWEAK: str = '11'
34
+ NGSOLVE_VERSION_PATCH: str = '2504'
35
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2504'
36
+ NGSOLVE_VERSION_TWEAK: str = '0'
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.2502-11-g4d6a78d51'
45
+ version: str = 'v6.2.2504-0-g7dd7ba8dd'
ngsolve/fem.pyi CHANGED
@@ -8,7 +8,7 @@ import numpy
8
8
  import os
9
9
  import pyngcore.pyngcore
10
10
  import typing
11
- __all__ = ['BFI', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BiotSavartCF', 'BiotSavartRegularMLCF', 'BiotSavartSingularMLCF', 'BlockBFI', 'BlockLFI', 'CELL', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'CompoundBFI', 'CompoundLFI', 'Conj', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'DifferentialOperator', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FiniteElement', 'GenerateL2ElementCode', 'H1FE', 'HCurlFE', 'HDivDivFE', 'HDivFE', 'HEX', 'Id', 'IfPos', 'IntegrationPoint', 'IntegrationRule', 'Inv', 'L2FE', 'LFI', 'LeviCivitaSymbol', 'LoggingCF', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'NODE_TYPE', 'NewtonCF', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PlaceholderCF', 'PointEvaluationFunctional', 'QUAD', 'RegularMLMP', 'RegularMLMultiPoleCF', 'RegularMultiPoleCF', 'SEGM', 'ScalarFE', 'SetPMLParameters', 'SingularMLMP', 'SingularMLMP3', 'SingularMLMultiPoleCF', 'SingularMultiPoleCF', 'Skew', 'SpecialCFCreator', 'SphericalHarmonicsCF', 'Sphericalharmonics', 'Sym', 'TET', 'TRIG', 'Trace', 'VERTEX', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'erf', 'exp', 'floor', 'log', 'pow', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan']
11
+ __all__ = ['BFI', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BlockBFI', 'BlockLFI', 'CELL', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'CompoundBFI', 'CompoundLFI', 'Conj', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'DifferentialOperator', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FiniteElement', 'GenerateL2ElementCode', 'H1FE', 'HCurlFE', 'HDivDivFE', 'HDivFE', 'HEX', 'Id', 'IfPos', 'IntegrationPoint', 'IntegrationRule', 'Inv', 'L2FE', 'LFI', 'LeviCivitaSymbol', 'LoggingCF', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'NODE_TYPE', 'NewtonCF', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PlaceholderCF', 'PointEvaluationFunctional', 'QUAD', 'SEGM', 'ScalarFE', 'SetPMLParameters', 'Skew', 'SpecialCFCreator', 'Sym', 'TET', 'TRIG', 'Trace', 'VERTEX', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'erf', 'exp', 'floor', 'log', 'pow', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan']
12
12
  class BFI:
13
13
  """
14
14
 
@@ -242,25 +242,6 @@ class BaseMappedIntegrationPoint:
242
242
  """
243
243
  Transformation of the mapped integration point
244
244
  """
245
- class BiotSavartCF(CoefficientFunction):
246
- def AddCurrent(self, sp: ngsolve.bla.Vec3D, ep: ngsolve.bla.Vec3D, j: complex, num: int = 100) -> None:
247
- ...
248
- def __init__(self, order: int, kappa: float, center: ngsolve.bla.Vec3D, scale: float = 1.0) -> None:
249
- ...
250
- class BiotSavartRegularMLCF(CoefficientFunction):
251
- def __init__(self, mp: BiotSavartSingularMLCF, center: ngsolve.bla.Vec3D, r: float, order: int = -1) -> None:
252
- ...
253
- @property
254
- def mlmp(self) -> ...:
255
- ...
256
- class BiotSavartSingularMLCF(CoefficientFunction):
257
- def CreateRegularExpansion(self, center: ngsolve.bla.Vec3D, r: float) -> ...:
258
- ...
259
- def __init__(self, center: ngsolve.bla.Vec3D, r: float, order: int = -1, kappa: float) -> None:
260
- ...
261
- @property
262
- def mlmp(self) -> SingularMLMP3:
263
- ...
264
245
  class CoefficientFunction:
265
246
  """
266
247
  A CoefficientFunction (CF) is some function defined on a mesh.
@@ -422,6 +403,12 @@ class CoefficientFunction:
422
403
  def __neg__(self) -> CoefficientFunction:
423
404
  ...
424
405
  @typing.overload
406
+ def __or__(self, cf: CoefficientFunction) -> CoefficientFunction:
407
+ ...
408
+ @typing.overload
409
+ def __or__(self, cf: ...) -> None:
410
+ ...
411
+ @typing.overload
425
412
  def __pow__(self, exponent: int) -> CoefficientFunction:
426
413
  ...
427
414
  @typing.overload
@@ -995,31 +982,6 @@ class PlaceholderCF(CoefficientFunction):
995
982
  class PointEvaluationFunctional:
996
983
  def Assemble(self) -> ngsolve.bla.SparseVector:
997
984
  ...
998
- class RegularMLMP:
999
- def Norm(self) -> float:
1000
- ...
1001
- def Print(self) -> None:
1002
- ...
1003
- def __str__(self) -> str:
1004
- ...
1005
- class RegularMLMultiPoleCF(CoefficientFunction):
1006
- def __init__(self, mp: SingularMLMultiPoleCF, center: ngsolve.bla.Vec3D, r: float, order: int = -1) -> None:
1007
- ...
1008
- @property
1009
- def mlmp(self) -> RegularMLMP:
1010
- ...
1011
- class RegularMultiPoleCF(CoefficientFunction):
1012
- def ShiftZ(self, arg0: float, arg1: RegularMultiPoleCF) -> None:
1013
- ...
1014
- def Spectrum(self, scaled: bool) -> ngsolve.bla.VectorD:
1015
- ...
1016
- def Transform(self, arg0: RegularMultiPoleCF) -> None:
1017
- ...
1018
- def __init__(self, order: int, kappa: float, center: ngsolve.bla.Vec3D, scale: float = 1.0) -> None:
1019
- ...
1020
- @property
1021
- def sh(self) -> Sphericalharmonics:
1022
- ...
1023
985
  class ScalarFE(FiniteElement):
1024
986
  """
1025
987
  a scalar-valued finite element
@@ -1072,60 +1034,6 @@ class ScalarFE(FiniteElement):
1072
1034
  mip : ngsolve.BaseMappedIntegrationPoint
1073
1035
  input mapped integration point
1074
1036
  """
1075
- class SingularMLMP:
1076
- def AddCharge(self, arg0: ngsolve.bla.Vec3D, arg1: complex) -> None:
1077
- ...
1078
- def AddDipole(self, arg0: ngsolve.bla.Vec3D, arg1: ngsolve.bla.Vec3D, arg2: complex) -> None:
1079
- ...
1080
- def Calc(self) -> None:
1081
- ...
1082
- def Norm(self) -> float:
1083
- ...
1084
- def Print(self) -> None:
1085
- ...
1086
- def __init__(self, arg0: ngsolve.bla.Vec3D, arg1: float, arg2: int, arg3: float) -> None:
1087
- ...
1088
- def __str__(self) -> str:
1089
- ...
1090
- class SingularMLMP3:
1091
- def AddCurrent(self, sp: ngsolve.bla.Vec3D, ep: ngsolve.bla.Vec3D, j: complex, num: int = 100) -> None:
1092
- ...
1093
- def Calc(self) -> None:
1094
- ...
1095
- def __init__(self, arg0: ngsolve.bla.Vec3D, arg1: float, arg2: int, arg3: float) -> None:
1096
- ...
1097
- class SingularMLMultiPoleCF(CoefficientFunction):
1098
- def CreateRegularExpansion(self, center: ngsolve.bla.Vec3D, r: float) -> ...:
1099
- ...
1100
- def __init__(self, center: ngsolve.bla.Vec3D, r: float, order: int = -1, kappa: float) -> None:
1101
- ...
1102
- @property
1103
- def mlmp(self) -> SingularMLMP:
1104
- ...
1105
- class SingularMultiPoleCF(CoefficientFunction):
1106
- def AddCharge(self, arg0: ngsolve.bla.Vec3D, arg1: complex) -> None:
1107
- ...
1108
- def AddDipole(self, arg0: ngsolve.bla.Vec3D, arg1: ngsolve.bla.Vec3D, arg2: complex) -> None:
1109
- ...
1110
- @typing.overload
1111
- def ShiftZ(self, arg0: float, arg1: RegularMultiPoleCF) -> None:
1112
- ...
1113
- @typing.overload
1114
- def ShiftZ(self, arg0: float, arg1: SingularMultiPoleCF) -> None:
1115
- ...
1116
- def Spectrum(self, scaled: bool) -> ngsolve.bla.VectorD:
1117
- ...
1118
- @typing.overload
1119
- def Transform(self, arg0: RegularMultiPoleCF) -> None:
1120
- ...
1121
- @typing.overload
1122
- def Transform(self, arg0: SingularMultiPoleCF) -> None:
1123
- ...
1124
- def __init__(self, order: int, kappa: float, center: ngsolve.bla.Vec3D, scale: float = 1.0) -> None:
1125
- ...
1126
- @property
1127
- def sh(self) -> Sphericalharmonics:
1128
- ...
1129
1037
  class SpecialCFCreator:
1130
1038
  def EdgeCurvature(self, dim: int) -> ...:
1131
1039
  """
@@ -1188,29 +1096,6 @@ class SpecialCFCreator:
1188
1096
  """
1189
1097
  local mesh-size (approximate element diameter) as CF
1190
1098
  """
1191
- class SphericalHarmonicsCF(CoefficientFunction):
1192
- def __init__(self, arg0: int) -> None:
1193
- ...
1194
- @property
1195
- def sh(self) -> Sphericalharmonics:
1196
- ...
1197
- class Sphericalharmonics:
1198
- def RotateY(self, arg0: float) -> None:
1199
- ...
1200
- def RotateZ(self, arg0: float) -> None:
1201
- ...
1202
- def __getitem__(self, arg0: tuple[int, int]) -> complex:
1203
- ...
1204
- def __setitem__(self, arg0: tuple[int, int], arg1: complex) -> None:
1205
- ...
1206
- @property
1207
- def coefs(self) -> ngsolve.bla.FlatVectorC:
1208
- """
1209
- coefficient vector
1210
- """
1211
- @property
1212
- def order(self) -> int:
1213
- ...
1214
1099
  def BlockBFI(bfi: BFI = 0, dim: int = 2, comp: int = 0) -> ...:
1215
1100
  """
1216
1101
  Block Bilinear Form Integrator
ngsolve/krylovspace.pyi CHANGED
@@ -35,7 +35,7 @@ class CGSolver(LinearSolver):
35
35
  ...
36
36
  class GMResSolver(LinearSolver):
37
37
  __firstlineno__: typing.ClassVar[int] = 740
38
- __static_attributes__: typing.ClassVar[tuple] = ('innerproduct', 'restart', 'iterations', 'norm')
38
+ __static_attributes__: typing.ClassVar[tuple] = ('innerproduct', 'norm', 'restart', 'iterations')
39
39
  name: typing.ClassVar[str] = 'GMRes'
40
40
  def _SolveImpl(self, rhs: ngsolve.la.BaseVector, sol: ngsolve.la.BaseVector):
41
41
  ...
@@ -43,7 +43,7 @@ class GMResSolver(LinearSolver):
43
43
  ...
44
44
  class LinearSolver(ngsolve.la.BaseMatrix):
45
45
  __firstlineno__: typing.ClassVar[int] = 50
46
- __static_attributes__: typing.ClassVar[tuple] = ('maxiter', 'callback', 'pre', 'sol', 'its', 'display', 'atol', 'residuals', 'callback_sol', 'plotrates', 'printrates', 'ress', '_final_residual', 'mat', 'clear_output', 'plt', 'iterations', 'fig', 'tol', 'ax')
46
+ __static_attributes__: typing.ClassVar[tuple] = ('plt', 'mat', 'callback', 'sol', '_final_residual', 'maxiter', 'printrates', 'atol', 'ress', 'residuals', 'tol', 'plotrates', 'fig', 'clear_output', 'display', 'ax', 'its', 'pre', 'iterations', 'callback_sol')
47
47
  name: typing.ClassVar[str] = 'LinearSolver'
48
48
  @staticmethod
49
49
  def Solve(*args, **kwargs):
@@ -73,7 +73,7 @@ class MinResSolver(LinearSolver):
73
73
  ...
74
74
  class QMRSolver(LinearSolver):
75
75
  __firstlineno__: typing.ClassVar[int] = 295
76
- __static_attributes__: typing.ClassVar[tuple] = ('pre2', 'ep')
76
+ __static_attributes__: typing.ClassVar[tuple] = ('ep', 'pre2')
77
77
  name: typing.ClassVar[str] = 'QMR'
78
78
  def _SolveImpl(self, rhs: ngsolve.la.BaseVector, sol: ngsolve.la.BaseVector):
79
79
  ...
ngsolve/ngslib.so CHANGED
Binary file
@@ -8,7 +8,7 @@ import typing
8
8
  __all__ = ['InnerProduct', 'Newton', 'NewtonMinimization', 'NewtonSolver', 'Norm', 'Projector', 'TimeFunction', 'sqrt']
9
9
  class NewtonSolver:
10
10
  __firstlineno__: typing.ClassVar[int] = 6
11
- __static_attributes__: typing.ClassVar[tuple] = ('inverse', 'lin_solver_args', 'rhs', 'a', 'w', 'lin_solver_cls', 'u', 'inv', 'freedofs', 'uh', 'r')
11
+ __static_attributes__: typing.ClassVar[tuple] = ('inverse', 'freedofs', 'w', 'lin_solver_cls', 'uh', 'lin_solver_args', 'r', 'u', 'rhs', 'a', 'inv')
12
12
  @staticmethod
13
13
  def Solve(*args, **kwargs):
14
14
  ...