ngsolve 6.2.2501.post83.dev1__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2502.post11.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.
- netgen/include/facetfespace.hpp +2 -0
- netgen/include/fespace.hpp +4 -2
- netgen/include/mptools.hpp +318 -85
- netgen/include/ngblas.hpp +14 -0
- netgen/include/potentialtools.hpp +20 -0
- netgen/include/prolongation.hpp +143 -1
- netgen/include/python_ngstd.hpp +1 -0
- netgen/include/sparsecholesky.hpp +1 -1
- netgen/include/sparsematrix_impl.hpp +71 -5
- netgen/include/tangentialfacetfespace.hpp +7 -22
- netgen/include/tensor.hpp +1 -1
- netgen/libngbla.dylib +0 -0
- netgen/libngcomp.dylib +0 -0
- netgen/libngfem.dylib +0 -0
- netgen/libngla.dylib +0 -0
- netgen/libngstd.dylib +0 -0
- ngsolve/__init__.pyi +2 -2
- ngsolve/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/comp/__init__.pyi +11 -1
- ngsolve/config/__init__.pyi +7 -7
- ngsolve/config/config.py +6 -6
- ngsolve/config/config.pyi +7 -7
- ngsolve/directsolvers.pyi +1 -1
- ngsolve/fem.pyi +33 -1
- ngsolve/krylovspace.pyi +2 -2
- ngsolve/nonlinearsolvers.pyi +1 -1
- ngsolve/timestepping.pyi +3 -3
- ngsolve/utils.pyi +7 -2
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/RECORD +66 -65
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/top_level.txt +0 -0
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] = ('
|
|
38
|
+
__static_attributes__: typing.ClassVar[tuple] = ('innerproduct', 'restart', 'iterations', 'norm')
|
|
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] = ('
|
|
46
|
+
__static_attributes__: typing.ClassVar[tuple] = ('maxiter', 'callback', 'pre', 'sol', 'its', 'display', 'atol', 'residuals', 'callback_sol', 'plotrates', 'printrates', 'ress', '_final_residual', 'mat', 'clear_output', 'plt', 'iterations', 'fig', 'tol', 'ax')
|
|
47
47
|
name: typing.ClassVar[str] = 'LinearSolver'
|
|
48
48
|
@staticmethod
|
|
49
49
|
def Solve(*args, **kwargs):
|
ngsolve/nonlinearsolvers.pyi
CHANGED
|
@@ -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] = ('
|
|
11
|
+
__static_attributes__: typing.ClassVar[tuple] = ('inverse', 'lin_solver_args', 'rhs', 'a', 'w', 'lin_solver_cls', 'u', 'inv', 'freedofs', 'uh', 'r')
|
|
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] = ('
|
|
10
|
+
__static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_args', '_lin_solver_cls', 'dt', 'bfmstar', 'gfu_old', 'c', '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] = ('
|
|
19
|
+
__static_attributes__: typing.ClassVar[tuple] = ('_lin_solver_args', '_lin_solver_cls', 'dt', 'bfmstar', 'gfu_old', 'c', '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] = ('
|
|
28
|
+
__static_attributes__: typing.ClassVar[tuple] = ('gfv_old', '_lin_solver_args', '_lin_solver_cls', 'gfa_old', 'dt', 'bfmstar', '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/utils.pyi
CHANGED
|
@@ -3,6 +3,7 @@ from netgen import TimeFunction
|
|
|
3
3
|
from ngsolve.bla import Norm
|
|
4
4
|
import ngsolve.comp
|
|
5
5
|
from ngsolve.comp import APhiHCurlAMG
|
|
6
|
+
from ngsolve.comp import AddCurrentDensity
|
|
6
7
|
from ngsolve.comp import Array_N6ngcomp13COUPLING_TYPEE_S
|
|
7
8
|
from ngsolve.comp import BDDCPreconditioner
|
|
8
9
|
from ngsolve.comp import BDDCPreconditioner_complex
|
|
@@ -47,8 +48,8 @@ from ngsolve.comp import HDiv
|
|
|
47
48
|
from ngsolve.comp import HDivDiv
|
|
48
49
|
from ngsolve.comp import HDivDivSurface
|
|
49
50
|
from ngsolve.comp import HDivSurface
|
|
50
|
-
from ngsolve.comp import Hidden
|
|
51
51
|
from ngsolve.comp import Hidden as PrivateSpace
|
|
52
|
+
from ngsolve.comp import Hidden
|
|
52
53
|
from ngsolve.comp import Integral
|
|
53
54
|
from ngsolve.comp import Integrate
|
|
54
55
|
from ngsolve.comp import IntegrationRuleSpace
|
|
@@ -126,6 +127,9 @@ from ngsolve.fem import BFI
|
|
|
126
127
|
from ngsolve.fem import BSpline
|
|
127
128
|
from ngsolve.fem import BSpline2D
|
|
128
129
|
from ngsolve.fem import BaseMappedIntegrationPoint
|
|
130
|
+
from ngsolve.fem import BiotSavartCF
|
|
131
|
+
from ngsolve.fem import BiotSavartRegularMLCF
|
|
132
|
+
from ngsolve.fem import BiotSavartSingularMLCF
|
|
129
133
|
from ngsolve.fem import BlockBFI
|
|
130
134
|
from ngsolve.fem import BlockLFI
|
|
131
135
|
from ngsolve.fem import CacheCF
|
|
@@ -174,6 +178,7 @@ from ngsolve.fem import RegularMultiPoleCF
|
|
|
174
178
|
from ngsolve.fem import ScalarFE
|
|
175
179
|
from ngsolve.fem import SetPMLParameters
|
|
176
180
|
from ngsolve.fem import SingularMLMP
|
|
181
|
+
from ngsolve.fem import SingularMLMP3
|
|
177
182
|
from ngsolve.fem import SingularMLMultiPoleCF
|
|
178
183
|
from ngsolve.fem import SingularMultiPoleCF
|
|
179
184
|
from ngsolve.fem import Skew
|
|
@@ -202,7 +207,7 @@ from ngsolve.fem import sqrt
|
|
|
202
207
|
from ngsolve.fem import tan
|
|
203
208
|
from ngsolve.ngstd import IntRange
|
|
204
209
|
from pyngcore.pyngcore import Timer
|
|
205
|
-
__all__ = ['APhiHCurlAMG', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BFI', 'BND', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BilinearForm', 'BlockBFI', 'BlockLFI', 'BndElementId', 'BoundaryFromVolumeCF', 'CELL', 'COUPLING_TYPE', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'ComponentGridFunction', 'CompoundBFI', 'CompoundLFI', 'Compress', 'CompressCompound', 'Conj', 'ConstantCF', 'ContactBoundary', 'ConvertOperator', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'Deviator', 'DifferentialOperator', 'DifferentialSymbol', 'Discontinuous', 'DomainConstantCF', 'DualProxyFunction', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementId', 'ElementRange', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FiniteElement', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GenerateL2ElementCode', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'Grad', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1FE', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HCurlFE', 'HDiv', 'HDivDiv', 'HDivDivFE', 'HDivDivSurface', 'HDivFE', 'HDivSurface', 'HEX', 'Hidden', 'Id', 'IfPos', 'IntRange', 'Integral', 'Integrate', 'IntegrationPoint', 'IntegrationRule', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'Inv', 'KSpaceCoeffs', 'L2', 'L2FE', 'LFI', 'Laplace', 'LeviCivitaSymbol', 'LinearForm', 'LocalPreconditioner', 'LoggingCF', 'Mass', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'MultiGridPreconditioner', 'NGS_Object', 'NODE_TYPE', 'Neumann', 'NewtonCF', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'Norm', 'NormalFacetFESpace', 'NormalFacetSurface', 'Normalize', 'NumberSpace', 'ORDER_POLICY', 'OuterProduct', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PatchwiseSolve', 'Periodic', 'PlaceholderCF', 'PlateauFESpace', 'PointEvaluationFunctional', 'Preconditioner', 'PrivateSpace', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'PyCof', 'PyCross', 'PyDet', 'PyId', 'PyInv', 'PySkew', 'PySym', 'PyTrace', 'QUAD', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'RegularMLMP', 'RegularMLMultiPoleCF', 'RegularMultiPoleCF', 'Reorder', 'SEGM', 'ScalarFE', 'SetHeapSize', 'SetPMLParameters', 'SetTestoutFile', 'SingularMLMP', 'SingularMLMultiPoleCF', 'SingularMultiPoleCF', 'Skew', 'Source', 'SpecialCFCreator', 'SphericalHarmonicsCF', 'Sphericalharmonics', 'SumOfIntegrals', 'SurfaceL2', 'Sym', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'TimeFunction', 'Timer', 'ToArchive', 'Trace', 'Transfer2StdMesh', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'VectorFacet', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'curl', 'div', 'ds', 'dt', 'dx', 'erf', 'exp', 'floor', 'grad', 'log', 'ngsglobals', 'pml', 'pow', 'printonce', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan', 'x', 'y', 'z']
|
|
210
|
+
__all__ = ['APhiHCurlAMG', 'AddCurrentDensity', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BFI', 'BND', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BilinearForm', 'BiotSavartCF', 'BiotSavartRegularMLCF', 'BiotSavartSingularMLCF', 'BlockBFI', 'BlockLFI', 'BndElementId', 'BoundaryFromVolumeCF', 'CELL', 'COUPLING_TYPE', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'ComponentGridFunction', 'CompoundBFI', 'CompoundLFI', 'Compress', 'CompressCompound', 'Conj', 'ConstantCF', 'ContactBoundary', 'ConvertOperator', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'Deviator', 'DifferentialOperator', 'DifferentialSymbol', 'Discontinuous', 'DomainConstantCF', 'DualProxyFunction', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementId', 'ElementRange', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FiniteElement', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GenerateL2ElementCode', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'Grad', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1FE', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HCurlFE', 'HDiv', 'HDivDiv', 'HDivDivFE', 'HDivDivSurface', 'HDivFE', 'HDivSurface', 'HEX', 'Hidden', 'Id', 'IfPos', 'IntRange', 'Integral', 'Integrate', 'IntegrationPoint', 'IntegrationRule', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'Inv', 'KSpaceCoeffs', 'L2', 'L2FE', 'LFI', 'Laplace', 'LeviCivitaSymbol', 'LinearForm', 'LocalPreconditioner', 'LoggingCF', 'Mass', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'MultiGridPreconditioner', 'NGS_Object', 'NODE_TYPE', 'Neumann', 'NewtonCF', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'Norm', 'NormalFacetFESpace', 'NormalFacetSurface', 'Normalize', 'NumberSpace', 'ORDER_POLICY', 'OuterProduct', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PatchwiseSolve', 'Periodic', 'PlaceholderCF', 'PlateauFESpace', 'PointEvaluationFunctional', 'Preconditioner', 'PrivateSpace', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'PyCof', 'PyCross', 'PyDet', 'PyId', 'PyInv', 'PySkew', 'PySym', 'PyTrace', 'QUAD', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'RegularMLMP', 'RegularMLMultiPoleCF', 'RegularMultiPoleCF', 'Reorder', 'SEGM', 'ScalarFE', 'SetHeapSize', 'SetPMLParameters', 'SetTestoutFile', 'SingularMLMP', 'SingularMLMP3', 'SingularMLMultiPoleCF', 'SingularMultiPoleCF', 'Skew', 'Source', 'SpecialCFCreator', 'SphericalHarmonicsCF', 'Sphericalharmonics', 'SumOfIntegrals', 'SurfaceL2', 'Sym', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'TimeFunction', 'Timer', 'ToArchive', 'Trace', 'Transfer2StdMesh', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'VectorFacet', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'curl', 'div', 'ds', 'dt', 'dx', 'erf', 'exp', 'floor', 'grad', 'log', 'ngsglobals', 'pml', 'pow', 'printonce', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan', 'x', 'y', 'z']
|
|
206
211
|
def ConstantCF(val):
|
|
207
212
|
...
|
|
208
213
|
def Deviator(mat):
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ngsolve
|
|
3
|
-
Version: 6.2.
|
|
3
|
+
Version: 6.2.2502.post11.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.
|
|
8
|
+
Requires-Dist: netgen-mesher==6.2.2502.post3.dev0
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
netgen/libngbla.dylib,sha256=
|
|
2
|
-
netgen/libngcomp.dylib,sha256=
|
|
3
|
-
netgen/libngfem.dylib,sha256=
|
|
4
|
-
netgen/libngla.dylib,sha256=
|
|
1
|
+
netgen/libngbla.dylib,sha256=ROsxyELWUq-ehpOq1sAiNN7RWeop-l5sipWvcJwtb6Y,5309904
|
|
2
|
+
netgen/libngcomp.dylib,sha256=_yTLEjtybzJmc73t5obak9l-iLcV7SFYsduDS40XJuQ,43822176
|
|
3
|
+
netgen/libngfem.dylib,sha256=szuzywJzN92HC0dHwJM65G_f9emi9DCoq_3tE2OLQKY,52191840
|
|
4
|
+
netgen/libngla.dylib,sha256=NQD1VhJHvmo1SHMGs8i084gXxaXpT4VPqIIHbVhr_iQ,25445344
|
|
5
5
|
netgen/libngsolve.dylib,sha256=XowzwDGYno-bUWF0sxjQQPKQHVGRymxbN_mEi1PXwg0,940384
|
|
6
|
-
netgen/libngstd.dylib,sha256=
|
|
6
|
+
netgen/libngstd.dylib,sha256=ILfDN57VKFn8PliY4AcZ5uJJqaAEVGEvkzg8deAQy4Q,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
|
|
@@ -47,13 +47,13 @@ netgen/include/elementtransformation.hpp,sha256=PDLQsfkVyDkA7L4hLBOBTSimd3a-E-06
|
|
|
47
47
|
netgen/include/evalfunc.hpp,sha256=J0v1ACrYTkQDAxsklPUJYhv-fPjHIUDqvzlZoCucAqg,10019
|
|
48
48
|
netgen/include/expr.hpp,sha256=z4p2M3u6TfB32Lqj05HJ5Q2EGEt-xW1IikhCQfPuzuY,45129
|
|
49
49
|
netgen/include/facetfe.hpp,sha256=h1vCg8GhJAvxvVgt15MuhA8MXOwvVahZaWB5__PhCDs,4920
|
|
50
|
-
netgen/include/facetfespace.hpp,sha256=
|
|
50
|
+
netgen/include/facetfespace.hpp,sha256=1vXyL3r6FkZTLSwYw-zWdJTddyF4m27Taqdt26E0c6U,4739
|
|
51
51
|
netgen/include/facethofe.hpp,sha256=-ks3RV2WUrPgQ0ElYIM7h7t0Mwvu6MIGiW1bCIeHtSc,3701
|
|
52
52
|
netgen/include/facetsurffespace.hpp,sha256=3FTy--cwUqVFZqF9MAaK78aRSIHWQUgOvSjPr-YvN1Y,2409
|
|
53
53
|
netgen/include/fe_interfaces.hpp,sha256=gWxTH8E-g3RgDfLG7kkggKUIBC_zWefOaJPpYFBiiDI,822
|
|
54
54
|
netgen/include/fem.hpp,sha256=xXxfiwpi3EW3jJZtWE9WxRJm9htSaivfKhCbD2_ToBo,2094
|
|
55
55
|
netgen/include/fesconvert.hpp,sha256=WL-icGOUDl2edBG6QoI1MCohKibLqPVFuaTzyAenIb0,560
|
|
56
|
-
netgen/include/fespace.hpp,sha256=
|
|
56
|
+
netgen/include/fespace.hpp,sha256=tRyAbXR5q3-X-gYt-Sgy46ZiSA3n3bBJeQBCoR-x-1I,47056
|
|
57
57
|
netgen/include/finiteelement.hpp,sha256=yGHVHO5GJqHCnEcvyNwtXZHFRhebVTdaBfM96jlIppg,9145
|
|
58
58
|
netgen/include/globalinterfacespace.hpp,sha256=JMRw_B8kfWRAlhZglT0IH9fFvcQbHZgF1T0tnIuszsM,2719
|
|
59
59
|
netgen/include/globalspace.hpp,sha256=Hjzmz9zaUuKVSkduBYVr6zbRHV503wK2vdFL6Vxr_fY,3964
|
|
@@ -109,13 +109,13 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
|
|
|
109
109
|
netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
|
|
110
110
|
netgen/include/meshaccess.hpp,sha256=7K6OgV987dOd-LRlJ5MGLeIjA6VSnfeE3I-hQximURU,47061
|
|
111
111
|
netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
|
|
112
|
-
netgen/include/mptools.hpp,sha256=
|
|
112
|
+
netgen/include/mptools.hpp,sha256=wKhsu0KYu7lYVCj3F9fTHslYQX0y6tO38UbVusXkQWU,37539
|
|
113
113
|
netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
|
|
114
114
|
netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
|
|
115
115
|
netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
|
|
116
116
|
netgen/include/mycomplex.hpp,sha256=8xKKByk_qMMCvDAl-Wg5wN_Y8A1eCGxe8sWowWdG0co,7662
|
|
117
117
|
netgen/include/ng_lapack.hpp,sha256=1sH75a5q-ja2lbGU450tiX-z1KPkerMV5ftjzUg4Inc,48408
|
|
118
|
-
netgen/include/ngblas.hpp,sha256=
|
|
118
|
+
netgen/include/ngblas.hpp,sha256=ArfhQ60ahMUgo6voSK8Z3EHxPJhfT0BZT-mBgNGGNus,42769
|
|
119
119
|
netgen/include/ngs_defines.hpp,sha256=bGB_MsAq5tvNml55sklzLjGkzLuH3ZHCPCriS8zM7yM,686
|
|
120
120
|
netgen/include/ngs_stdcpp_include.hpp,sha256=RUjXe5YfnAIBDg8jInLBw7DXu5AYvrkja3EFhMBa5fY,2551
|
|
121
121
|
netgen/include/ngs_utils.hpp,sha256=qoXJBajujUW35GXix_olD7C7S3xWUeOcQ23kIF_hjXw,3144
|
|
@@ -138,13 +138,14 @@ netgen/include/plateaufespace.hpp,sha256=H031F3WCIJNHx8HVmfUZJM7D46D9sWtV7pn5OIR
|
|
|
138
138
|
netgen/include/pml.hpp,sha256=GM19mHCmme07y32MV80D2xULzPrZPG6u45ORn4W-uYU,7284
|
|
139
139
|
netgen/include/pmltrafo.hpp,sha256=SrlOgJ4qmBST4uIjtl4VatEw5dsGrL1-7xSrXnuAPAg,19606
|
|
140
140
|
netgen/include/postproc.hpp,sha256=kaMQUfm_kd5Q4E0C5NaXPv3XyZncgOjwnZrvNJIP39A,5192
|
|
141
|
+
netgen/include/potentialtools.hpp,sha256=Qzp_Kz2I5brS9vW0gvizQ1HCDpw5v0YsfoF3k815Ves,335
|
|
141
142
|
netgen/include/precomp.hpp,sha256=R-xo8gpTBNlyaQ-vj12q-VZoGZMox0FM5IWF22zWmMA,1277
|
|
142
143
|
netgen/include/preconditioner.hpp,sha256=AAU4RjzjJDslSWoomyid1MIpWqBq1uwr7XWPmn3jrGQ,14028
|
|
143
|
-
netgen/include/prolongation.hpp,sha256=
|
|
144
|
+
netgen/include/prolongation.hpp,sha256=_VUX2vzhcXOGPM1HnRBXkTKrNyXew72VWRnAnvFitF4,10927
|
|
144
145
|
netgen/include/python_comp.hpp,sha256=IVR8USVPy6hf1ZksUCUjvXcK7lcnyTpqzteR8a6Sblw,3464
|
|
145
146
|
netgen/include/python_fem.hpp,sha256=9-GoQrCprOReAgK9-v_X3NwGWJ229vmGjtwGI9td5GA,3072
|
|
146
147
|
netgen/include/python_linalg.hpp,sha256=JBDn31Fq7yaOsMgtXQFJfrOd46A12XXpTWF8lPV3btQ,1703
|
|
147
|
-
netgen/include/python_ngstd.hpp,sha256=
|
|
148
|
+
netgen/include/python_ngstd.hpp,sha256=Xh4Laie5rhhiDOqhWJAvita06hIx3gETbZCppVdWMF4,10417
|
|
148
149
|
netgen/include/recursive_pol.hpp,sha256=MMAekAd0GWvVK8csJnWBh9mo_8_SxoKyxGlbfWyt4ok,118743
|
|
149
150
|
netgen/include/recursive_pol_tet.hpp,sha256=axXeTNYOr6hQsYmdmcD_Ogh4XPQeOIVaD0ofKGkLuA8,9468
|
|
150
151
|
netgen/include/recursive_pol_trig.hpp,sha256=_nH74Ls5-T_RzwzqH71tYRUhjCYJ47Yy5UmBEXUrLcg,10841
|
|
@@ -155,10 +156,10 @@ netgen/include/shapefunction_utils.hpp,sha256=Zz78vzdgIeMA_5iYG1GTGP3ZKbbThDqbMz
|
|
|
155
156
|
netgen/include/simd_complex.hpp,sha256=k-CsDOWAAU4ZO3_JGI3QHA-2jnWIaaZd1nLFdKuMBQ4,9726
|
|
156
157
|
netgen/include/smoother.hpp,sha256=hZAe15R6BU88hMfhcTM3-eclRgzmHJnPKgYYWol9Sx8,6643
|
|
157
158
|
netgen/include/solve.hpp,sha256=OZQfkg6HN20eudQ4kkRSecr-miwV35NPEjAtoMcunG4,2034
|
|
158
|
-
netgen/include/sparsecholesky.hpp,sha256=
|
|
159
|
+
netgen/include/sparsecholesky.hpp,sha256=2HKM6aKO02YX32jxGna6CAjBBfeXvCsmPk4hoWZWIQk,8888
|
|
159
160
|
netgen/include/sparsematrix.hpp,sha256=7YN50okcY5Lxipc43njHPKzzKZ_gLtMhwQB_Jsj99rE,32706
|
|
160
161
|
netgen/include/sparsematrix_dyn.hpp,sha256=T6J3fGx_qgeA56ctmGUi6b4NdwrdCOxKlzg5rKv5VjU,2701
|
|
161
|
-
netgen/include/sparsematrix_impl.hpp,sha256=
|
|
162
|
+
netgen/include/sparsematrix_impl.hpp,sha256=9ZmRhU01llR3useALAIqXcrbTwsiHadptDtcRbS_vIM,29275
|
|
162
163
|
netgen/include/special_matrix.hpp,sha256=OXRXgjPY0-VrNqcn14_mDTZ03NgMLrU5Ttdiyd_VIwc,16443
|
|
163
164
|
netgen/include/specialelement.hpp,sha256=iiQaIE-cHbwGX014jET8k-rfb8k1GT6Gs_vsMIBWaOA,3226
|
|
164
165
|
netgen/include/statushandler.hpp,sha256=Lh0Cevr7xnEoFW4QhTlNzEq9brpneGGmjAbv9o1kotY,646
|
|
@@ -167,8 +168,8 @@ netgen/include/superluinverse.hpp,sha256=FDSnHdTbVFDsFPF6B56IZJPDQKZx4fp2OubRQjE
|
|
|
167
168
|
netgen/include/symbolicintegrator.hpp,sha256=7bk-m6p8KVEo9wi6zRBCjhq7iDnEsDuWj-qF4Q6W6rI,36019
|
|
168
169
|
netgen/include/symmetricmatrix.hpp,sha256=YNzHHV9TWt3O-f1l6VAcFeml-KwIUQgMXcBco_Dt0MY,2810
|
|
169
170
|
netgen/include/tangentialfacetfe.hpp,sha256=qCh6qYnPd_5PEYdEiLmx6-VrIPMJMBaR1UZ44EVk6IM,7267
|
|
170
|
-
netgen/include/tangentialfacetfespace.hpp,sha256=
|
|
171
|
-
netgen/include/tensor.hpp,sha256=
|
|
171
|
+
netgen/include/tangentialfacetfespace.hpp,sha256=iwgRIYZhrPdsgUBdheL3XfLOf-VO710a8lC3Unf_WaA,2717
|
|
172
|
+
netgen/include/tensor.hpp,sha256=KamSIrz84lS67oahraDusQNjGJWpDGfOAUkSy0ymhbk,12013
|
|
172
173
|
netgen/include/tensorcoefficient.hpp,sha256=FXb0umIxQT5lQ5D-qtYddh8E1OtpIn2pVZaf_I7qWAU,17076
|
|
173
174
|
netgen/include/tensorproductintegrator.hpp,sha256=ZtcEnhvibtXK20dmfntzk0xKFdwazP5emZKdZYmX-II,4530
|
|
174
175
|
netgen/include/thcurlfe.hpp,sha256=37ry6XxTNT72uzM8IAcUiVtNrpi2dscnHTp0Bo6injI,4971
|
|
@@ -191,19 +192,19 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
|
|
|
191
192
|
ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
|
|
192
193
|
ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
|
|
193
194
|
ngsolve/__init__.py,sha256=z2CG5eq5x97RUbozHnklsbG4TBder0zZVf6IpufgBzU,5432
|
|
194
|
-
ngsolve/__init__.pyi,sha256=
|
|
195
|
+
ngsolve/__init__.pyi,sha256=8B2daZ1DlrigwdYSSkr_HgqPS_ZAlXb0sdHiEoP2e2M,10642
|
|
195
196
|
ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
|
|
196
197
|
ngsolve/bla.pyi,sha256=EwWVd13Rkdj9-K6zKOQcBLGigtDJHjkQ88R1ODAAtpY,32526
|
|
197
198
|
ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
|
|
198
199
|
ngsolve/bvp.pyi,sha256=Xdf16ONPlUy-Z2QR-TYTdfu9FzDdlGw0cheR_y3iaIY,837
|
|
199
200
|
ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
|
|
200
|
-
ngsolve/directsolvers.pyi,sha256=
|
|
201
|
+
ngsolve/directsolvers.pyi,sha256=13vlr7Iy-Wz6pNBbp976W1vVMXvR0GD1EVYo-p2XonE,683
|
|
201
202
|
ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
|
|
202
203
|
ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
|
|
203
|
-
ngsolve/fem.pyi,sha256=
|
|
204
|
+
ngsolve/fem.pyi,sha256=X2F9anpI1TnV5ikVLXfAQ7UdJRhFKwSgdW1H7PArNyU,52063
|
|
204
205
|
ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
|
|
205
206
|
ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
|
|
206
|
-
ngsolve/krylovspace.pyi,sha256=
|
|
207
|
+
ngsolve/krylovspace.pyi,sha256=PrLdBgcg4_oXy2qmACY-X-C9BooANIYLIPHq3_QPe5U,12801
|
|
207
208
|
ngsolve/la.pyi,sha256=RJi-B5Hz6FatlQiwCjK063JboAwWatS_ZvKv6zOfdBQ,40148
|
|
208
209
|
ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
|
|
209
210
|
ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
|
|
@@ -211,29 +212,29 @@ ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
|
211
212
|
ngsolve/ngslib.so,sha256=12mJzhYN47MRcx9CCccsCBgQnQ3dqZxqAoRwpsQIry4,337176
|
|
212
213
|
ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
|
|
213
214
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
214
|
-
ngsolve/nonlinearsolvers.pyi,sha256=
|
|
215
|
+
ngsolve/nonlinearsolvers.pyi,sha256=tm1OUHRmFQDRDhRDjKY4kUx2bn7qATLi-XS3q5v0I6E,4615
|
|
215
216
|
ngsolve/preconditioners.py,sha256=WSr3vnxskLHgnlwFVYpSyWJFpvrDUK6_30tATiBB5V8,208
|
|
216
217
|
ngsolve/preconditioners.pyi,sha256=ebfRkcIpoXqwhmb1ahR5wZMs87XMMPfF5t6n0jkCJ_g,290
|
|
217
218
|
ngsolve/solve.pyi,sha256=7XW343dSW7eOzaW5jQXuDskEBfwbCr6F7EUlqqQ7w3I,2943
|
|
218
219
|
ngsolve/solvers.py,sha256=WgZ9X1x9mtQegXDu8VcTjP-wbS2EnrUS96Y8LXqeflw,304
|
|
219
220
|
ngsolve/solvers.pyi,sha256=bLdZ0s0njapOEx4sQRDnyAW7gr6ooYaaeZSlycoTr3I,682
|
|
220
221
|
ngsolve/timestepping.py,sha256=SLbsgE5pY5tXYTLGlVypk4kS2Ui8GxOwWmKVxqneZRU,8350
|
|
221
|
-
ngsolve/timestepping.pyi,sha256
|
|
222
|
+
ngsolve/timestepping.pyi,sha256=LHB6xPzP7CqekjqYwDyStsa8h2DATNHhXXDSUPf6W2s,3174
|
|
222
223
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
223
224
|
ngsolve/timing.pyi,sha256=g4Tu7Ki9JSWD4MAj4u1wE0xvKcqdId1puUIePrxVtwo,1920
|
|
224
225
|
ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
|
|
225
|
-
ngsolve/utils.pyi,sha256=
|
|
226
|
+
ngsolve/utils.pyi,sha256=JNnu63poDqZeaCANRBmQGjeHbZXAkSkTYXLODv2v4E4,14098
|
|
226
227
|
ngsolve/webgui.py,sha256=Oz6RN1_xQ8d6oMIx-KYIRDnBmlJIgwluCtZZjUOHtCs,24233
|
|
227
|
-
ngsolve/cmake/NGSolveConfig.cmake,sha256=
|
|
228
|
+
ngsolve/cmake/NGSolveConfig.cmake,sha256=_vzRMPCUxW_O9ecpGk8pw3BeSaQZiwaY4tUjPJpvVpM,5227
|
|
228
229
|
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=nMntuQpzqLTlVDB6b6P-ImLBZfFa4USlrHMz_TpGMCY,2986
|
|
229
230
|
ngsolve/cmake/ngsolve-targets.cmake,sha256=DsDUqn52_zo3Ebz9_WLs4tlCrtsg6RzvYhllj_TzYdY,5706
|
|
230
|
-
ngsolve/comp/__init__.pyi,sha256=
|
|
231
|
+
ngsolve/comp/__init__.pyi,sha256=PG_K0t31Yd9BhIm8Re8-NO6FxyV3foM1T5y0ZBGYruU,202905
|
|
231
232
|
ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
|
|
232
233
|
ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
|
|
233
|
-
ngsolve/config/__init__.pyi,sha256=
|
|
234
|
+
ngsolve/config/__init__.pyi,sha256=6NiTvD7WVFrsD4KjgDOfKlwwPE3mIiYLw_tmm0hDWnk,2910
|
|
234
235
|
ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
|
|
235
|
-
ngsolve/config/config.py,sha256=
|
|
236
|
-
ngsolve/config/config.pyi,sha256=
|
|
236
|
+
ngsolve/config/config.py,sha256=s3Tt16cLd9V19rqiqi_FxR9aNHYTrSqYnFXANUjMNso,2467
|
|
237
|
+
ngsolve/config/config.pyi,sha256=i2irf5N9KGCpViDL-CS-HSocvX5Bcw1MWn-4gyo1GU8,2891
|
|
237
238
|
ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
238
239
|
ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
239
240
|
ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
|
|
@@ -265,41 +266,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
|
|
|
265
266
|
ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
|
|
266
267
|
ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
|
|
267
268
|
ngsolve/demos/mpi/mpi_timeDG.py,sha256=TPJZ-DwmzOpuAol-fFKeU-R2rJ74MbjOm3DDkQI9BcY,1881
|
|
268
|
-
ngsolve-6.2.
|
|
269
|
-
ngsolve-6.2.
|
|
270
|
-
ngsolve-6.2.
|
|
271
|
-
ngsolve-6.2.
|
|
272
|
-
ngsolve-6.2.
|
|
273
|
-
ngsolve-6.2.
|
|
274
|
-
ngsolve-6.2.
|
|
275
|
-
ngsolve-6.2.
|
|
276
|
-
ngsolve-6.2.
|
|
277
|
-
ngsolve-6.2.
|
|
278
|
-
ngsolve-6.2.
|
|
279
|
-
ngsolve-6.2.
|
|
280
|
-
ngsolve-6.2.
|
|
281
|
-
ngsolve-6.2.
|
|
282
|
-
ngsolve-6.2.
|
|
283
|
-
ngsolve-6.2.
|
|
284
|
-
ngsolve-6.2.
|
|
285
|
-
ngsolve-6.2.
|
|
286
|
-
ngsolve-6.2.
|
|
287
|
-
ngsolve-6.2.
|
|
288
|
-
ngsolve-6.2.
|
|
289
|
-
ngsolve-6.2.
|
|
290
|
-
ngsolve-6.2.
|
|
291
|
-
ngsolve-6.2.
|
|
292
|
-
ngsolve-6.2.
|
|
293
|
-
ngsolve-6.2.
|
|
294
|
-
ngsolve-6.2.
|
|
295
|
-
ngsolve-6.2.
|
|
296
|
-
ngsolve-6.2.
|
|
297
|
-
ngsolve-6.2.
|
|
298
|
-
ngsolve-6.2.
|
|
299
|
-
ngsolve-6.2.
|
|
300
|
-
ngsolve-6.2.
|
|
301
|
-
ngsolve-6.2.
|
|
302
|
-
ngsolve-6.2.
|
|
303
|
-
ngsolve-6.2.
|
|
304
|
-
ngsolve-6.2.
|
|
305
|
-
ngsolve-6.2.
|
|
269
|
+
ngsolve-6.2.2502.post11.dev1.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
270
|
+
ngsolve-6.2.2502.post11.dev1.data/data/bin/ngscxx,sha256=w0-evuenajwmKfBRw0Rjhmh6G_H-yQTIK030wVvXbro,1755
|
|
271
|
+
ngsolve-6.2.2502.post11.dev1.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
272
|
+
ngsolve-6.2.2502.post11.dev1.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
273
|
+
ngsolve-6.2.2502.post11.dev1.data/data/bin/ngspy,sha256=3M56jzqqnplklrMiBlA6FOB7noOg7ln2dO1lHMu7c7o,103
|
|
274
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
275
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
276
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
277
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
278
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
279
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
280
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
281
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
282
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
283
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
284
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
285
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
286
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
287
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
288
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
289
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
290
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
291
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
292
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
293
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
294
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
295
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
296
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
297
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
298
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
299
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
300
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
301
|
+
ngsolve-6.2.2502.post11.dev1.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
302
|
+
ngsolve-6.2.2502.post11.dev1.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
303
|
+
ngsolve-6.2.2502.post11.dev1.dist-info/METADATA,sha256=ZFKGbVDMdcdDlUHNqtwbbcf1G5OjlBak_YPCri9syJI,198
|
|
304
|
+
ngsolve-6.2.2502.post11.dev1.dist-info/WHEEL,sha256=QVbUCYUNRbuKxXaqaAntI7fGN-NW9vx0es8US308Qlk,110
|
|
305
|
+
ngsolve-6.2.2502.post11.dev1.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
306
|
+
ngsolve-6.2.2502.post11.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/bin/ngsolve.tcl
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/beam.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/beam.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/chip.in2d
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/chip.vol
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coil.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/coil.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/cube.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/cube.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/shaft.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2502.post11.dev1.data}/data/share/ngsolve/shaft.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2502.post11.dev1.dist-info}/top_level.txt
RENAMED
|
File without changes
|