ngsolve 6.2.2406.post112.dev1__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2406.post145.dev1__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 (60) hide show
  1. netgen/include/coefficient_stdmath.hpp +14 -14
  2. netgen/include/hcurlcurlfespace.hpp +78 -0
  3. netgen/include/mptools.hpp +1 -1
  4. netgen/include/symbolicintegrator.hpp +26 -26
  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/libngstd.dylib +0 -0
  10. ngsolve/__init__.pyi +3 -3
  11. ngsolve/cmake/NGSolveConfig.cmake +1 -1
  12. ngsolve/config/__init__.pyi +6 -6
  13. ngsolve/config/config.py +5 -5
  14. ngsolve/config/config.pyi +6 -6
  15. ngsolve/config.py +5 -5
  16. ngsolve/directsolvers.pyi +1 -1
  17. ngsolve/krylovspace.pyi +2 -2
  18. ngsolve/la.pyi +8 -0
  19. ngsolve/nonlinearsolvers.pyi +1 -1
  20. ngsolve/timestepping.pyi +3 -3
  21. ngsolve/timing.pyi +1 -1
  22. ngsolve/utils.pyi +1 -1
  23. {ngsolve-6.2.2406.post112.dev1.dist-info → ngsolve-6.2.2406.post145.dev1.dist-info}/METADATA +2 -2
  24. {ngsolve-6.2.2406.post112.dev1.dist-info → ngsolve-6.2.2406.post145.dev1.dist-info}/RECORD +60 -59
  25. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/Netgen.icns +0 -0
  26. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/bin/ngscxx +0 -0
  27. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/bin/ngsld +0 -0
  28. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/bin/ngsolve.tcl +0 -0
  29. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/bin/ngspy +0 -0
  30. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/beam.geo +0 -0
  31. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/beam.vol +0 -0
  32. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/chip.in2d +0 -0
  33. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/chip.vol +0 -0
  34. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/coil.geo +0 -0
  35. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/coil.vol +0 -0
  36. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/coilshield.geo +0 -0
  37. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/coilshield.vol +0 -0
  38. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/cube.geo +0 -0
  39. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/cube.vol +0 -0
  40. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
  41. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
  42. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d1_square.pde +0 -0
  43. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d2_chip.pde +0 -0
  44. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
  45. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d4_cube.pde +0 -0
  46. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d5_beam.pde +0 -0
  47. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d6_shaft.pde +0 -0
  48. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d7_coil.pde +0 -0
  49. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
  50. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
  51. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
  52. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/doubleglazing.vol +0 -0
  53. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
  54. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/shaft.geo +0 -0
  55. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/shaft.vol +0 -0
  56. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/square.in2d +0 -0
  57. {ngsolve-6.2.2406.post112.dev1.data → ngsolve-6.2.2406.post145.dev1.data}/data/share/ngsolve/square.vol +0 -0
  58. {ngsolve-6.2.2406.post112.dev1.dist-info → ngsolve-6.2.2406.post145.dev1.dist-info}/LICENSE +0 -0
  59. {ngsolve-6.2.2406.post112.dev1.dist-info → ngsolve-6.2.2406.post145.dev1.dist-info}/WHEEL +0 -0
  60. {ngsolve-6.2.2406.post112.dev1.dist-info → ngsolve-6.2.2406.post145.dev1.dist-info}/top_level.txt +0 -0
@@ -111,46 +111,46 @@ struct GenericCeil {
111
111
 
112
112
 
113
113
  using std::sqrt;
114
- shared_ptr<CoefficientFunction> sqrt(shared_ptr<CoefficientFunction> x);
114
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> sqrt(shared_ptr<CoefficientFunction> x);
115
115
 
116
116
  using std::sin;
117
- shared_ptr<CoefficientFunction> sin(shared_ptr<CoefficientFunction> x);
117
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> sin(shared_ptr<CoefficientFunction> x);
118
118
 
119
119
  using std::cos;
120
- shared_ptr<CoefficientFunction> cos(shared_ptr<CoefficientFunction> x);
120
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> cos(shared_ptr<CoefficientFunction> x);
121
121
 
122
122
  using std::tan;
123
- shared_ptr<CoefficientFunction> tan(shared_ptr<CoefficientFunction> x);
123
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> tan(shared_ptr<CoefficientFunction> x);
124
124
 
125
125
  using std::asin;
126
- shared_ptr<CoefficientFunction> asin(shared_ptr<CoefficientFunction> x);
126
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> asin(shared_ptr<CoefficientFunction> x);
127
127
 
128
128
  using std::acos;
129
- shared_ptr<CoefficientFunction> acos(shared_ptr<CoefficientFunction> x);
129
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> acos(shared_ptr<CoefficientFunction> x);
130
130
 
131
131
  using std::atan;
132
- shared_ptr<CoefficientFunction> atan(shared_ptr<CoefficientFunction> x);
132
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> atan(shared_ptr<CoefficientFunction> x);
133
133
 
134
134
  using std::sinh;
135
- shared_ptr<CoefficientFunction> sinh(shared_ptr<CoefficientFunction> x);
135
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> sinh(shared_ptr<CoefficientFunction> x);
136
136
 
137
137
  using std::cosh;
138
- shared_ptr<CoefficientFunction> cosh(shared_ptr<CoefficientFunction> x);
138
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> cosh(shared_ptr<CoefficientFunction> x);
139
139
 
140
140
  using std::exp;
141
- shared_ptr<CoefficientFunction> exp(shared_ptr<CoefficientFunction> x);
141
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> exp(shared_ptr<CoefficientFunction> x);
142
142
 
143
143
  using std::log;
144
- shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x);
144
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x);
145
145
 
146
146
  using std::erf;
147
- shared_ptr<CoefficientFunction> erf(shared_ptr<CoefficientFunction> x);
147
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> erf(shared_ptr<CoefficientFunction> x);
148
148
 
149
149
  using std::floor;
150
- shared_ptr<CoefficientFunction> floor(shared_ptr<CoefficientFunction> x);
150
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> floor(shared_ptr<CoefficientFunction> x);
151
151
 
152
152
  using std::ceil;
153
- shared_ptr<CoefficientFunction> ceil(shared_ptr<CoefficientFunction> x);
153
+ NGS_DLL_HEADER shared_ptr<CoefficientFunction> ceil(shared_ptr<CoefficientFunction> x);
154
154
  }
155
155
 
156
156
 
@@ -0,0 +1,78 @@
1
+ #ifndef FILE_HCURLCURLFESPACE
2
+ #define FILE_HCURLCURLFESPACE
3
+
4
+
5
+ /*********************************************************************/
6
+ /* File: hcurlcurlfespace.h */
7
+ /* Author: Michael Neunteufel */
8
+ /* Date: 2018 */
9
+ /*********************************************************************/
10
+
11
+ #include "fespace.hpp"
12
+
13
+ namespace ngcomp
14
+ {
15
+
16
+ class HCurlCurlFESpace : public FESpace
17
+ {
18
+ size_t ndof;
19
+ Array<int> first_facet_dof;
20
+ Array<int> first_element_dof;
21
+ Array<int> first_edge_dof;
22
+ Array<IVec<1,int> > order_edge;
23
+ Array<IVec<2,int> > order_facet;
24
+ Array<IVec<3,int> > order_inner;
25
+
26
+ Array<bool> fine_facet;
27
+ Array<bool> fine_edges;
28
+
29
+
30
+ bool discontinuous;
31
+ bool issurfacespace;
32
+ int uniform_order_facet;
33
+ int uniform_order_inner;
34
+ int uniform_order_edge;
35
+
36
+ public:
37
+ HCurlCurlFESpace (shared_ptr<MeshAccess> ama, const Flags & flags, bool checkflags=false);
38
+
39
+ virtual string GetClassName () const override
40
+ {
41
+ return "HCurlCurlFESpace";
42
+ }
43
+ static DocInfo GetDocu ();
44
+
45
+ void Update() override;
46
+
47
+ virtual size_t GetNDof () const throw() override { return ndof; }
48
+
49
+ virtual void SetOrder (NodeId ni, int order) override;
50
+ virtual int GetOrder (NodeId ni) const override;
51
+
52
+ virtual FlatArray<VorB> GetDualShapeNodes (VorB vb) const override
53
+ {
54
+ static VorB nodes[] = { VOL, BND, BBND };
55
+ return FlatArray<VorB> (ma->GetDimension()-int(vb), &nodes[0]);
56
+ }
57
+
58
+ virtual FiniteElement & GetFE (ElementId ei, Allocator & alloc) const override;
59
+
60
+
61
+ virtual void GetVertexDofNrs (int vnr, Array<int> & dnums) const override
62
+ {
63
+ dnums.SetSize0();
64
+ }
65
+ virtual void GetEdgeDofNrs (int ednr, Array<int> & dnums) const override;
66
+
67
+ virtual void GetFaceDofNrs (int fanr, Array<int> & dnums) const override;
68
+ virtual void GetInnerDofNrs (int elnr, Array<int> & dnums) const override;
69
+
70
+ void GetDofNrs (ElementId ei, Array<int> & dnums) const override;
71
+
72
+ virtual void UpdateCouplingDofArray() override;
73
+
74
+ };
75
+
76
+ }
77
+
78
+ #endif
@@ -1276,7 +1276,7 @@ c
1276
1276
 
1277
1277
  for (int n = 0; n <= os; n++)
1278
1278
  hv1(n) = sh.Coef(n,0);
1279
- hv2 = trafo.Rows(ot+1) * hv1;
1279
+ hv2 = trafo.Rows(ot+1).Cols(os+1) * hv1;
1280
1280
  for (int n = 0; n <= ot; n++)
1281
1281
  target.SH().Coef(n,0) = hv2(n);
1282
1282
 
@@ -20,7 +20,7 @@ namespace ngcomp
20
20
  namespace ngfem
21
21
  {
22
22
 
23
- class ProxyFunction : public CoefficientFunction
23
+ class NGS_DLL_HEADER ProxyFunction : public CoefficientFunction
24
24
  {
25
25
  protected:
26
26
  shared_ptr<ngcomp::FESpace> fes;
@@ -44,7 +44,7 @@ protected:
44
44
  mutable shared_ptr<ProxyFunction> anti_dt;
45
45
  // int dim;
46
46
  public:
47
- NGS_DLL_HEADER ProxyFunction (shared_ptr<ngcomp::FESpace> afes,
47
+ ProxyFunction (shared_ptr<ngcomp::FESpace> afes,
48
48
  bool atestfunction, bool ais_complex,
49
49
  shared_ptr<DifferentialOperator> aevaluator,
50
50
  shared_ptr<DifferentialOperator> aderiv_evaluator,
@@ -61,7 +61,7 @@ public:
61
61
 
62
62
  string GetDescription () const override;
63
63
 
64
- NGS_DLL_HEADER virtual void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override;
64
+ void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override;
65
65
 
66
66
  const shared_ptr<DifferentialOperator> & Evaluator() const { return evaluator; }
67
67
  const shared_ptr<DifferentialOperator> & DerivEvaluator() const { return deriv_evaluator; }
@@ -70,19 +70,19 @@ public:
70
70
  const shared_ptr<DifferentialOperator> & TTraceEvaluator() const { return ttrace_evaluator; }
71
71
  const shared_ptr<DifferentialOperator> & TTraceDerivEvaluator() const { return ttrace_deriv_evaluator; }
72
72
 
73
- NGS_DLL_HEADER shared_ptr<ProxyFunction> Deriv() const;
74
- NGS_DLL_HEADER shared_ptr<ProxyFunction> Trace() const;
75
- NGS_DLL_HEADER shared_ptr<CoefficientFunction> Primary() const override
73
+ shared_ptr<ProxyFunction> Deriv() const;
74
+ shared_ptr<ProxyFunction> Trace() const;
75
+ shared_ptr<CoefficientFunction> Primary() const override
76
76
  { return primaryproxy; }
77
77
 
78
- NGS_DLL_HEADER shared_ptr<ProxyFunction> Dt() const;
79
- NGS_DLL_HEADER shared_ptr<ProxyFunction> AntiDt() const;
80
- NGS_DLL_HEADER int OrderDt() const;
78
+ shared_ptr<ProxyFunction> Dt() const;
79
+ shared_ptr<ProxyFunction> AntiDt() const;
80
+ int OrderDt() const;
81
81
 
82
82
 
83
- NGS_DLL_HEADER shared_ptr<ProxyFunction> Other(shared_ptr<CoefficientFunction> _boundary_values) const;
83
+ shared_ptr<ProxyFunction> Other(shared_ptr<CoefficientFunction> _boundary_values) const;
84
84
 
85
- NGS_DLL_HEADER const shared_ptr<CoefficientFunction> & BoundaryValues() const { return boundary_values; }
85
+ const shared_ptr<CoefficientFunction> & BoundaryValues() const { return boundary_values; }
86
86
 
87
87
  void SetAdditionalEvaluator (string name, shared_ptr<DifferentialOperator> diffop)
88
88
  {
@@ -101,10 +101,10 @@ public:
101
101
  return additional_diffops;
102
102
  }
103
103
 
104
- NGS_DLL_HEADER virtual shared_ptr<ProxyFunction> GetAdditionalProxy (string name) const;
104
+ virtual shared_ptr<ProxyFunction> GetAdditionalProxy (string name) const;
105
105
 
106
- NGS_DLL_HEADER shared_ptr<CoefficientFunction> Operator (const string & name) const override;
107
- NGS_DLL_HEADER shared_ptr<CoefficientFunction> Operator (shared_ptr<DifferentialOperator> diffop) const override;
106
+ shared_ptr<CoefficientFunction> Operator (const string & name) const override;
107
+ shared_ptr<CoefficientFunction> Operator (shared_ptr<DifferentialOperator> diffop) const override;
108
108
 
109
109
  const shared_ptr<ngcomp::FESpace> & GetFESpace() const { return fes; }
110
110
  void SetFESpace(shared_ptr<ngcomp::FESpace> fespace) { fes = fespace; }
@@ -118,44 +118,44 @@ public:
118
118
  return tmp(0);
119
119
  }
120
120
 
121
- NGS_DLL_HEADER virtual void Evaluate (const BaseMappedIntegrationPoint & ip,
121
+ virtual void Evaluate (const BaseMappedIntegrationPoint & ip,
122
122
  FlatVector<> result) const override;
123
123
 
124
- NGS_DLL_HEADER virtual void Evaluate (const BaseMappedIntegrationPoint & ip,
124
+ virtual void Evaluate (const BaseMappedIntegrationPoint & ip,
125
125
  FlatVector<Complex> result) const override;
126
126
 
127
- NGS_DLL_HEADER virtual void Evaluate (const BaseMappedIntegrationRule & ir,
127
+ virtual void Evaluate (const BaseMappedIntegrationRule & ir,
128
128
  BareSliceMatrix<> result) const override;
129
129
 
130
- NGS_DLL_HEADER virtual void Evaluate (const BaseMappedIntegrationRule & ir,
130
+ virtual void Evaluate (const BaseMappedIntegrationRule & ir,
131
131
  BareSliceMatrix<Complex> result) const override;
132
132
 
133
133
  // virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
134
134
  // AFlatMatrix<double> values) const;
135
135
 
136
- NGS_DLL_HEADER virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
136
+ virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
137
137
  BareSliceMatrix<SIMD<double>> values) const override;
138
- NGS_DLL_HEADER virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
138
+ virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
139
139
  BareSliceMatrix<SIMD<Complex>> values) const override;
140
140
 
141
141
  /*
142
- NGS_DLL_HEADER virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
142
+ virtual void Evaluate (const SIMD_BaseMappedIntegrationRule & ir,
143
143
  FlatArray<AFlatMatrix<double>*> input,
144
144
  AFlatMatrix<double> values) const override;
145
145
 
146
- NGS_DLL_HEADER virtual void EvaluateDeriv (const BaseMappedIntegrationRule & mir,
146
+ virtual void EvaluateDeriv (const BaseMappedIntegrationRule & mir,
147
147
  FlatMatrix<> result,
148
148
  FlatMatrix<> deriv) const override;
149
149
 
150
- NGS_DLL_HEADER virtual void EvaluateDDeriv (const BaseMappedIntegrationRule & mir,
150
+ virtual void EvaluateDDeriv (const BaseMappedIntegrationRule & mir,
151
151
  FlatMatrix<> result,
152
152
  FlatMatrix<> deriv,
153
153
  FlatMatrix<> dderiv) const override;
154
154
 
155
- NGS_DLL_HEADER virtual void EvaluateDeriv (const SIMD_BaseMappedIntegrationRule & ir,
155
+ virtual void EvaluateDeriv (const SIMD_BaseMappedIntegrationRule & ir,
156
156
  AFlatMatrix<double> values, AFlatMatrix<double> deriv) const override;
157
157
 
158
- NGS_DLL_HEADER virtual void EvaluateDDeriv (const SIMD_BaseMappedIntegrationRule & ir,
158
+ virtual void EvaluateDDeriv (const SIMD_BaseMappedIntegrationRule & ir,
159
159
  AFlatMatrix<double> values, AFlatMatrix<double> deriv,
160
160
  AFlatMatrix<double> dderiv) const override;
161
161
  */
@@ -217,7 +217,7 @@ public:
217
217
  // virtual bool ElementwiseConstant () const override{ return true; }
218
218
 
219
219
  // the old one, to be replaced
220
- NGS_DLL_HEADER void NonZeroPattern (const class ProxyUserData & ud,
220
+ void NonZeroPattern (const class ProxyUserData & ud,
221
221
  FlatVector<bool> nonzero,
222
222
  FlatVector<bool> nonzero_deriv,
223
223
  FlatVector<bool> nonzero_dderiv) const;
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/libngstd.dylib CHANGED
Binary file
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
92
91
  from ngsolve.fem import CoefficientFunction as CF
92
+ from ngsolve.fem import CoefficientFunction
93
93
  from ngsolve.fem import Cof
94
94
  from ngsolve.fem import CompoundBFI
95
95
  from ngsolve.fem import CompoundLFI
@@ -217,7 +217,7 @@ TET: fem.ET # value = <ET.TET: 20>
217
217
  TRIG: fem.ET # value = <ET.TRIG: 10>
218
218
  VERTEX: fem.NODE_TYPE # value = <NODE_TYPE.VERTEX: 0>
219
219
  VOL: comp.VorB # value = <VorB.VOL: 0>
220
- __version__: str = '6.2.2406-112-g6c1ab7fb2'
220
+ __version__: str = '6.2.2406-145-gb41675bcd'
221
221
  ds: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
222
222
  dx: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
223
223
  ngsglobals: comp.GlobalVariables # value = <ngsolve.comp.GlobalVariables object>
@@ -1,4 +1,4 @@
1
- set(PACKAGE_VERSION "6.2.2406-112-g6c1ab7fb2")
1
+ set(PACKAGE_VERSION "6.2.2406-145-gb41675bcd")
2
2
  find_package(Netgen CONFIG REQUIRED HINTS
3
3
  ${CMAKE_CURRENT_LIST_DIR}
4
4
  ${CMAKE_CURRENT_LIST_DIR}/..
@@ -23,14 +23,14 @@ NGSOLVE_INSTALL_DIR_INCLUDE: str = 'netgen/include'
23
23
  NGSOLVE_INSTALL_DIR_LIB: str = 'netgen'
24
24
  NGSOLVE_INSTALL_DIR_PYTHON: str = '.'
25
25
  NGSOLVE_INSTALL_DIR_RES: str = 'share'
26
- NGSOLVE_VERSION: str = '6.2.2406-112-g6c1ab7fb2'
27
- NGSOLVE_VERSION_GIT: str = 'v6.2.2406-112-g6c1ab7fb2'
28
- NGSOLVE_VERSION_HASH: str = 'g6c1ab7fb2'
26
+ NGSOLVE_VERSION: str = '6.2.2406-145-gb41675bcd'
27
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2406-145-gb41675bcd'
28
+ NGSOLVE_VERSION_HASH: str = 'gb41675bcd'
29
29
  NGSOLVE_VERSION_MAJOR: str = '6'
30
30
  NGSOLVE_VERSION_MINOR: str = '2'
31
31
  NGSOLVE_VERSION_PATCH: str = '2406'
32
- NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post112.dev1'
33
- NGSOLVE_VERSION_TWEAK: str = '112'
32
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post145.dev1'
33
+ NGSOLVE_VERSION_TWEAK: str = '145'
34
34
  USE_CCACHE: bool = True
35
35
  USE_HYPRE: bool = False
36
36
  USE_LAPACK: bool = True
@@ -39,4 +39,4 @@ USE_MUMPS: bool = False
39
39
  USE_PARDISO: bool = False
40
40
  USE_UMFPACK: bool = True
41
41
  is_python_package: bool = True
42
- version: str = 'v6.2.2406-112-g6c1ab7fb2'
42
+ version: str = 'v6.2.2406-145-gb41675bcd'
ngsolve/config/config.py CHANGED
@@ -30,15 +30,15 @@ NGSOLVE_INSTALL_DIR_INCLUDE = "netgen/include"
30
30
  NGSOLVE_INSTALL_DIR_CMAKE = "ngsolve/cmake"
31
31
  NGSOLVE_INSTALL_DIR_RES = "share"
32
32
 
33
- NGSOLVE_VERSION = "6.2.2406-112-g6c1ab7fb2"
34
- NGSOLVE_VERSION_GIT = "v6.2.2406-112-g6c1ab7fb2"
35
- NGSOLVE_VERSION_PYTHON = "6.2.2406.post112.dev1"
33
+ NGSOLVE_VERSION = "6.2.2406-145-gb41675bcd"
34
+ NGSOLVE_VERSION_GIT = "v6.2.2406-145-gb41675bcd"
35
+ NGSOLVE_VERSION_PYTHON = "6.2.2406.post145.dev1"
36
36
 
37
37
  NGSOLVE_VERSION_MAJOR = "6"
38
38
  NGSOLVE_VERSION_MINOR = "2"
39
- NGSOLVE_VERSION_TWEAK = "112"
39
+ NGSOLVE_VERSION_TWEAK = "145"
40
40
  NGSOLVE_VERSION_PATCH = "2406"
41
- NGSOLVE_VERSION_HASH = "g6c1ab7fb2"
41
+ NGSOLVE_VERSION_HASH = "gb41675bcd"
42
42
 
43
43
  CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
44
44
  CMAKE_CUDA_COMPILER = ""
ngsolve/config/config.pyi CHANGED
@@ -25,14 +25,14 @@ NGSOLVE_INSTALL_DIR_INCLUDE: str = 'netgen/include'
25
25
  NGSOLVE_INSTALL_DIR_LIB: str = 'netgen'
26
26
  NGSOLVE_INSTALL_DIR_PYTHON: str = '.'
27
27
  NGSOLVE_INSTALL_DIR_RES: str = 'share'
28
- NGSOLVE_VERSION: str = '6.2.2406-112-g6c1ab7fb2'
29
- NGSOLVE_VERSION_GIT: str = 'v6.2.2406-112-g6c1ab7fb2'
30
- NGSOLVE_VERSION_HASH: str = 'g6c1ab7fb2'
28
+ NGSOLVE_VERSION: str = '6.2.2406-145-gb41675bcd'
29
+ NGSOLVE_VERSION_GIT: str = 'v6.2.2406-145-gb41675bcd'
30
+ NGSOLVE_VERSION_HASH: str = 'gb41675bcd'
31
31
  NGSOLVE_VERSION_MAJOR: str = '6'
32
32
  NGSOLVE_VERSION_MINOR: str = '2'
33
33
  NGSOLVE_VERSION_PATCH: str = '2406'
34
- NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post112.dev1'
35
- NGSOLVE_VERSION_TWEAK: str = '112'
34
+ NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post145.dev1'
35
+ NGSOLVE_VERSION_TWEAK: str = '145'
36
36
  USE_CCACHE: bool = True
37
37
  USE_HYPRE: bool = False
38
38
  USE_LAPACK: bool = True
@@ -41,4 +41,4 @@ USE_MUMPS: bool = False
41
41
  USE_PARDISO: bool = False
42
42
  USE_UMFPACK: bool = True
43
43
  is_python_package: bool = True
44
- version: str = 'v6.2.2406-112-g6c1ab7fb2'
44
+ version: str = 'v6.2.2406-145-gb41675bcd'
ngsolve/config.py CHANGED
@@ -30,15 +30,15 @@ NGSOLVE_INSTALL_DIR_INCLUDE = "netgen/include"
30
30
  NGSOLVE_INSTALL_DIR_CMAKE = "ngsolve/cmake"
31
31
  NGSOLVE_INSTALL_DIR_RES = "share"
32
32
 
33
- NGSOLVE_VERSION = "6.2.2406-112-g6c1ab7fb2"
34
- NGSOLVE_VERSION_GIT = "v6.2.2406-112-g6c1ab7fb2"
35
- NGSOLVE_VERSION_PYTHON = "6.2.2406.post112.dev1"
33
+ NGSOLVE_VERSION = "6.2.2406-145-gb41675bcd"
34
+ NGSOLVE_VERSION_GIT = "v6.2.2406-145-gb41675bcd"
35
+ NGSOLVE_VERSION_PYTHON = "6.2.2406.post145.dev1"
36
36
 
37
37
  NGSOLVE_VERSION_MAJOR = "6"
38
38
  NGSOLVE_VERSION_MINOR = "2"
39
- NGSOLVE_VERSION_TWEAK = "112"
39
+ NGSOLVE_VERSION_TWEAK = "145"
40
40
  NGSOLVE_VERSION_PATCH = "2406"
41
- NGSOLVE_VERSION_HASH = "g6c1ab7fb2"
41
+ NGSOLVE_VERSION_HASH = "gb41675bcd"
42
42
 
43
43
  CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
44
44
  CMAKE_CUDA_COMPILER = ""
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] = ('lu', 'a', 'fd', 'freedofs')
12
+ __static_attributes__: typing.ClassVar[tuple] = ('freedofs', 'lu', 'a', 'fd')
13
13
  def Mult(self, x: ngsolve.la.BaseVector, y: ngsolve.la.BaseVector):
14
14
  ...
15
15
  def Update(self):
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] = ('iterations', 'innerproduct', 'norm', 'restart')
38
+ __static_attributes__: typing.ClassVar[tuple] = ('norm', 'iterations', 'restart', 'innerproduct')
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] = ('ress', 'sol', 'printrates', 'plotrates', 'iterations', 'mat', 'its', '_final_residual', 'display', 'clear_output', 'plt', 'residuals', 'atol', 'maxiter', 'pre', 'callback', 'callback_sol', 'ax', 'fig', 'tol')
46
+ __static_attributes__: typing.ClassVar[tuple] = ('its', 'sol', 'pre', 'atol', 'plotrates', 'plt', 'callback_sol', '_final_residual', 'fig', 'maxiter', 'callback', 'clear_output', 'residuals', 'display', 'iterations', 'ax', 'printrates', 'tol', 'ress', 'mat')
47
47
  name: typing.ClassVar[str] = 'LinearSolver'
48
48
  @staticmethod
49
49
  def Solve(*args, **kwargs):
ngsolve/la.pyi CHANGED
@@ -225,6 +225,10 @@ class BaseVector:
225
225
  ...
226
226
  def __add__(self, arg0: ...) -> ...:
227
227
  ...
228
+ def __buffer__(self, flags):
229
+ """
230
+ Return a buffer object that exposes the underlying memory of the object.
231
+ """
228
232
  @typing.overload
229
233
  def __getitem__(self, ind: int) -> typing.Any:
230
234
  """
@@ -280,6 +284,10 @@ class BaseVector:
280
284
  ...
281
285
  def __neg__(self) -> ...:
282
286
  ...
287
+ def __release_buffer__(self, buffer):
288
+ """
289
+ Release the buffer object that exposes the underlying memory of the object.
290
+ """
283
291
  def __repr__(self) -> str:
284
292
  ...
285
293
  @typing.overload
@@ -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] = ('lin_solver_cls', 'a', 'uh', 'inverse', 'lin_solver_args', 'w', 'r', 'u', 'rhs', 'inv', 'freedofs')
11
+ __static_attributes__: typing.ClassVar[tuple] = ('u', 'uh', 'a', 'inverse', 'rhs', 'lin_solver_args', 'inv', 'w', 'r', 'lin_solver_cls', 'freedofs')
12
12
  @staticmethod
13
13
  def Solve(*args, **kwargs):
14
14
  ...
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] = ('gfu_old', 'c', 'dt', '_lin_solver_args', '_lin_solver_cls', 'bfmstar', 'time')
10
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_args', 'bfmstar', 'gfu_old', 'dt', 'time', '_lin_solver_cls', '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] = ('gfu_old', 'c', 'dt', '_lin_solver_args', '_lin_solver_cls', 'bfmstar', 'time')
19
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_args', 'bfmstar', 'gfu_old', 'dt', 'time', '_lin_solver_cls', '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] = ('gfu_old', 'c', 'dt', '_lin_solver_args', '_lin_solver_cls', 'time', 'bfmstar', 'gfa_old', 'gfv_old')
28
+ __static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_args', 'gfa_old', 'bfmstar', 'gfu_old', 'dt', 'time', '_lin_solver_cls', 'c', 'gfv_old')
29
29
  def Integrate(self, u: ngsolve.comp.GridFunction, end_time: float, v: typing.Optional[ngsolve.comp.GridFunction] = None, a: typing.Optional[ngsolve.comp.GridFunction] = None, start_time: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None, callback: typing.Optional[typing.Callable] = None):
30
30
  ...
31
31
  def Step(self, u: ngsolve.comp.GridFunction, v: ngsolve.comp.GridFunction, a: ngsolve.comp.GridFunction, dt: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None):
ngsolve/timing.pyi CHANGED
@@ -32,7 +32,7 @@ class Timing:
32
32
 
33
33
  """
34
34
  __firstlineno__: typing.ClassVar[int] = 5
35
- __static_attributes__: typing.ClassVar[tuple] = ('name', 'timings_par', 'timings')
35
+ __static_attributes__: typing.ClassVar[tuple] = ('timings_par', 'name', 'timings')
36
36
  def CompareTo(self, folder):
37
37
  """
38
38
 
ngsolve/utils.pyi CHANGED
@@ -47,8 +47,8 @@ from ngsolve.comp import HDiv
47
47
  from ngsolve.comp import HDivDiv
48
48
  from ngsolve.comp import HDivDivSurface
49
49
  from ngsolve.comp import HDivSurface
50
- from ngsolve.comp import Hidden as PrivateSpace
51
50
  from ngsolve.comp import Hidden
51
+ from ngsolve.comp import Hidden as PrivateSpace
52
52
  from ngsolve.comp import Integral
53
53
  from ngsolve.comp import Integrate
54
54
  from ngsolve.comp import IntegrationRuleSpace
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ngsolve
3
- Version: 6.2.2406.post112.dev1
3
+ Version: 6.2.2406.post145.dev1
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.2406.post119.dev0
8
+ Requires-Dist: netgen-mesher==6.2.2406.post138.dev0
9
9
 
@@ -1,9 +1,9 @@
1
- netgen/libngbla.dylib,sha256=zxEyfRyLgz5dhJxf01b0mHGo6oVTb-KiaNpuQ4CgfAE,5293520
2
- netgen/libngcomp.dylib,sha256=xpCCTi3V5pvTRGvrGy5pGrx07k5d-OwWnyLAfaJzlDM,43431552
3
- netgen/libngfem.dylib,sha256=h7dkUtnxR5U_Bc0HayZmPD8p7WyeoXuFm-nRN3dZ4Ik,50981152
4
- netgen/libngla.dylib,sha256=VJpvRby5UAUZZXDAdKWibAacePkMwdguJdifo6xoIS4,24997104
1
+ netgen/libngbla.dylib,sha256=FJyZEmtu2xP5nR_zLAk1AuhLQmigIlsWD_WN-r--Veg,5293520
2
+ netgen/libngcomp.dylib,sha256=ISvr-vMqp9U4OpFfBKfLu3SmgfPcpxefbk8QmDHHgPQ,43431552
3
+ netgen/libngfem.dylib,sha256=SdeN8iTZNfFWEen_iT5aALGvtkoDFKKV4dqmKOw3LP0,50981152
4
+ netgen/libngla.dylib,sha256=r3qHBaq2siHrqcK3snNqYTmRLjhxDDODZYCtTHAMxbc,24998384
5
5
  netgen/libngsolve.dylib,sha256=c18RnoPQscU376dKHwWaCI7kQGZWxGgeLTBWEJRN00Q,940848
6
- netgen/libngstd.dylib,sha256=qg8mQ-2mR399ISq9l_KnhC0NofSXfSYfegqej4xWuec,940928
6
+ netgen/libngstd.dylib,sha256=ME1uWRQmFbEzmeU3PtviMEtilTAcMdMEyyybaJoGpDc,940928
7
7
  netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
8
8
  netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
9
9
  netgen/include/basematrix.hpp,sha256=6YGW07HMH7F2JWXUKOwlGZ2ZvEoP7uCSGihdrzzKPag,28634
@@ -24,7 +24,7 @@ netgen/include/clapack.h,sha256=L4LpLccbz12_DRpi4EWnBcEVmx_9ZXi2zddkFAcxhc4,3760
24
24
  netgen/include/code_generation.hpp,sha256=n95bVkO9Oo2cZK0Lqc7X230P_c1wpjTOUHkTFcZlsF0,8241
25
25
  netgen/include/coefficient.hpp,sha256=jKlGmi9U9IsM3tggkfbMBJ449_bnPdpjJtLGs1oTmuI,72245
26
26
  netgen/include/coefficient_impl.hpp,sha256=MHjnAXTyoScfrjOxxFH1bzLd6-xQ6-AzyxHiK6wNfA0,269
27
- netgen/include/coefficient_stdmath.hpp,sha256=JmuaBgZ-aQfeYNFA-e6rgfl2t82iu9fiTzXyHWFKvIY,5086
27
+ netgen/include/coefficient_stdmath.hpp,sha256=SQOKujzmwGluewWbsajj8MEWq78SaK-a3zKnOMoDqQc,5282
28
28
  netgen/include/commutingAMG.hpp,sha256=LhzsAxEWCbDGmjRTVXWfUghbvcPtBr2vJdkI41qqfRA,2578
29
29
  netgen/include/comp.hpp,sha256=ltQjLwe-nxBCf35YShtEhIutW60_GvrPqYo6e2p_eYk,1873
30
30
  netgen/include/compatibility.hpp,sha256=51swaPT7oXmkSj3AUIXU2QT4NqmIkbk6oFzSH4bNs3A,773
@@ -67,6 +67,7 @@ netgen/include/h1lofe.hpp,sha256=ekgMNT9_becmxGZ2sP5OrUYHXvyEjbi5x6sG3ZWOl2U,338
67
67
  netgen/include/h1lumping.hpp,sha256=eRodpAZKgp75o_82U6U3MQblw7R1-oamMU_Nth1lccE,809
68
68
  netgen/include/hcurl_equations.hpp,sha256=P4wVs_awgLleesiC0VrltUY_2GjD_nr7JYZmO3AuqC0,46074
69
69
  netgen/include/hcurlcurlfe.hpp,sha256=Gvt0lJvqI0iAVPbG_MK1MEz_ZtyhyiqNnlAum9yw0h8,84494
70
+ netgen/include/hcurlcurlfespace.hpp,sha256=sowpisLoGpoNCZybRwCGCCncbvDU-zyPeLl4ixCxl1c,2174
70
71
  netgen/include/hcurlfe.hpp,sha256=7EHEExBJqgnqGRpEcjxsmCthbggc95DOVhSgujcIxcM,9436
71
72
  netgen/include/hcurlfe_utils.hpp,sha256=s5je9yM9f4-84aDG2Q_lw1k-yv4hHZz620pCj53b1LQ,1862
72
73
  netgen/include/hcurlhdiv_dshape.hpp,sha256=LZqc44PutCROUAUfYUV9jTChMYTh6VkTVeoUH-cVR1c,33252
@@ -107,7 +108,7 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
107
108
  netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
108
109
  netgen/include/meshaccess.hpp,sha256=7K6OgV987dOd-LRlJ5MGLeIjA6VSnfeE3I-hQximURU,47061
109
110
  netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
110
- netgen/include/mptools.hpp,sha256=x648LHEJ0rDtxsqx9UfxbtkwkvpP2B8ZafpeTmMfsI8,63304
111
+ netgen/include/mptools.hpp,sha256=AXOecmi7jDGK7vbiEsk8ABG0sDHTSU4WUbuieGLiKEY,63315
111
112
  netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
112
113
  netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
113
114
  netgen/include/mumpsinverse.hpp,sha256=4Qxhc55Que7_InsdC7R0GXv4NPub4DG5LVjYWrnuiQU,4043
@@ -162,7 +163,7 @@ netgen/include/specialelement.hpp,sha256=iiQaIE-cHbwGX014jET8k-rfb8k1GT6Gs_vsMIB
162
163
  netgen/include/statushandler.hpp,sha256=Lh0Cevr7xnEoFW4QhTlNzEq9brpneGGmjAbv9o1kotY,646
163
164
  netgen/include/stringops.hpp,sha256=QiiQAFqB87FhxuMO_sigJU7L6FHfE3ebBy-cngouf_U,262
164
165
  netgen/include/superluinverse.hpp,sha256=FDSnHdTbVFDsFPF6B56IZJPDQKZx4fp2OubRQjE5_TU,3165
165
- netgen/include/symbolicintegrator.hpp,sha256=6pCvIJbJ3MO524jYscdRtD5c85gvzkMnERSNXG8YYss,36387
166
+ netgen/include/symbolicintegrator.hpp,sha256=7bk-m6p8KVEo9wi6zRBCjhq7iDnEsDuWj-qF4Q6W6rI,36019
166
167
  netgen/include/symmetricmatrix.hpp,sha256=YNzHHV9TWt3O-f1l6VAcFeml-KwIUQgMXcBco_Dt0MY,2810
167
168
  netgen/include/tangentialfacetfe.hpp,sha256=qCh6qYnPd_5PEYdEiLmx6-VrIPMJMBaR1UZ44EVk6IM,7267
168
169
  netgen/include/tangentialfacetfespace.hpp,sha256=B0xCNiZKTc16-3eHqbyi0ahQAtyGDoEPn1Gm6mHjOkA,3092
@@ -189,50 +190,50 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
189
190
  ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
190
191
  ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
191
192
  ngsolve/__init__.py,sha256=a7H55_pjvXNxMOArqZDBiViFS-n3YpJDP_LTsyoT-3A,5238
192
- ngsolve/__init__.pyi,sha256=ko4PRnYzpfxgonxkVF15hHbq7bGY3h4TFqpM2_8GgLU,10643
193
+ ngsolve/__init__.pyi,sha256=n_XV35Fg23dxh7ELvID-62mtQL9Mcp1taRAE4dWZOHs,10643
193
194
  ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
194
195
  ngsolve/bla.pyi,sha256=EwWVd13Rkdj9-K6zKOQcBLGigtDJHjkQ88R1ODAAtpY,32526
195
196
  ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
196
197
  ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
197
- ngsolve/config.py,sha256=9S3Lf5KYrg3943g31pjsqlSGS-4kvxd_6xkEpkm9S6Q,2501
198
+ ngsolve/config.py,sha256=MPGRw5hS4lc7fDLhSzkBkbm3AbM5c5iivvycXItByWI,2501
198
199
  ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
199
- ngsolve/directsolvers.pyi,sha256=ue5vxG78pNAFR3i30eBbigMZKojCdMwHM4fVDMsD-1M,683
200
+ ngsolve/directsolvers.pyi,sha256=6ZQcHYRcJSDL0t9Dvd8R6LT_jIwGtJlYnEAUjtfASag,683
200
201
  ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
201
202
  ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
202
203
  ngsolve/fem.pyi,sha256=kSdiMxIrXdzAPFbhB-fMgBFsNFIfK9QOtTnBCgStyg0,50243
203
204
  ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
204
205
  ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
205
- ngsolve/krylovspace.pyi,sha256=v-EzRRStezg93GDXQclGV47QcC-l8yXl7Xa5pIGLuKg,12801
206
- ngsolve/la.pyi,sha256=ZyXuaMNRkRgMLkfhaHSrroLiUU-WMTpMU4B3dXPmKZw,39860
206
+ ngsolve/krylovspace.pyi,sha256=M8WhSeQcfpQ9BZrwkG9HGWLo9cNVIOSoevOZLLo1SxA,12801
207
+ ngsolve/la.pyi,sha256=RJi-B5Hz6FatlQiwCjK063JboAwWatS_ZvKv6zOfdBQ,40148
207
208
  ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
208
209
  ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
209
210
  ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
210
211
  ngsolve/ngslib.so,sha256=12mJzhYN47MRcx9CCccsCBgQnQ3dqZxqAoRwpsQIry4,337176
211
212
  ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
212
213
  ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
213
- ngsolve/nonlinearsolvers.pyi,sha256=EsLyLdEWWpLOSgfJ4n-M-rtzUns9tCYXHXT4vVztyYk,4615
214
+ ngsolve/nonlinearsolvers.pyi,sha256=sSB8tyjOUOhfy17yLWRFl5AnmGXOA3JZ9moO-jpSBow,4615
214
215
  ngsolve/preconditioners.py,sha256=WSr3vnxskLHgnlwFVYpSyWJFpvrDUK6_30tATiBB5V8,208
215
216
  ngsolve/preconditioners.pyi,sha256=ebfRkcIpoXqwhmb1ahR5wZMs87XMMPfF5t6n0jkCJ_g,290
216
217
  ngsolve/solve.pyi,sha256=7XW343dSW7eOzaW5jQXuDskEBfwbCr6F7EUlqqQ7w3I,2943
217
218
  ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
218
219
  ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
219
220
  ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
220
- ngsolve/timestepping.pyi,sha256=ZbErtDlukgrw3BF2xPNbhjMpmr-KSkk64SZr48OiYcg,3174
221
+ ngsolve/timestepping.pyi,sha256=LWSk_e-183fsfF3K6hfNZ7fWfp_uiQ6EzUBo0uU2DOU,3174
221
222
  ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
222
- ngsolve/timing.pyi,sha256=Ry-J2c2nGjzvRBwyexqK-EVX3pu-5sLHRTOsoDEbWNw,1920
223
+ ngsolve/timing.pyi,sha256=g4Tu7Ki9JSWD4MAj4u1wE0xvKcqdId1puUIePrxVtwo,1920
223
224
  ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
224
- ngsolve/utils.pyi,sha256=6W1-M3ub5881ZjkEDhCE773BwcDAMaZkk8xT-UOXR6M,13731
225
+ ngsolve/utils.pyi,sha256=si810Oc7DjYJHepgTOEweiHWmsSBhfFwSQOF6y10DL8,13731
225
226
  ngsolve/webgui.py,sha256=8qoosw4lRj0dx2or9PthkrixQ_1JXLwul2HvV3kDrz0,24226
226
- ngsolve/cmake/NGSolveConfig.cmake,sha256=AncOhdpjHhhfs9LArEtd53uzhgujkO6xMW7ocQX8ZDo,5228
227
+ ngsolve/cmake/NGSolveConfig.cmake,sha256=e7MtkSgfbQBiwzeVMfcAzJ27Fj3jgKTD0U68HLdp4r8,5228
227
228
  ngsolve/cmake/ngsolve-targets-release.cmake,sha256=nMntuQpzqLTlVDB6b6P-ImLBZfFa4USlrHMz_TpGMCY,2986
228
229
  ngsolve/cmake/ngsolve-targets.cmake,sha256=DsDUqn52_zo3Ebz9_WLs4tlCrtsg6RzvYhllj_TzYdY,5706
229
230
  ngsolve/comp/__init__.pyi,sha256=SyFKqtXENo1EHSu5bL0OIhjGMLFx0UoqiwXmYDzN2NU,202389
230
231
  ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
231
232
  ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
232
- ngsolve/config/__init__.pyi,sha256=E68UzaP5Hl_0FgY6UotPW5PbhWX5_52Ou3D-UGrBKVM,2884
233
+ ngsolve/config/__init__.pyi,sha256=rRz7Vl-ttVKlDbnSDMgIVL1aoBpNAP7Hmaws8oc2QRE,2884
233
234
  ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
234
- ngsolve/config/config.py,sha256=9S3Lf5KYrg3943g31pjsqlSGS-4kvxd_6xkEpkm9S6Q,2501
235
- ngsolve/config/config.pyi,sha256=2zTK58xC4YAAPZp-w7dnjPBOBec7jx06FJiZo3Yv-RA,2865
235
+ ngsolve/config/config.py,sha256=MPGRw5hS4lc7fDLhSzkBkbm3AbM5c5iivvycXItByWI,2501
236
+ ngsolve/config/config.pyi,sha256=PkBcqRnzP5XwVe-Fpx2Tb_3q9a51JCZM39xYfDy8jZc,2865
236
237
  ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
237
238
  ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
238
239
  ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
@@ -264,41 +265,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
264
265
  ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
265
266
  ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
266
267
  ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
267
- ngsolve-6.2.2406.post112.dev1.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
268
- ngsolve-6.2.2406.post112.dev1.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
269
- ngsolve-6.2.2406.post112.dev1.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
270
- ngsolve-6.2.2406.post112.dev1.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
271
- ngsolve-6.2.2406.post112.dev1.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
272
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
273
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
274
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
275
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
276
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
277
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
278
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
279
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
280
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
281
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
282
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
283
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
284
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
285
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
286
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
287
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
288
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
289
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
290
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
291
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
292
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
293
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
294
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
295
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
296
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
297
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
298
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
299
- ngsolve-6.2.2406.post112.dev1.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
300
- ngsolve-6.2.2406.post112.dev1.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
301
- ngsolve-6.2.2406.post112.dev1.dist-info/METADATA,sha256=LmNLF1QEwqTsv2et4pff33kuYB-u-xcqu3iDTRc7R3Y,201
302
- ngsolve-6.2.2406.post112.dev1.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
303
- ngsolve-6.2.2406.post112.dev1.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
304
- ngsolve-6.2.2406.post112.dev1.dist-info/RECORD,,
268
+ ngsolve-6.2.2406.post145.dev1.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
269
+ ngsolve-6.2.2406.post145.dev1.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
270
+ ngsolve-6.2.2406.post145.dev1.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
271
+ ngsolve-6.2.2406.post145.dev1.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
272
+ ngsolve-6.2.2406.post145.dev1.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
273
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
274
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
275
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
276
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
277
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
278
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
279
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
280
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
281
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
282
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
283
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
284
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
285
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
286
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
287
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
288
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
289
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
290
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
291
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
292
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
293
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
294
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
295
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
296
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
297
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
298
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
299
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
300
+ ngsolve-6.2.2406.post145.dev1.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
301
+ ngsolve-6.2.2406.post145.dev1.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
302
+ ngsolve-6.2.2406.post145.dev1.dist-info/METADATA,sha256=qKHbegYzuDRwVl1934FXvobwGubbT5CDgNCVlcy5r-E,201
303
+ ngsolve-6.2.2406.post145.dev1.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
304
+ ngsolve-6.2.2406.post145.dev1.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
305
+ ngsolve-6.2.2406.post145.dev1.dist-info/RECORD,,