ngsolve 6.2.2506__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2506.post38.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 (68) hide show
  1. netgen/include/bem_diffops.hpp +475 -0
  2. netgen/include/bspline.hpp +2 -0
  3. netgen/include/contact.hpp +4 -0
  4. netgen/include/h1lumping.hpp +6 -0
  5. netgen/include/kernels.hpp +653 -0
  6. netgen/include/mp_coefficient.hpp +20 -20
  7. netgen/include/mptools.hpp +625 -279
  8. netgen/include/potentialtools.hpp +2 -2
  9. netgen/include/recursive_pol.hpp +2 -2
  10. netgen/include/sparsematrix.hpp +1 -1
  11. netgen/libngbla.dylib +0 -0
  12. netgen/libngcomp.dylib +0 -0
  13. netgen/libngfem.dylib +0 -0
  14. netgen/libngla.dylib +0 -0
  15. netgen/libngsbem.dylib +0 -0
  16. netgen/libngsolve.dylib +0 -0
  17. netgen/libngstd.dylib +0 -0
  18. ngsolve/__init__.pyi +1 -1
  19. ngsolve/cmake/NGSolveConfig.cmake +1 -1
  20. ngsolve/config/__init__.pyi +6 -6
  21. ngsolve/config/config.py +5 -5
  22. ngsolve/config/config.pyi +6 -6
  23. ngsolve/demos/intro/cmagnet.py +19 -22
  24. ngsolve/directsolvers.pyi +1 -1
  25. ngsolve/krylovspace.pyi +2 -2
  26. ngsolve/nonlinearsolvers.pyi +1 -1
  27. ngsolve/solve.pyi +1 -1
  28. ngsolve/solve_implementation.pyi +1 -1
  29. ngsolve/timestepping.pyi +3 -3
  30. ngsolve/timing.pyi +1 -1
  31. {ngsolve-6.2.2506.dist-info → ngsolve-6.2.2506.post38.dev0.dist-info}/METADATA +2 -2
  32. {ngsolve-6.2.2506.dist-info → ngsolve-6.2.2506.post38.dev0.dist-info}/RECORD +68 -66
  33. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/Netgen.icns +0 -0
  34. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/bin/ngscxx +0 -0
  35. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/bin/ngsld +0 -0
  36. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/bin/ngsolve.tcl +0 -0
  37. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/bin/ngspy +0 -0
  38. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/beam.geo +0 -0
  39. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/beam.vol +0 -0
  40. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/chip.in2d +0 -0
  41. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/chip.vol +0 -0
  42. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/coil.geo +0 -0
  43. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/coil.vol +0 -0
  44. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/coilshield.geo +0 -0
  45. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/coilshield.vol +0 -0
  46. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/cube.geo +0 -0
  47. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/cube.vol +0 -0
  48. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
  49. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
  50. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d1_square.pde +0 -0
  51. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d2_chip.pde +0 -0
  52. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
  53. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d4_cube.pde +0 -0
  54. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d5_beam.pde +0 -0
  55. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d6_shaft.pde +0 -0
  56. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d7_coil.pde +0 -0
  57. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
  58. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
  59. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
  60. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/doubleglazing.vol +0 -0
  61. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
  62. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/shaft.geo +0 -0
  63. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/shaft.vol +0 -0
  64. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/square.in2d +0 -0
  65. {ngsolve-6.2.2506.data → ngsolve-6.2.2506.post38.dev0.data}/data/share/ngsolve/square.vol +0 -0
  66. {ngsolve-6.2.2506.dist-info → ngsolve-6.2.2506.post38.dev0.dist-info}/LICENSE +0 -0
  67. {ngsolve-6.2.2506.dist-info → ngsolve-6.2.2506.post38.dev0.dist-info}/WHEEL +0 -0
  68. {ngsolve-6.2.2506.dist-info → ngsolve-6.2.2506.post38.dev0.dist-info}/top_level.txt +0 -0
@@ -13,9 +13,9 @@
13
13
  namespace ngsbem
14
14
  {
15
15
 
16
- extern void AddChargeDensity (SingularMLMultiPole<Complex> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
16
+ extern void AddChargeDensity (SingularMLExpansion<Complex> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
17
17
 
18
- extern void AddCurrentDensity (SingularMLMultiPole<Vec<3,Complex>> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
18
+ extern void AddCurrentDensity (SingularMLExpansion<Vec<3,Complex>> & mp, shared_ptr<CoefficientFunction> current, ngcomp::Region reg);
19
19
 
20
20
  }
21
21
 
@@ -1544,7 +1544,7 @@ namespace ngfem
1544
1544
 
1545
1545
  if (mmax+1 > matA.Height() || nmax > matA.Width())
1546
1546
  {
1547
- for (double m = 0; m <= mmax; m++)
1547
+ for (int m = 0; m <= mmax; m++)
1548
1548
  {
1549
1549
  if (m > 0)
1550
1550
  y(m,m)=y(m-1,m-1)*u*sqrt((2*m-1.0)/(2*m));
@@ -1558,7 +1558,7 @@ namespace ngfem
1558
1558
  }
1559
1559
  else
1560
1560
  {
1561
- for (double m = 0; m <= mmax; m++)
1561
+ for (int m = 0; m <= mmax; m++)
1562
1562
  {
1563
1563
  if (m > 0)
1564
1564
  y(m,m)=y(m-1,m-1)*u*sqrt((2*m-1.0)/(2*m));
@@ -619,7 +619,7 @@ namespace ngla
619
619
 
620
620
 
621
621
  BaseMatrix::OperatorInfo GetOperatorInfo () const override
622
- { return { string("SparseMatrix")+typeid(TM).name(), this->Height(), this->Width() }; }
622
+ { return { string("SparseMatrix")+typeid(TM).name()+" (nze="+ToString(this->NZE())+")", this->Height(), this->Width() }; }
623
623
 
624
624
  virtual shared_ptr<BaseJacobiPrecond>
625
625
  CreateJacobiPrecond (shared_ptr<BitArray> inner) const override;
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 CHANGED
Binary file
netgen/libngsolve.dylib CHANGED
Binary file
netgen/libngstd.dylib CHANGED
Binary file
ngsolve/__init__.pyi CHANGED
@@ -219,7 +219,7 @@ TET: fem.ET # value = <ET.TET: 20>
219
219
  TRIG: fem.ET # value = <ET.TRIG: 10>
220
220
  VERTEX: fem.NODE_TYPE # value = <NODE_TYPE.VERTEX: 0>
221
221
  VOL: comp.VorB # value = <VorB.VOL: 0>
222
- __version__: str = '6.2.2506'
222
+ __version__: str = '6.2.2506-38-gc3cacfb0d'
223
223
  ds: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
224
224
  dx: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
225
225
  ngsglobals: comp.GlobalVariables # value = <ngsolve.comp.GlobalVariables object>
@@ -1,4 +1,4 @@
1
- set(PACKAGE_VERSION "6.2.2506")
1
+ set(PACKAGE_VERSION "6.2.2506-38-gc3cacfb0d")
2
2
  find_package(Netgen CONFIG REQUIRED HINTS
3
3
  ${CMAKE_CURRENT_LIST_DIR}
4
4
  ${CMAKE_CURRENT_LIST_DIR}/..
@@ -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'
28
- NGSOLVE_VERSION_GIT: str = 'v6.2.2506-0-ga28640189'
29
- NGSOLVE_VERSION_HASH: str = 'ga28640189'
27
+ NGSOLVE_VERSION: str = '6.2.2506-38-gc3cacfb0d'
28
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2506-38-gc3cacfb0d'
29
+ NGSOLVE_VERSION_HASH: str = 'gc3cacfb0d'
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'
34
- NGSOLVE_VERSION_TWEAK: str = '0'
33
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post38.dev0'
34
+ NGSOLVE_VERSION_TWEAK: str = '38'
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-0-ga28640189'
43
+ version: str = 'v6.2.2506-38-gc3cacfb0d'
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"
33
- NGSOLVE_VERSION_GIT = "v6.2.2506-0-ga28640189"
34
- NGSOLVE_VERSION_PYTHON = "6.2.2506"
32
+ NGSOLVE_VERSION = "6.2.2506-38-gc3cacfb0d"
33
+ NGSOLVE_VERSION_GIT = "v6.2.2506-38-gc3cacfb0d"
34
+ NGSOLVE_VERSION_PYTHON = "6.2.2506.post38.dev0"
35
35
 
36
36
  NGSOLVE_VERSION_MAJOR = "6"
37
37
  NGSOLVE_VERSION_MINOR = "2"
38
- NGSOLVE_VERSION_TWEAK = "0"
38
+ NGSOLVE_VERSION_TWEAK = "38"
39
39
  NGSOLVE_VERSION_PATCH = "2506"
40
- NGSOLVE_VERSION_HASH = "ga28640189"
40
+ NGSOLVE_VERSION_HASH = "gc3cacfb0d"
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'
30
- NGSOLVE_VERSION_GIT: str = 'v6.2.2506-0-ga28640189'
31
- NGSOLVE_VERSION_HASH: str = 'ga28640189'
29
+ NGSOLVE_VERSION: str = '6.2.2506-38-gc3cacfb0d'
30
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2506-38-gc3cacfb0d'
31
+ NGSOLVE_VERSION_HASH: str = 'gc3cacfb0d'
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'
36
- NGSOLVE_VERSION_TWEAK: str = '0'
35
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2506.post38.dev0'
36
+ NGSOLVE_VERSION_TWEAK: str = '38'
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-0-ga28640189'
45
+ version: str = 'v6.2.2506-38-gc3cacfb0d'
@@ -1,29 +1,26 @@
1
- from netgen.csg import *
1
+ from netgen.occ import *
2
2
  from ngsolve import *
3
3
 
4
4
 
5
5
  def MakeGeometry():
6
- geometry = CSGeometry()
7
- box = OrthoBrick(Pnt(-1,-1,-1),Pnt(2,1,2)).bc("outer")
8
-
9
- core = OrthoBrick(Pnt(0,-0.05,0),Pnt(0.8,0.05,1))- \
10
- OrthoBrick(Pnt(0.1,-1,0.1),Pnt(0.7,1,0.9))- \
11
- OrthoBrick(Pnt(0.5,-1,0.4),Pnt(1,1,0.6)).maxh(0.2).mat("core")
12
-
13
- coil = (Cylinder(Pnt(0.05,0,0), Pnt(0.05,0,1), 0.3) - \
14
- Cylinder(Pnt(0.05,0,0), Pnt(0.05,0,1), 0.15)) * \
15
- OrthoBrick (Pnt(-1,-1,0.3),Pnt(1,1,0.7)).maxh(0.2).mat("coil")
16
-
17
- geometry.Add ((box-core-coil).mat("air"))
18
- geometry.Add (core)
19
- geometry.Add (coil)
20
- return geometry
21
-
22
-
23
-
24
- ngmesh = MakeGeometry().GenerateMesh(maxh=0.5)
25
- ngmesh.Save("coil.vol")
26
- mesh = Mesh(ngmesh)
6
+ box = Box((-1,-1,-1), (2,1,2))
7
+ box.faces.name = "outer"
8
+ core = Box((0,-0.05,0), (0.8,0.05,1)) - \
9
+ Box((0.1,-1,0.1), (0.7,1,0.9)) - \
10
+ Box((0.5,-1,0.4), (1,1,0.6))
11
+ core.solids.name = "core"
12
+ core.solids.maxh = 0.03
13
+
14
+ coil = Cylinder((0.05,0,0.3), (0,0,1), 0.3, 0.4) - \
15
+ Cylinder((0.05,0,0.3), (0,0,1), 0.15, 0.4)
16
+ coil.solids.name = "coil"
17
+ air = box - core - coil
18
+ air.solids.name = "air"
19
+ return Glue([core, coil, air])
20
+
21
+
22
+
23
+ mesh = MakeGeometry().GenerateMesh(maxh=0.5)
27
24
 
28
25
  # curve elements for geometry approximation
29
26
  mesh.Curve(5)
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', 'a', 'lu')
12
+ __static_attributes__: typing.ClassVar[tuple] = ('freedofs', 'lu', 'fd', 'a')
13
13
  def Mult(self, x: ngsolve.la.BaseVector, y: ngsolve.la.BaseVector):
14
14
  ...
15
15
  def Update(self):
ngsolve/krylovspace.pyi CHANGED
@@ -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] = ('callback_sol', 'ax', 'maxiter', '_final_residual', 'sol', 'callback', 'atol', 'ress', 'display', 'residuals', 'iterations', 'mat', 'its', 'plotrates', 'pre', 'tol', 'clear_output', 'fig', 'plt', 'printrates')
46
+ __static_attributes__: typing.ClassVar[tuple] = ('pre', '_final_residual', 'fig', 'ress', 'iterations', 'tol', 'clear_output', 'plt', 'printrates', 'sol', 'residuals', 'display', 'ax', 'mat', 'maxiter', 'plotrates', 'its', 'callback_sol', 'callback', 'atol')
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
  ...
@@ -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] = ('freedofs', 'r', 'inv', 'lin_solver_cls', 'u', 'w', 'rhs', 'uh', 'a', 'lin_solver_args', 'inverse')
11
+ __static_attributes__: typing.ClassVar[tuple] = ('freedofs', 'u', 'inv', 'lin_solver_args', 'inverse', 'lin_solver_cls', 'rhs', 'uh', 'w', 'r', 'a')
12
12
  @staticmethod
13
13
  def Solve(*args, **kwargs):
14
14
  ...
ngsolve/solve.pyi CHANGED
@@ -7,7 +7,7 @@ import ngsolve.fem
7
7
  import typing
8
8
  __all__ = ['Draw', 'SetVisualization', 'Tcl_Eval']
9
9
  @typing.overload
10
- def Draw(cf: ngsolve.fem.CoefficientFunction, mesh: ngsolve.comp.Mesh, 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:
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
11
  """
12
12
  Parameters:
13
13
 
@@ -23,7 +23,7 @@ class Application:
23
23
  ...
24
24
  class Dirichlet:
25
25
  __firstlineno__: typing.ClassVar[int] = 15
26
- __static_attributes__: typing.ClassVar[tuple] = ('cf', 'region')
26
+ __static_attributes__: typing.ClassVar[tuple] = ('region', 'cf')
27
27
  def __init__(self, cf, region):
28
28
  ...
29
29
  class Equation:
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', 'time', 'gfu_old', '_lin_solver_cls', 'dt', '_lin_solver_args', 'c')
10
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_cls', 'bfmstar', '_lin_solver_args', 'dt', 'c', 'gfu_old', 'time')
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', 'time', 'gfu_old', '_lin_solver_cls', 'dt', '_lin_solver_args', 'c')
19
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_cls', 'bfmstar', '_lin_solver_args', 'dt', 'c', 'gfu_old', 'time')
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', 'time', 'gfa_old', 'gfu_old', '_lin_solver_cls', 'gfv_old', 'dt', '_lin_solver_args', 'c')
28
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_cls', 'bfmstar', '_lin_solver_args', 'gfa_old', 'dt', 'gfv_old', 'gfu_old', 'c', 'time')
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] = ('timings', 'timings_par', 'name')
35
+ __static_attributes__: typing.ClassVar[tuple] = ('timings', 'name', 'timings_par')
36
36
  def CompareTo(self, folder):
37
37
  """
38
38
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ngsolve
3
- Version: 6.2.2506
3
+ Version: 6.2.2506.post38.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
8
+ Requires-Dist: netgen-mesher==6.2.2506.post8.dev0
9
9
 
@@ -1,10 +1,10 @@
1
- netgen/libngbla.dylib,sha256=PCcC48Dlm7zN_IE0p-m7Fo0VliC6lzyWgrDg3OrPeIU,5957888
2
- netgen/libngcomp.dylib,sha256=oy2VKz2iNOsggC0J0eC1ITnQSXbicW62H-oO6dXzGek,43497520
3
- netgen/libngfem.dylib,sha256=kK8e__DOZa4BgDKHL6dK2xghz5wxtte5Y257P6OO6Tk,51714928
4
- netgen/libngla.dylib,sha256=cEvpCLxGMDXUBaVl9TScZat7CQD4icav-MoZatfW_nI,25641296
5
- netgen/libngsbem.dylib,sha256=oBirqum4-JElguv3qOt0UeEidISROmJCkedLpz069E4,8502160
6
- netgen/libngsolve.dylib,sha256=AA3A94zYXoV4eFgJ-HVl5SanxKQ9vxFzyFAXjob8Mek,940384
7
- netgen/libngstd.dylib,sha256=yH4A3nI2JuJh5yZQjY8fjUOTQWwKM4o8rPl-93gN7TA,940928
1
+ netgen/libngbla.dylib,sha256=y-pFJcyZxD0sUVVVDag6zNdCoXIa4fKXJF7O1ig90ZA,5957888
2
+ netgen/libngcomp.dylib,sha256=VWK6oyx8zn4-0-e-Qcl3tfIl7aktIIQh1TH6Vko0Y0I,43513584
3
+ netgen/libngfem.dylib,sha256=njMokG-EwOSDBQEJH77TQsumzrhrwUXCC0i98ncKcUE,51714304
4
+ netgen/libngla.dylib,sha256=VUuta7ikGn4MBGSORcdEbUf8pAFVncE9bakaN7E_aeg,25657840
5
+ netgen/libngsbem.dylib,sha256=t8TSMnCNjy6x5gx3t-LbNnlNToamBOYlMinhcasvPr8,8759600
6
+ netgen/libngsolve.dylib,sha256=zujUbyZaJLdiQv7UXDrFgFjsyBAAvZu4mC4okEVBZ8I,945120
7
+ netgen/libngstd.dylib,sha256=YnC8LDBhq0Wlxl-UITU_iOZ5WZ8G7qdI2Fx37nSQgaM,941792
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
@@ -12,12 +12,13 @@ netgen/include/basematrix.hpp,sha256=6YGW07HMH7F2JWXUKOwlGZ2ZvEoP7uCSGihdrzzKPag
12
12
  netgen/include/basevector.hpp,sha256=6UISVxCMw3kEzHzZmpOCdv9mLHlaWTR2AXLMbNNC6YQ,31108
13
13
  netgen/include/bdbequations.hpp,sha256=JPgzNFMfZeD56SgRGukVup7lEmT1O3lCTX0LdvHybpY,90406
14
14
  netgen/include/bdbintegrator.hpp,sha256=-KCvBBh8zZQ29tLiLIa28c6QWJBsN8xYC7K-NwEZhYw,47590
15
+ netgen/include/bem_diffops.hpp,sha256=ZPuCPiqrZcQj4w5BTkYJzOFTP33gC7ST7qh1AdvI-uM,16307
15
16
  netgen/include/bessel.hpp,sha256=-6k_a2bsoY1rWgLSUvQMfm92xVLnlB28CU6Qwryj-GI,25282
16
17
  netgen/include/bilinearform.hpp,sha256=MtWhAWFlTBHi8Se-i64-QDJYgus-8-rHyGg5URYZua0,30952
17
18
  netgen/include/bla.hpp,sha256=oPkojZCwoBdSVAmjH6yQ8PeCQMsUOahn8-xZ3PQQACc,493
18
19
  netgen/include/blockalloc.hpp,sha256=m7OLcsF3Kkm_jWnxQdzTAPeKDll-ASMU1bs_NQqXU0o,1985
19
20
  netgen/include/blockjacobi.hpp,sha256=VQ1UvT6guthHtL1KrSdwLL8SN5Rls8xKJEs7NOohXGo,9631
20
- netgen/include/bspline.hpp,sha256=OvH07aW7pCFkgsfxXJ56Sm1r0YDU8OKbkucLNDLkjyA,4131
21
+ netgen/include/bspline.hpp,sha256=5zFz-prMVTwRGl9jdnH8dvJLsoP2SlobB6rUfNAQc4Q,4214
21
22
  netgen/include/calcinverse.hpp,sha256=qVQxfA34JCJhdmZCdFMYqSWy_DVjNG4J_3OyhS2L4B8,3147
22
23
  netgen/include/cg.hpp,sha256=xsi2g1jnucFX5MWj02XI9Cz2cwlUShOUhMC1BvdroTg,7787
23
24
  netgen/include/chebyshev.hpp,sha256=PLxCtgIsZtRSuvcZWYeCkwchzcWJGdBJtNhcWbwLJH4,1179
@@ -32,7 +33,7 @@ netgen/include/comp.hpp,sha256=ltQjLwe-nxBCf35YShtEhIutW60_GvrPqYo6e2p_eYk,1873
32
33
  netgen/include/compatibility.hpp,sha256=51swaPT7oXmkSj3AUIXU2QT4NqmIkbk6oFzSH4bNs3A,773
33
34
  netgen/include/complex_wrapper.hpp,sha256=kxoIRqSvZSqt979L14iVBaNI2_ofIDphR1qFs83hgoI,1464
34
35
  netgen/include/compressedfespace.hpp,sha256=_zUtkixFMzdbqdG7v-0cBAqMMLZZw-vajLouCvzEx3w,3748
35
- netgen/include/contact.hpp,sha256=dFSfB2bS3xhkd6gGK8Y4X6Sz0ekvSziBPRu1kjwN6rQ,7833
36
+ netgen/include/contact.hpp,sha256=NDWbK7iMkANwTZrS0LsCbHJKo011cHPDG5UxQ-ku-uQ,8129
36
37
  netgen/include/diagonalmatrix.hpp,sha256=_P9pv36VUbh0WGuYtKlAHJv-SNVqg7PsGPwphbmWW_Y,5361
37
38
  netgen/include/differentialoperator.hpp,sha256=uUDW_sGO8prj3gtFv4CNkcpttAaeqYrr1fOWEYRsemI,9380
38
39
  netgen/include/diffop.hpp,sha256=w7IteI4MKRSX13M3u74BuPKBvZfD9gU_jjAVSJD8hW4,44359
@@ -67,7 +68,7 @@ netgen/include/h1hofefo.hpp,sha256=9wQDD_5zXMhlptPHZZzOUImFLkF0dZwYuYbLX1Ai2dA,4
67
68
  netgen/include/h1hofefo_impl.hpp,sha256=b9JSRP0tru-o5uJ_39WZwRJ9ibeU8jTtWpqsR1owT1M,4737
68
69
  netgen/include/h1hofespace.hpp,sha256=tbRkknufUMTf9qBIkRgxWiVYbmsXyLvPdjZOrxvF_cA,5000
69
70
  netgen/include/h1lofe.hpp,sha256=VqISJ-aK0aiAW7ymCxGF6LK1bDfIADU_7mvUxKkkdJg,34079
70
- netgen/include/h1lumping.hpp,sha256=eRodpAZKgp75o_82U6U3MQblw7R1-oamMU_Nth1lccE,809
71
+ netgen/include/h1lumping.hpp,sha256=B7X62dQSmeK3gT7nkxJNOrB_81VxV94pvHlnBIShI0I,1093
71
72
  netgen/include/hcurl_equations.hpp,sha256=rR29A0Wj24tvGJlvH8kW138z1dXaXsYMTnTxE_fxyBE,46874
72
73
  netgen/include/hcurlcurlfe.hpp,sha256=Cp8p9JnMx4bL5hFpAEIIgUX3_cygoYMEJfJnhYoBmYs,85533
73
74
  netgen/include/hcurlcurlfespace.hpp,sha256=sowpisLoGpoNCZybRwCGCCncbvDU-zyPeLl4ixCxl1c,2174
@@ -102,6 +103,7 @@ netgen/include/intrule.hpp,sha256=VSDdG7fpraQHY1eZFaKo7bLyfpwBjMM0Z2qJgcmYW3w,80
102
103
  netgen/include/intrules_SauterSchwab.hpp,sha256=1HiSgmdJHNoCp1ZYY7gNFPHdanepbGtay2YJrTaYHBg,650
103
104
  netgen/include/irspace.hpp,sha256=DcpkPMFKx5nDvfLfTWKmpYuLX-X5rBuWF8Ta9e__m-A,1508
104
105
  netgen/include/jacobi.hpp,sha256=hFhMn5Q46_DxHGofXV_or5VCTREslMvpccV7FZCAefE,4738
106
+ netgen/include/kernels.hpp,sha256=tqjNDYZqsjlJm3XbXXqK5Fmq40_ECGPNg6yPJmrcOHc,20479
105
107
  netgen/include/l2hofe.hpp,sha256=Qjg5jtkhx8cE1gUdoKslhKTqlUg9qbAbL8g4NTMCW2s,6650
106
108
  netgen/include/l2hofe_impl.hpp,sha256=-rWVybAL7QTkfNNXAz1tP4RYQcBuOVYLTZE3E502tuA,15848
107
109
  netgen/include/l2hofefo.hpp,sha256=sQhmfliTW2Ac_XLucufzbRdtSRr471i3qPFAMSByvU0,16592
@@ -112,8 +114,8 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
112
114
  netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
113
115
  netgen/include/meshaccess.hpp,sha256=j5dinD-8bVm18MkVqG9j-IhhZUHHXw3erdZy-LHxl-8,47133
114
116
  netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
115
- netgen/include/mp_coefficient.hpp,sha256=jCdi7GLIqg_Z-dJsNmEwoyKj9xr1dTvEenbCgwV6BWM,4905
116
- netgen/include/mptools.hpp,sha256=0DeQQazsoCqY3MpTxRc0SRrRx5isjyL2P4mfqv8zV2E,58669
117
+ netgen/include/mp_coefficient.hpp,sha256=AvH0tzkfqeOGZiydF2f0-M7vtW-29szci-9Krpl_Dow,4980
118
+ netgen/include/mptools.hpp,sha256=PIBiO1_z-DKPskD9LVSK_UptikVzIj057lPEyPOZ92g,70190
117
119
  netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
118
120
  netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
119
121
  netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
@@ -142,7 +144,7 @@ netgen/include/plateaufespace.hpp,sha256=H031F3WCIJNHx8HVmfUZJM7D46D9sWtV7pn5OIR
142
144
  netgen/include/pml.hpp,sha256=GM19mHCmme07y32MV80D2xULzPrZPG6u45ORn4W-uYU,7284
143
145
  netgen/include/pmltrafo.hpp,sha256=SrlOgJ4qmBST4uIjtl4VatEw5dsGrL1-7xSrXnuAPAg,19606
144
146
  netgen/include/postproc.hpp,sha256=kaMQUfm_kd5Q4E0C5NaXPv3XyZncgOjwnZrvNJIP39A,5192
145
- netgen/include/potentialtools.hpp,sha256=hYVH615PKTfFdU3_YJxbFYfbHVfIwAuMkkC1eHrhcWY,465
147
+ netgen/include/potentialtools.hpp,sha256=Js9DZrAHaAnQT61v0vFcd4RX6vYtxWbXsW4kueo8m9c,465
146
148
  netgen/include/precomp.hpp,sha256=R-xo8gpTBNlyaQ-vj12q-VZoGZMox0FM5IWF22zWmMA,1277
147
149
  netgen/include/preconditioner.hpp,sha256=RW6Bf782q38Bx77ia3Iz3gwR_q8bp2O0bpsMHYswPBQ,14166
148
150
  netgen/include/prolongation.hpp,sha256=_VUX2vzhcXOGPM1HnRBXkTKrNyXew72VWRnAnvFitF4,10927
@@ -150,7 +152,7 @@ netgen/include/python_comp.hpp,sha256=IVR8USVPy6hf1ZksUCUjvXcK7lcnyTpqzteR8a6Sbl
150
152
  netgen/include/python_fem.hpp,sha256=9-GoQrCprOReAgK9-v_X3NwGWJ229vmGjtwGI9td5GA,3072
151
153
  netgen/include/python_linalg.hpp,sha256=JBDn31Fq7yaOsMgtXQFJfrOd46A12XXpTWF8lPV3btQ,1703
152
154
  netgen/include/python_ngstd.hpp,sha256=Xh4Laie5rhhiDOqhWJAvita06hIx3gETbZCppVdWMF4,10417
153
- netgen/include/recursive_pol.hpp,sha256=IuvhQDWGHRjkY2PRnvPmUYhL5NGazTvMkrkoX6AMHfc,120333
155
+ netgen/include/recursive_pol.hpp,sha256=Tj3STxfSMttxtoqT7H6Hghi39rDgRFi9RldR126kNn4,120327
154
156
  netgen/include/recursive_pol_tet.hpp,sha256=axXeTNYOr6hQsYmdmcD_Ogh4XPQeOIVaD0ofKGkLuA8,9468
155
157
  netgen/include/recursive_pol_trig.hpp,sha256=_nH74Ls5-T_RzwzqH71tYRUhjCYJ47Yy5UmBEXUrLcg,10841
156
158
  netgen/include/reorderedfespace.hpp,sha256=yyGqCDgUMYTLnzr2s9eZBG61WCS5NAdRbHoFh-BjekQ,3004
@@ -161,7 +163,7 @@ netgen/include/simd_complex.hpp,sha256=1L_WGuaYlR_xQdMMC4o0_aBX484GqrLuShG7pHG4i
161
163
  netgen/include/smoother.hpp,sha256=hZAe15R6BU88hMfhcTM3-eclRgzmHJnPKgYYWol9Sx8,6643
162
164
  netgen/include/solve.hpp,sha256=OZQfkg6HN20eudQ4kkRSecr-miwV35NPEjAtoMcunG4,2034
163
165
  netgen/include/sparsecholesky.hpp,sha256=2HKM6aKO02YX32jxGna6CAjBBfeXvCsmPk4hoWZWIQk,8888
164
- netgen/include/sparsematrix.hpp,sha256=7YN50okcY5Lxipc43njHPKzzKZ_gLtMhwQB_Jsj99rE,32706
166
+ netgen/include/sparsematrix.hpp,sha256=3FCqp4zDtgi0CnrLdmmxzHiiub4jpIqg4yR1-eWQc8Q,32741
165
167
  netgen/include/sparsematrix_dyn.hpp,sha256=u9aWEYl6PhrevL9SPSXVE22_EIwIduDDvzY8xgIsw4Q,2656
166
168
  netgen/include/sparsematrix_impl.hpp,sha256=neN0xhP5nkT90B3U-u2uX2dgqU3l6m_zhsAihI8XtF0,30219
167
169
  netgen/include/special_matrix.hpp,sha256=1moUjxQ_uaS-GWrSbrbN4c8N3pDma9UpSaFqrNUXV80,16526
@@ -196,19 +198,19 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
196
198
  ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
197
199
  ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
198
200
  ngsolve/__init__.py,sha256=jiKgjpR98P6_MojCVJKnSRGkr1gbZ0fY3tdLCnoPLec,5472
199
- ngsolve/__init__.pyi,sha256=48ue8OEx_aKVHhGI2kHZ-t7C9B0JD09HimS0efr34_4,10755
201
+ ngsolve/__init__.pyi,sha256=MGeouR2lFNdB4ZxlELhaxjYOgBXKdnSqdJkrcsl55KI,10769
200
202
  ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
201
203
  ngsolve/bla.pyi,sha256=OUW3_fWDLkK9SiddZYBM2hG4BdMhlECDt4-tD0Rop5M,32946
202
204
  ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
203
205
  ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
204
206
  ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
205
- ngsolve/directsolvers.pyi,sha256=WTn4qURsgZYEjjGI0g8W9hRP7CbM3MuE66E-TUMtf3Q,683
207
+ ngsolve/directsolvers.pyi,sha256=13vlr7Iy-Wz6pNBbp976W1vVMXvR0GD1EVYo-p2XonE,683
206
208
  ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
207
209
  ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
208
210
  ngsolve/fem.pyi,sha256=dcOMb1taor7ubn_1lfN6QaGQEf1UaBqH5PaefBLxCR8,47768
209
211
  ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
210
212
  ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
211
- ngsolve/krylovspace.pyi,sha256=lBIJ7L7RtbPygbBGVW61ctF1ToJDgj_15dffEar8xLs,12801
213
+ ngsolve/krylovspace.pyi,sha256=uAX0hE0e_-ftmJtORr6T5uosBkjXBUsFSpoXumsao24,12801
212
214
  ngsolve/la.pyi,sha256=-VIVDOVe-LkRweT2iqbUEAo5zw1Jz1AyPSBz5ubhnIA,40180
213
215
  ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
214
216
  ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
@@ -216,31 +218,31 @@ ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
216
218
  ngsolve/ngslib.so,sha256=yR3TpFDgOrcJwGMQsrBzcXUIiksfw8d5pOs-leWjR2g,337288
217
219
  ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
218
220
  ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
219
- ngsolve/nonlinearsolvers.pyi,sha256=m2XNZzAiEIeCHt75kU9Y3AMaKl12jWE5p1qVoyvHAMM,4615
221
+ ngsolve/nonlinearsolvers.pyi,sha256=MRX84hp-dOch_LSMmyuk1uW418t0aliVj0JJ7BGhEeY,4615
220
222
  ngsolve/preconditioners.py,sha256=DLRUd9wQwxXUWL1wEBAbHQbWNp71qZYOFvH5Krfa834,239
221
223
  ngsolve/preconditioners.pyi,sha256=4wke-MV5DCmTvO25ivVOE7VFo9UTMCL64HLCOttMUTU,330
222
- ngsolve/solve.pyi,sha256=7XW343dSW7eOzaW5jQXuDskEBfwbCr6F7EUlqqQ7w3I,2943
224
+ ngsolve/solve.pyi,sha256=YDzLVDHo0HQrkoU32bzIahV2auR_XHO7b1Z07xB0rJE,2965
223
225
  ngsolve/solve_implementation.py,sha256=sX5NClaPmhRZFbIrUVN6Ld4lg1_D5QzxtQxynK_Qq8E,5056
224
- ngsolve/solve_implementation.pyi,sha256=1SqvKqxZaGh2AUygz7EtIeZq_maB1UwO9w_pFTa3lZA,2262
226
+ ngsolve/solve_implementation.pyi,sha256=1p9rB6kD6v9aUfIsP_XuQJ2vK3FjK9myay81jvlqYIQ,2262
225
227
  ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
226
228
  ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
227
229
  ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
228
- ngsolve/timestepping.pyi,sha256=O6MFY6E_YwgzLV6MMY81lgRx3XJV5la4jPO6oD6Q4UY,3174
230
+ ngsolve/timestepping.pyi,sha256=ckBjYLA9Rb6lG7lMwr4IvkeHWxHYD43E1bHIilDT1hs,3174
229
231
  ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
230
- ngsolve/timing.pyi,sha256=ZxEHtbKXpTguQs_QG6-x3ZM-EPXiLdNC4nazO2TpA0A,1920
232
+ ngsolve/timing.pyi,sha256=Hac0LAcdeW89RPEriVl7fAyDnGJZ_9XONWt5VI-On2M,1920
231
233
  ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
232
234
  ngsolve/utils.pyi,sha256=r-YcYpum6YYXWtyWSDM-5lxb7rAb5mcjS4hmA_B0dD0,13312
233
235
  ngsolve/webgui.py,sha256=EUhaOtWHZy80aLXhXbHwbCQVNjRSw-BAAE50cz7Ydaw,24313
234
- ngsolve/cmake/NGSolveConfig.cmake,sha256=MCxlstIocDY43kDqXwrTYg5K8YbNEyGey-nwVWDJN00,5093
236
+ ngsolve/cmake/NGSolveConfig.cmake,sha256=-PzVd39zt5FX-0OpSKNLo2k3KPjUQF-pP5C-lRB1KYI,5107
235
237
  ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
236
238
  ngsolve/cmake/ngsolve-targets.cmake,sha256=1cQTFW-4aJfY356XRcuslSbFClmwPOSS03bj3WL15iM,5637
237
239
  ngsolve/comp/__init__.pyi,sha256=5WI8goYbIm83AgxpNibcY4f28uQXZznzxvWobz2vclY,204450
238
240
  ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
239
241
  ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
240
- ngsolve/config/__init__.pyi,sha256=_3mlfniwZquq_9BOKFCYPJqZnoLscQRtp83AE9ZM3CY,2881
242
+ ngsolve/config/__init__.pyi,sha256=us4zAm3nhU_ydp2XyhhWVHV5CiGqdYchn_4EjFVLXQY,2910
241
243
  ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
242
- ngsolve/config/config.py,sha256=3pjCZo2PotmM5LAIkEgEJ0KIAXKNYny3jmmOB2SDtLA,2439
243
- ngsolve/config/config.pyi,sha256=1aH0IG6hU7mB1bebjc_plhnUx_qxRxkWKryaDgQsqSg,2862
244
+ ngsolve/config/config.py,sha256=C3BBsFSMJP1XOQVMTXB61zQ9_rt8XsxXM_9g_4jJyOU,2467
245
+ ngsolve/config/config.pyi,sha256=GM0S-U1HVaVL1XDNQwSIojUVEyELQzMfnyHumoT1Ym0,2891
244
246
  ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
245
247
  ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
246
248
  ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
@@ -262,7 +264,7 @@ ngsolve/demos/howto/timeDGlap.py,sha256=aJd9PgjYzKcogUrtwPKGlBte4JwQ46QK4DtxeCzK
262
264
  ngsolve/demos/howto/timeDGwave.py,sha256=jxFYC_7bot9oWQktE7Xzp4c3CqIyBDBy9SuQT_PjosA,1351
263
265
  ngsolve/demos/intro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
264
266
  ngsolve/demos/intro/adaptive.py,sha256=Sk74Vleedh3oo1kQLo0Zd6iKF7MqudG3DD8ei3zRH8s,3095
265
- ngsolve/demos/intro/cmagnet.py,sha256=a9kJLzrfm7IgWsRl4uZ7nsy8XaS66DP0wO086okyKt0,1599
267
+ ngsolve/demos/intro/cmagnet.py,sha256=KpE6GfYza5BQBoABloPnBWk4PVBcoeki_s0_1Otq5zw,1434
266
268
  ngsolve/demos/intro/elasticity.py,sha256=oSbNHD0NS_aEfYjaLmPu3v_k3V1At3K3IVH-5s0IQOw,1802
267
269
  ngsolve/demos/intro/navierstokes.py,sha256=RMLOslGZU8bJw4XhNLiJXMXjlX4GHn-JuqCCTU1nO8A,1742
268
270
  ngsolve/demos/intro/poisson.ipynb,sha256=z4GyZhvHnCxJtA1pB-f5CWjuRx6aUfJGdMF1xj9iBUA,3224
@@ -272,41 +274,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
272
274
  ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
273
275
  ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
274
276
  ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
275
- ngsolve-6.2.2506.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
276
- ngsolve-6.2.2506.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
277
- ngsolve-6.2.2506.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
278
- ngsolve-6.2.2506.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
279
- ngsolve-6.2.2506.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
280
- ngsolve-6.2.2506.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
281
- ngsolve-6.2.2506.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
282
- ngsolve-6.2.2506.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
283
- ngsolve-6.2.2506.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
284
- ngsolve-6.2.2506.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
285
- ngsolve-6.2.2506.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
286
- ngsolve-6.2.2506.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
287
- ngsolve-6.2.2506.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
288
- ngsolve-6.2.2506.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
289
- ngsolve-6.2.2506.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
290
- ngsolve-6.2.2506.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
291
- ngsolve-6.2.2506.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
292
- ngsolve-6.2.2506.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
293
- ngsolve-6.2.2506.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
294
- ngsolve-6.2.2506.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
295
- ngsolve-6.2.2506.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
296
- ngsolve-6.2.2506.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
297
- ngsolve-6.2.2506.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
298
- ngsolve-6.2.2506.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
299
- ngsolve-6.2.2506.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
300
- ngsolve-6.2.2506.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
301
- ngsolve-6.2.2506.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
302
- ngsolve-6.2.2506.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
303
- ngsolve-6.2.2506.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
304
- ngsolve-6.2.2506.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
305
- ngsolve-6.2.2506.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
306
- ngsolve-6.2.2506.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
307
- ngsolve-6.2.2506.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
308
- ngsolve-6.2.2506.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
309
- ngsolve-6.2.2506.dist-info/METADATA,sha256=ZCp5K6LgeENNeQiDqC0h1yeg_nsPPkaADigrXqC_zew,175
310
- ngsolve-6.2.2506.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
311
- ngsolve-6.2.2506.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
312
- ngsolve-6.2.2506.dist-info/RECORD,,
277
+ ngsolve-6.2.2506.post38.dev0.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
278
+ ngsolve-6.2.2506.post38.dev0.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
279
+ ngsolve-6.2.2506.post38.dev0.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
280
+ ngsolve-6.2.2506.post38.dev0.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
281
+ ngsolve-6.2.2506.post38.dev0.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
282
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
283
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
284
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
285
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
286
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
287
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
288
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
289
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
290
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
291
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
292
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
293
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
294
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
295
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
296
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
297
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
298
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
299
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
300
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
301
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
302
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
303
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
304
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
305
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
306
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
307
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
308
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
309
+ ngsolve-6.2.2506.post38.dev0.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
310
+ ngsolve-6.2.2506.post38.dev0.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
311
+ ngsolve-6.2.2506.post38.dev0.dist-info/METADATA,sha256=h2ASUaOodpJm6WbizAHSVI7ejwEEEg9qGnVBB25ZcIM,198
312
+ ngsolve-6.2.2506.post38.dev0.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
313
+ ngsolve-6.2.2506.post38.dev0.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
314
+ ngsolve-6.2.2506.post38.dev0.dist-info/RECORD,,