ngsolve 6.2.2501.post83.dev1__cp312-cp312-macosx_10_15_universal2.whl → 6.2.2503__cp312-cp312-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/intrules_SauterSchwab.hpp +25 -0
- netgen/include/mptools.hpp +380 -95
- 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/libngsbem.dylib +0 -0
- netgen/libngsolve.dylib +0 -0
- netgen/libngstd.dylib +0 -0
- ngsolve/__init__.pyi +1 -1
- ngsolve/cmake/NGSolveConfig.cmake +5 -5
- ngsolve/cmake/ngsolve-targets-release.cmake +10 -0
- ngsolve/cmake/ngsolve-targets.cmake +9 -2
- ngsolve/comp/__init__.pyi +8 -0
- ngsolve/config/__init__.pyi +7 -7
- ngsolve/config/config.py +6 -6
- ngsolve/config/config.pyi +7 -7
- ngsolve/fem.pyi +1 -90
- ngsolve/ngslib.so +0 -0
- ngsolve/utils.pyi +1 -9
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2503.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2503.dist-info}/RECORD +68 -65
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2503.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2503.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2501.post83.dev1.dist-info → ngsolve-6.2.2503.dist-info}/top_level.txt +0 -0
ngsolve/fem.pyi
CHANGED
|
@@ -8,7 +8,7 @@ import numpy
|
|
|
8
8
|
import os
|
|
9
9
|
import pyngcore.pyngcore
|
|
10
10
|
import typing
|
|
11
|
-
__all__ = ['BFI', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BlockBFI', 'BlockLFI', 'CELL', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'CompoundBFI', 'CompoundLFI', 'Conj', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'DifferentialOperator', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FiniteElement', 'GenerateL2ElementCode', 'H1FE', 'HCurlFE', 'HDivDivFE', 'HDivFE', 'HEX', 'Id', 'IfPos', 'IntegrationPoint', 'IntegrationRule', 'Inv', 'L2FE', 'LFI', 'LeviCivitaSymbol', 'LoggingCF', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'NODE_TYPE', 'NewtonCF', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PlaceholderCF', 'PointEvaluationFunctional', 'QUAD', '
|
|
11
|
+
__all__ = ['BFI', 'BSpline', 'BSpline2D', 'BaseMappedIntegrationPoint', 'BlockBFI', 'BlockLFI', 'CELL', 'CacheCF', 'CoefficientFunction', 'Cof', 'CompilePythonModule', 'CompoundBFI', 'CompoundLFI', 'Conj', 'CoordCF', 'CoordinateTrafo', 'Cross', 'Det', 'DifferentialOperator', 'EDGE', 'ELEMENT', 'ET', 'Einsum', 'ElementTopology', 'ElementTransformation', 'FACE', 'FACET', 'FiniteElement', 'GenerateL2ElementCode', 'H1FE', 'HCurlFE', 'HDivDivFE', 'HDivFE', 'HEX', 'Id', 'IfPos', 'IntegrationPoint', 'IntegrationRule', 'Inv', 'L2FE', 'LFI', 'LeviCivitaSymbol', 'LoggingCF', 'MeshPoint', 'MinimizationCF', 'MixedFE', 'NODE_TYPE', 'NewtonCF', 'POINT', 'PRISM', 'PYRAMID', 'Parameter', 'ParameterC', 'PlaceholderCF', 'PointEvaluationFunctional', 'QUAD', 'SEGM', 'ScalarFE', 'SetPMLParameters', 'Skew', 'SpecialCFCreator', 'Sym', 'TET', 'TRIG', 'Trace', 'VERTEX', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'erf', 'exp', 'floor', 'log', 'pow', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan']
|
|
12
12
|
class BFI:
|
|
13
13
|
"""
|
|
14
14
|
|
|
@@ -976,29 +976,6 @@ class PlaceholderCF(CoefficientFunction):
|
|
|
976
976
|
class PointEvaluationFunctional:
|
|
977
977
|
def Assemble(self) -> ngsolve.bla.SparseVector:
|
|
978
978
|
...
|
|
979
|
-
class RegularMLMP:
|
|
980
|
-
def Norm(self) -> float:
|
|
981
|
-
...
|
|
982
|
-
def __str__(self) -> str:
|
|
983
|
-
...
|
|
984
|
-
class RegularMLMultiPoleCF(CoefficientFunction):
|
|
985
|
-
def __init__(self, mp: SingularMLMultiPoleCF, center: ngsolve.bla.Vec3D, r: float, order: int = -1) -> None:
|
|
986
|
-
...
|
|
987
|
-
@property
|
|
988
|
-
def mlmp(self) -> RegularMLMP:
|
|
989
|
-
...
|
|
990
|
-
class RegularMultiPoleCF(CoefficientFunction):
|
|
991
|
-
def ShiftZ(self, arg0: float, arg1: RegularMultiPoleCF) -> None:
|
|
992
|
-
...
|
|
993
|
-
def Spectrum(self, scaled: bool) -> ngsolve.bla.VectorD:
|
|
994
|
-
...
|
|
995
|
-
def Transform(self, arg0: RegularMultiPoleCF) -> None:
|
|
996
|
-
...
|
|
997
|
-
def __init__(self, order: int, kappa: float, center: ngsolve.bla.Vec3D, scale: float = 1.0) -> None:
|
|
998
|
-
...
|
|
999
|
-
@property
|
|
1000
|
-
def sh(self) -> Sphericalharmonics:
|
|
1001
|
-
...
|
|
1002
979
|
class ScalarFE(FiniteElement):
|
|
1003
980
|
"""
|
|
1004
981
|
a scalar-valued finite element
|
|
@@ -1051,49 +1028,6 @@ class ScalarFE(FiniteElement):
|
|
|
1051
1028
|
mip : ngsolve.BaseMappedIntegrationPoint
|
|
1052
1029
|
input mapped integration point
|
|
1053
1030
|
"""
|
|
1054
|
-
class SingularMLMP:
|
|
1055
|
-
def AddCharge(self, arg0: ngsolve.bla.Vec3D, arg1: complex) -> None:
|
|
1056
|
-
...
|
|
1057
|
-
def AddDipole(self, arg0: ngsolve.bla.Vec3D, arg1: ngsolve.bla.Vec3D, arg2: complex) -> None:
|
|
1058
|
-
...
|
|
1059
|
-
def Calc(self) -> None:
|
|
1060
|
-
...
|
|
1061
|
-
def Norm(self) -> float:
|
|
1062
|
-
...
|
|
1063
|
-
def __init__(self, arg0: ngsolve.bla.Vec3D, arg1: float, arg2: int, arg3: float) -> None:
|
|
1064
|
-
...
|
|
1065
|
-
def __str__(self) -> str:
|
|
1066
|
-
...
|
|
1067
|
-
class SingularMLMultiPoleCF(CoefficientFunction):
|
|
1068
|
-
def __init__(self, center: ngsolve.bla.Vec3D, r: float, order: int = -1, kappa: float) -> None:
|
|
1069
|
-
...
|
|
1070
|
-
@property
|
|
1071
|
-
def mlmp(self) -> SingularMLMP:
|
|
1072
|
-
...
|
|
1073
|
-
class SingularMultiPoleCF(CoefficientFunction):
|
|
1074
|
-
def AddCharge(self, arg0: ngsolve.bla.Vec3D, arg1: complex) -> None:
|
|
1075
|
-
...
|
|
1076
|
-
def AddDipole(self, arg0: ngsolve.bla.Vec3D, arg1: ngsolve.bla.Vec3D, arg2: complex) -> None:
|
|
1077
|
-
...
|
|
1078
|
-
@typing.overload
|
|
1079
|
-
def ShiftZ(self, arg0: float, arg1: RegularMultiPoleCF) -> None:
|
|
1080
|
-
...
|
|
1081
|
-
@typing.overload
|
|
1082
|
-
def ShiftZ(self, arg0: float, arg1: SingularMultiPoleCF) -> None:
|
|
1083
|
-
...
|
|
1084
|
-
def Spectrum(self, scaled: bool) -> ngsolve.bla.VectorD:
|
|
1085
|
-
...
|
|
1086
|
-
@typing.overload
|
|
1087
|
-
def Transform(self, arg0: RegularMultiPoleCF) -> None:
|
|
1088
|
-
...
|
|
1089
|
-
@typing.overload
|
|
1090
|
-
def Transform(self, arg0: SingularMultiPoleCF) -> None:
|
|
1091
|
-
...
|
|
1092
|
-
def __init__(self, order: int, kappa: float, center: ngsolve.bla.Vec3D, scale: float = 1.0) -> None:
|
|
1093
|
-
...
|
|
1094
|
-
@property
|
|
1095
|
-
def sh(self) -> Sphericalharmonics:
|
|
1096
|
-
...
|
|
1097
1031
|
class SpecialCFCreator:
|
|
1098
1032
|
def EdgeCurvature(self, dim: int) -> ...:
|
|
1099
1033
|
"""
|
|
@@ -1156,29 +1090,6 @@ class SpecialCFCreator:
|
|
|
1156
1090
|
"""
|
|
1157
1091
|
local mesh-size (approximate element diameter) as CF
|
|
1158
1092
|
"""
|
|
1159
|
-
class SphericalHarmonicsCF(CoefficientFunction):
|
|
1160
|
-
def __init__(self, arg0: int) -> None:
|
|
1161
|
-
...
|
|
1162
|
-
@property
|
|
1163
|
-
def sh(self) -> Sphericalharmonics:
|
|
1164
|
-
...
|
|
1165
|
-
class Sphericalharmonics:
|
|
1166
|
-
def RotateY(self, arg0: float) -> None:
|
|
1167
|
-
...
|
|
1168
|
-
def RotateZ(self, arg0: float) -> None:
|
|
1169
|
-
...
|
|
1170
|
-
def __getitem__(self, arg0: tuple[int, int]) -> complex:
|
|
1171
|
-
...
|
|
1172
|
-
def __setitem__(self, arg0: tuple[int, int], arg1: complex) -> None:
|
|
1173
|
-
...
|
|
1174
|
-
@property
|
|
1175
|
-
def coefs(self) -> ngsolve.bla.FlatVectorC:
|
|
1176
|
-
"""
|
|
1177
|
-
coefficient vector
|
|
1178
|
-
"""
|
|
1179
|
-
@property
|
|
1180
|
-
def order(self) -> int:
|
|
1181
|
-
...
|
|
1182
1093
|
def BlockBFI(bfi: BFI = 0, dim: int = 2, comp: int = 0) -> ...:
|
|
1183
1094
|
"""
|
|
1184
1095
|
Block Bilinear Form Integrator
|
ngsolve/ngslib.so
CHANGED
|
Binary file
|
ngsolve/utils.pyi
CHANGED
|
@@ -168,18 +168,10 @@ from ngsolve.fem import Parameter
|
|
|
168
168
|
from ngsolve.fem import ParameterC
|
|
169
169
|
from ngsolve.fem import PlaceholderCF
|
|
170
170
|
from ngsolve.fem import PointEvaluationFunctional
|
|
171
|
-
from ngsolve.fem import RegularMLMP
|
|
172
|
-
from ngsolve.fem import RegularMLMultiPoleCF
|
|
173
|
-
from ngsolve.fem import RegularMultiPoleCF
|
|
174
171
|
from ngsolve.fem import ScalarFE
|
|
175
172
|
from ngsolve.fem import SetPMLParameters
|
|
176
|
-
from ngsolve.fem import SingularMLMP
|
|
177
|
-
from ngsolve.fem import SingularMLMultiPoleCF
|
|
178
|
-
from ngsolve.fem import SingularMultiPoleCF
|
|
179
173
|
from ngsolve.fem import Skew
|
|
180
174
|
from ngsolve.fem import SpecialCFCreator
|
|
181
|
-
from ngsolve.fem import SphericalHarmonicsCF
|
|
182
|
-
from ngsolve.fem import Sphericalharmonics
|
|
183
175
|
from ngsolve.fem import Sym
|
|
184
176
|
from ngsolve.fem import Trace
|
|
185
177
|
from ngsolve.fem import VoxelCoefficient
|
|
@@ -202,7 +194,7 @@ from ngsolve.fem import sqrt
|
|
|
202
194
|
from ngsolve.fem import tan
|
|
203
195
|
from ngsolve.ngstd import IntRange
|
|
204
196
|
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', '
|
|
197
|
+
__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', 'Reorder', 'SEGM', 'ScalarFE', 'SetHeapSize', 'SetPMLParameters', 'SetTestoutFile', 'Skew', 'Source', 'SpecialCFCreator', 'SumOfIntegrals', 'SurfaceL2', 'Sym', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TET', 'TRIG', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'TimeFunction', 'Timer', 'ToArchive', 'Trace', 'Transfer2StdMesh', 'VERTEX', 'VOL', 'VTKOutput', 'Variation', 'VectorFacet', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'VoxelCoefficient', 'Zero', 'acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh', 'curl', 'div', 'ds', 'dt', 'dx', 'erf', 'exp', 'floor', 'grad', 'log', 'ngsglobals', 'pml', 'pow', 'printonce', 'sin', 'sinh', 'specialcf', 'sqrt', 'tan', 'x', 'y', 'z']
|
|
206
198
|
def ConstantCF(val):
|
|
207
199
|
...
|
|
208
200
|
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.2503
|
|
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.2503
|
|
9
9
|
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
netgen/libngbla.dylib,sha256=
|
|
2
|
-
netgen/libngcomp.dylib,sha256=
|
|
3
|
-
netgen/libngfem.dylib,sha256=
|
|
4
|
-
netgen/libngla.dylib,sha256=
|
|
5
|
-
netgen/
|
|
6
|
-
netgen/
|
|
1
|
+
netgen/libngbla.dylib,sha256=OY01yaS3Dd4da_zPld4GjJV3-ulfm92iAxeC8-GPyn8,5309744
|
|
2
|
+
netgen/libngcomp.dylib,sha256=JOSB2OzkTHRAcccuxmuh3-CSW_THdMjlAEAilcQO5KY,43090880
|
|
3
|
+
netgen/libngfem.dylib,sha256=xxj8mSNXL7XOw2luixn4MWe4ary9YOX3JChQyR0aDTw,51466544
|
|
4
|
+
netgen/libngla.dylib,sha256=LtpJHKjNohhKz2xKQ0R5KpW5inC4gjClEiNK82mYfW8,25428784
|
|
5
|
+
netgen/libngsbem.dylib,sha256=Xl9dYx-wG1T2udu5T5yXntdG3kTdMQ9sxYPv97fqWAs,4720336
|
|
6
|
+
netgen/libngsolve.dylib,sha256=1ibVsJWMLUL9289w_NXSIqJKItdKZCLVUvNe5V4QeSs,940208
|
|
7
|
+
netgen/libngstd.dylib,sha256=joX-mEAqmaQhIMM3tdad2eM8WE2TWsCjxiAAvKAo0sc,940752
|
|
7
8
|
netgen/include/arnoldi.hpp,sha256=b8mRu9wGyaLa7z6mXCFIhxfW_xcQvsOMD6TqbfYZ05g,1437
|
|
8
9
|
netgen/include/bandmatrix.hpp,sha256=zwKz89QY53MPsWgNsl0cXEAFKka_W4sXPIO54M3eT80,7778
|
|
9
10
|
netgen/include/basematrix.hpp,sha256=6YGW07HMH7F2JWXUKOwlGZ2ZvEoP7uCSGihdrzzKPag,28634
|
|
@@ -47,13 +48,13 @@ netgen/include/elementtransformation.hpp,sha256=PDLQsfkVyDkA7L4hLBOBTSimd3a-E-06
|
|
|
47
48
|
netgen/include/evalfunc.hpp,sha256=J0v1ACrYTkQDAxsklPUJYhv-fPjHIUDqvzlZoCucAqg,10019
|
|
48
49
|
netgen/include/expr.hpp,sha256=z4p2M3u6TfB32Lqj05HJ5Q2EGEt-xW1IikhCQfPuzuY,45129
|
|
49
50
|
netgen/include/facetfe.hpp,sha256=h1vCg8GhJAvxvVgt15MuhA8MXOwvVahZaWB5__PhCDs,4920
|
|
50
|
-
netgen/include/facetfespace.hpp,sha256=
|
|
51
|
+
netgen/include/facetfespace.hpp,sha256=1vXyL3r6FkZTLSwYw-zWdJTddyF4m27Taqdt26E0c6U,4739
|
|
51
52
|
netgen/include/facethofe.hpp,sha256=-ks3RV2WUrPgQ0ElYIM7h7t0Mwvu6MIGiW1bCIeHtSc,3701
|
|
52
53
|
netgen/include/facetsurffespace.hpp,sha256=3FTy--cwUqVFZqF9MAaK78aRSIHWQUgOvSjPr-YvN1Y,2409
|
|
53
54
|
netgen/include/fe_interfaces.hpp,sha256=gWxTH8E-g3RgDfLG7kkggKUIBC_zWefOaJPpYFBiiDI,822
|
|
54
55
|
netgen/include/fem.hpp,sha256=xXxfiwpi3EW3jJZtWE9WxRJm9htSaivfKhCbD2_ToBo,2094
|
|
55
56
|
netgen/include/fesconvert.hpp,sha256=WL-icGOUDl2edBG6QoI1MCohKibLqPVFuaTzyAenIb0,560
|
|
56
|
-
netgen/include/fespace.hpp,sha256=
|
|
57
|
+
netgen/include/fespace.hpp,sha256=tRyAbXR5q3-X-gYt-Sgy46ZiSA3n3bBJeQBCoR-x-1I,47056
|
|
57
58
|
netgen/include/finiteelement.hpp,sha256=yGHVHO5GJqHCnEcvyNwtXZHFRhebVTdaBfM96jlIppg,9145
|
|
58
59
|
netgen/include/globalinterfacespace.hpp,sha256=JMRw_B8kfWRAlhZglT0IH9fFvcQbHZgF1T0tnIuszsM,2719
|
|
59
60
|
netgen/include/globalspace.hpp,sha256=Hjzmz9zaUuKVSkduBYVr6zbRHV503wK2vdFL6Vxr_fY,3964
|
|
@@ -97,6 +98,7 @@ netgen/include/integrator.hpp,sha256=XWrxwQUnqV2LHc48Yt6KfzZ7BN2_3xnnYM1sAMABG0E
|
|
|
97
98
|
netgen/include/integratorcf.hpp,sha256=2we_yBJ3VfNxeJktLM5_33omlI7FXb7MJfyWpDRocCA,7866
|
|
98
99
|
netgen/include/interpolate.hpp,sha256=hhLTubF95erlQ-3iCgSqRVqbCDUeE3f2zBWqIKHPQtI,1640
|
|
99
100
|
netgen/include/intrule.hpp,sha256=_9a5im2qNmF6dLOSCrp8JMz6M_5GoSG2MCRhegkA1O4,80820
|
|
101
|
+
netgen/include/intrules_SauterSchwab.hpp,sha256=1HiSgmdJHNoCp1ZYY7gNFPHdanepbGtay2YJrTaYHBg,650
|
|
100
102
|
netgen/include/irspace.hpp,sha256=DcpkPMFKx5nDvfLfTWKmpYuLX-X5rBuWF8Ta9e__m-A,1508
|
|
101
103
|
netgen/include/jacobi.hpp,sha256=pIrx5vu5H0sLUiarGpu2s2__6qEWFcB7xU1ezdKSW5U,4086
|
|
102
104
|
netgen/include/l2hofe.hpp,sha256=Qjg5jtkhx8cE1gUdoKslhKTqlUg9qbAbL8g4NTMCW2s,6650
|
|
@@ -109,13 +111,13 @@ netgen/include/matrix.hpp,sha256=6Tg9xvyHWRmzrmK_pa15fE_V77y9pof3z78GnyzXmRE,557
|
|
|
109
111
|
netgen/include/memusage.hpp,sha256=H-8rWQ8UQDCnOiYQnbwvILPuPoJD8bqwiNGB2QAUa0o,1168
|
|
110
112
|
netgen/include/meshaccess.hpp,sha256=7K6OgV987dOd-LRlJ5MGLeIjA6VSnfeE3I-hQximURU,47061
|
|
111
113
|
netgen/include/mgpre.hpp,sha256=zdNozWRSyluOF8E4GLeOR290Yw2wqGYGc1sTTSB5n3U,4825
|
|
112
|
-
netgen/include/mptools.hpp,sha256=
|
|
114
|
+
netgen/include/mptools.hpp,sha256=8ibWZLw-vWjpbPENqbVEKSC__Rg7ywN8AMZPLmmj0es,38838
|
|
113
115
|
netgen/include/multigrid.hpp,sha256=ovl1GXcTfXuYLVVMcFfCKP5sg6diSGlqdjCMMPCgFUo,856
|
|
114
116
|
netgen/include/multivector.hpp,sha256=nuLxMiq2y6HoH5w9j6ka2BhJjRyREPeEnNFx_x0SMU0,12635
|
|
115
117
|
netgen/include/mumpsinverse.hpp,sha256=Jaa5NPQzwPo2kSbHijI_LX3tr0qUmVhqVlRM14KeD18,4062
|
|
116
118
|
netgen/include/mycomplex.hpp,sha256=8xKKByk_qMMCvDAl-Wg5wN_Y8A1eCGxe8sWowWdG0co,7662
|
|
117
119
|
netgen/include/ng_lapack.hpp,sha256=1sH75a5q-ja2lbGU450tiX-z1KPkerMV5ftjzUg4Inc,48408
|
|
118
|
-
netgen/include/ngblas.hpp,sha256=
|
|
120
|
+
netgen/include/ngblas.hpp,sha256=ArfhQ60ahMUgo6voSK8Z3EHxPJhfT0BZT-mBgNGGNus,42769
|
|
119
121
|
netgen/include/ngs_defines.hpp,sha256=bGB_MsAq5tvNml55sklzLjGkzLuH3ZHCPCriS8zM7yM,686
|
|
120
122
|
netgen/include/ngs_stdcpp_include.hpp,sha256=RUjXe5YfnAIBDg8jInLBw7DXu5AYvrkja3EFhMBa5fY,2551
|
|
121
123
|
netgen/include/ngs_utils.hpp,sha256=qoXJBajujUW35GXix_olD7C7S3xWUeOcQ23kIF_hjXw,3144
|
|
@@ -138,13 +140,14 @@ netgen/include/plateaufespace.hpp,sha256=H031F3WCIJNHx8HVmfUZJM7D46D9sWtV7pn5OIR
|
|
|
138
140
|
netgen/include/pml.hpp,sha256=GM19mHCmme07y32MV80D2xULzPrZPG6u45ORn4W-uYU,7284
|
|
139
141
|
netgen/include/pmltrafo.hpp,sha256=SrlOgJ4qmBST4uIjtl4VatEw5dsGrL1-7xSrXnuAPAg,19606
|
|
140
142
|
netgen/include/postproc.hpp,sha256=kaMQUfm_kd5Q4E0C5NaXPv3XyZncgOjwnZrvNJIP39A,5192
|
|
143
|
+
netgen/include/potentialtools.hpp,sha256=SFOWcEpbecioRbUFTZA6PbyQsMLAzG2zT9VNc-wRiW0,335
|
|
141
144
|
netgen/include/precomp.hpp,sha256=R-xo8gpTBNlyaQ-vj12q-VZoGZMox0FM5IWF22zWmMA,1277
|
|
142
145
|
netgen/include/preconditioner.hpp,sha256=AAU4RjzjJDslSWoomyid1MIpWqBq1uwr7XWPmn3jrGQ,14028
|
|
143
|
-
netgen/include/prolongation.hpp,sha256=
|
|
146
|
+
netgen/include/prolongation.hpp,sha256=_VUX2vzhcXOGPM1HnRBXkTKrNyXew72VWRnAnvFitF4,10927
|
|
144
147
|
netgen/include/python_comp.hpp,sha256=IVR8USVPy6hf1ZksUCUjvXcK7lcnyTpqzteR8a6Sblw,3464
|
|
145
148
|
netgen/include/python_fem.hpp,sha256=9-GoQrCprOReAgK9-v_X3NwGWJ229vmGjtwGI9td5GA,3072
|
|
146
149
|
netgen/include/python_linalg.hpp,sha256=JBDn31Fq7yaOsMgtXQFJfrOd46A12XXpTWF8lPV3btQ,1703
|
|
147
|
-
netgen/include/python_ngstd.hpp,sha256=
|
|
150
|
+
netgen/include/python_ngstd.hpp,sha256=Xh4Laie5rhhiDOqhWJAvita06hIx3gETbZCppVdWMF4,10417
|
|
148
151
|
netgen/include/recursive_pol.hpp,sha256=MMAekAd0GWvVK8csJnWBh9mo_8_SxoKyxGlbfWyt4ok,118743
|
|
149
152
|
netgen/include/recursive_pol_tet.hpp,sha256=axXeTNYOr6hQsYmdmcD_Ogh4XPQeOIVaD0ofKGkLuA8,9468
|
|
150
153
|
netgen/include/recursive_pol_trig.hpp,sha256=_nH74Ls5-T_RzwzqH71tYRUhjCYJ47Yy5UmBEXUrLcg,10841
|
|
@@ -155,10 +158,10 @@ netgen/include/shapefunction_utils.hpp,sha256=Zz78vzdgIeMA_5iYG1GTGP3ZKbbThDqbMz
|
|
|
155
158
|
netgen/include/simd_complex.hpp,sha256=k-CsDOWAAU4ZO3_JGI3QHA-2jnWIaaZd1nLFdKuMBQ4,9726
|
|
156
159
|
netgen/include/smoother.hpp,sha256=hZAe15R6BU88hMfhcTM3-eclRgzmHJnPKgYYWol9Sx8,6643
|
|
157
160
|
netgen/include/solve.hpp,sha256=OZQfkg6HN20eudQ4kkRSecr-miwV35NPEjAtoMcunG4,2034
|
|
158
|
-
netgen/include/sparsecholesky.hpp,sha256=
|
|
161
|
+
netgen/include/sparsecholesky.hpp,sha256=2HKM6aKO02YX32jxGna6CAjBBfeXvCsmPk4hoWZWIQk,8888
|
|
159
162
|
netgen/include/sparsematrix.hpp,sha256=7YN50okcY5Lxipc43njHPKzzKZ_gLtMhwQB_Jsj99rE,32706
|
|
160
163
|
netgen/include/sparsematrix_dyn.hpp,sha256=T6J3fGx_qgeA56ctmGUi6b4NdwrdCOxKlzg5rKv5VjU,2701
|
|
161
|
-
netgen/include/sparsematrix_impl.hpp,sha256=
|
|
164
|
+
netgen/include/sparsematrix_impl.hpp,sha256=9ZmRhU01llR3useALAIqXcrbTwsiHadptDtcRbS_vIM,29275
|
|
162
165
|
netgen/include/special_matrix.hpp,sha256=OXRXgjPY0-VrNqcn14_mDTZ03NgMLrU5Ttdiyd_VIwc,16443
|
|
163
166
|
netgen/include/specialelement.hpp,sha256=iiQaIE-cHbwGX014jET8k-rfb8k1GT6Gs_vsMIBWaOA,3226
|
|
164
167
|
netgen/include/statushandler.hpp,sha256=Lh0Cevr7xnEoFW4QhTlNzEq9brpneGGmjAbv9o1kotY,646
|
|
@@ -167,8 +170,8 @@ netgen/include/superluinverse.hpp,sha256=FDSnHdTbVFDsFPF6B56IZJPDQKZx4fp2OubRQjE
|
|
|
167
170
|
netgen/include/symbolicintegrator.hpp,sha256=7bk-m6p8KVEo9wi6zRBCjhq7iDnEsDuWj-qF4Q6W6rI,36019
|
|
168
171
|
netgen/include/symmetricmatrix.hpp,sha256=YNzHHV9TWt3O-f1l6VAcFeml-KwIUQgMXcBco_Dt0MY,2810
|
|
169
172
|
netgen/include/tangentialfacetfe.hpp,sha256=qCh6qYnPd_5PEYdEiLmx6-VrIPMJMBaR1UZ44EVk6IM,7267
|
|
170
|
-
netgen/include/tangentialfacetfespace.hpp,sha256=
|
|
171
|
-
netgen/include/tensor.hpp,sha256=
|
|
173
|
+
netgen/include/tangentialfacetfespace.hpp,sha256=iwgRIYZhrPdsgUBdheL3XfLOf-VO710a8lC3Unf_WaA,2717
|
|
174
|
+
netgen/include/tensor.hpp,sha256=KamSIrz84lS67oahraDusQNjGJWpDGfOAUkSy0ymhbk,12013
|
|
172
175
|
netgen/include/tensorcoefficient.hpp,sha256=FXb0umIxQT5lQ5D-qtYddh8E1OtpIn2pVZaf_I7qWAU,17076
|
|
173
176
|
netgen/include/tensorproductintegrator.hpp,sha256=ZtcEnhvibtXK20dmfntzk0xKFdwazP5emZKdZYmX-II,4530
|
|
174
177
|
netgen/include/thcurlfe.hpp,sha256=37ry6XxTNT72uzM8IAcUiVtNrpi2dscnHTp0Bo6injI,4971
|
|
@@ -191,7 +194,7 @@ ngsolve/TensorProductTools.py,sha256=PKwn8c1LLeqFhPyhWtI01JZNztVz5_5sKQUYdnZgo5w
|
|
|
191
194
|
ngsolve/__console.py,sha256=8vkdKt1TaOxfSk-n8-4xeI4ATkaVIggYMEiZjxOtyWY,2889
|
|
192
195
|
ngsolve/__expr.py,sha256=ZJFhvQ6S14AAwm3dVyEy-ixMwPw_ZOhMnOqyfXNVKnw,4215
|
|
193
196
|
ngsolve/__init__.py,sha256=z2CG5eq5x97RUbozHnklsbG4TBder0zZVf6IpufgBzU,5432
|
|
194
|
-
ngsolve/__init__.pyi,sha256=
|
|
197
|
+
ngsolve/__init__.pyi,sha256=AQxAucwFpYl4pt2EnJP3Z8DzuGoyck26crqW5pj_J1E,10628
|
|
195
198
|
ngsolve/_scikit_build_core_dependencies.py,sha256=3a7XNqFjWNfA4ADwcNA7NhatXcHY2aHf1RuGtaFmmks,735
|
|
196
199
|
ngsolve/bla.pyi,sha256=32sRJxua0k3ZMtSNviYMH5iiDN39ZWRSvCqEeaw0TbI,32525
|
|
197
200
|
ngsolve/bvp.py,sha256=oRcYhe17uOl3G2zTwf4CYsMDUTcFs0wb4AYu_cKADtk,1987
|
|
@@ -200,7 +203,7 @@ ngsolve/directsolvers.py,sha256=ilZmA6_fQulvPZmstKfuyCFI8cj9neEleqKUHxqFpQw,995
|
|
|
200
203
|
ngsolve/directsolvers.pyi,sha256=g2lO8RBCsvfrsTs3EmtL2eEQFiTUYHdOjeifJhHM4uI,541
|
|
201
204
|
ngsolve/eigenvalues.py,sha256=sQ8cgtK2wRoSVU2OrR3NdJWf1OmLS-KbDnm5K9Av74s,9309
|
|
202
205
|
ngsolve/eigenvalues.pyi,sha256=rElS4Dt4F4hMQLyMJ-wXaMrMhcrHIlsp3Zy1_ESJzKk,1090
|
|
203
|
-
ngsolve/fem.pyi,sha256=
|
|
206
|
+
ngsolve/fem.pyi,sha256=3rlLYmOOUX2ypjmWGfxkyopVhYxZIbqjNqVXQ345R9k,47534
|
|
204
207
|
ngsolve/internal.py,sha256=bXUxNpvi4zaskEt9QJ_IEiv_Hn43kg5JVv1wmMUYBfE,5113
|
|
205
208
|
ngsolve/krylovspace.py,sha256=wBSsE4-lmBnJsiNU1BYBKjfYgFAcqR1Ioe84DMwIjIM,31863
|
|
206
209
|
ngsolve/krylovspace.pyi,sha256=9la_L361GMvrXi6vSVgqhFZkRHebPXY0ur9F_p5weeA,12322
|
|
@@ -208,7 +211,7 @@ ngsolve/la.pyi,sha256=j531B_fTXMH_8Jr-uuOfiUUb6DdqSfm1appxz15T09w,39924
|
|
|
208
211
|
ngsolve/meshes.py,sha256=fxxtbxkfKuO2nUkXUiYwAwBAVxr9gkdnyIbZX3VpITQ,26786
|
|
209
212
|
ngsolve/ngs2petsc.py,sha256=6978Z7Na6eMOZ5NTEZx0ZVflyX6Kyy4gPQT_9RYuNss,12499
|
|
210
213
|
ngsolve/ngscxx.py,sha256=q3t5DgE3sJazWueas8FTXJ9jZM-LVa9KbGj_RTam6V4,1293
|
|
211
|
-
ngsolve/ngslib.so,sha256=
|
|
214
|
+
ngsolve/ngslib.so,sha256=J4AuZGllwYSVOfJScDswhL1BIBrxvxrA3UcpWDAlHYc,337112
|
|
212
215
|
ngsolve/ngstd.pyi,sha256=_w37fmYsO4AdTsakDJy3bjISQcC_q4YaEv2uBsVZapw,1528
|
|
213
216
|
ngsolve/nonlinearsolvers.py,sha256=8Q_CrD9vjdpZRV9sj2Fth7Y_kJJl7djPgarQmTK7Xfw,8216
|
|
214
217
|
ngsolve/nonlinearsolvers.pyi,sha256=QjprZCxLHhu-yjhsqL3Jo0A1tlLpm9Hy0xsQW9nwoqg,4612
|
|
@@ -222,18 +225,18 @@ ngsolve/timestepping.pyi,sha256=CLaOZHWranfhlzONovmfcoXsoYBijwyg8NAn-2wcZrw,2598
|
|
|
222
225
|
ngsolve/timing.py,sha256=Xqkq2byJjNNK9vJjHG2O3cMf6xuKIyySjk8yv6Le2T8,3985
|
|
223
226
|
ngsolve/timing.pyi,sha256=xlXc60336IpXfGT7Uk0EO0WE5iPXDgMfNLLCzUGu_tc,1777
|
|
224
227
|
ngsolve/utils.py,sha256=V2yVF4K3uv1007-DEs_GrzJ3BOOh09c4lDGGR1Xw-PU,4557
|
|
225
|
-
ngsolve/utils.pyi,sha256=
|
|
228
|
+
ngsolve/utils.pyi,sha256=hzQMICVjkttmXN5KUFLTuze2PmI2786jw_psKBeSVRc,13273
|
|
226
229
|
ngsolve/webgui.py,sha256=Oz6RN1_xQ8d6oMIx-KYIRDnBmlJIgwluCtZZjUOHtCs,24233
|
|
227
|
-
ngsolve/cmake/NGSolveConfig.cmake,sha256=
|
|
228
|
-
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=
|
|
229
|
-
ngsolve/cmake/ngsolve-targets.cmake,sha256=
|
|
230
|
-
ngsolve/comp/__init__.pyi,sha256=
|
|
230
|
+
ngsolve/cmake/NGSolveConfig.cmake,sha256=P9sH_7dFf10M84jCC4kwzH0TKBHn79y1pn1LonJtXqU,5052
|
|
231
|
+
ngsolve/cmake/ngsolve-targets-release.cmake,sha256=2dUHzaaMQX08eT7Tjti0crzp_Ah3oqW86gp5UgSufmw,3426
|
|
232
|
+
ngsolve/cmake/ngsolve-targets.cmake,sha256=2fUVuqwd9EESQuRzEwkQQAGJ1hmb0WS-YVyTvx06zYg,5978
|
|
233
|
+
ngsolve/comp/__init__.pyi,sha256=MxaW13gMe9d12YCnrHaA9zFQwKIAhlJEPEYKr2r1a40,202491
|
|
231
234
|
ngsolve/comp/pml.pyi,sha256=W_mxBHx145_IseOYF5drDA79axCnI294nVytJkxla1k,2719
|
|
232
235
|
ngsolve/config/__init__.py,sha256=A00lpnUKg-q3y_b-cN3jKF9urkGTGjb2Yz_gGc9WCLs,22
|
|
233
|
-
ngsolve/config/__init__.pyi,sha256=
|
|
236
|
+
ngsolve/config/__init__.pyi,sha256=f6TBc8HzNPonLRMSPC7LWc5wXRp5HHL7BFkk5OTsDgU,2881
|
|
234
237
|
ngsolve/config/__main__.py,sha256=m8k2RrXnXR5oYaUna1dwkKNhOZBiM7EyFSE9kIcZKvo,89
|
|
235
|
-
ngsolve/config/config.py,sha256=
|
|
236
|
-
ngsolve/config/config.pyi,sha256=
|
|
238
|
+
ngsolve/config/config.py,sha256=GYKlQng1zSj19FhRPiTkp6Mqm0Lrweg-dmJIWYa-MYU,2439
|
|
239
|
+
ngsolve/config/config.pyi,sha256=dmgkqiClna5RELYvVM-C7eGqr5Nvli70bHMGHIhUuHs,2862
|
|
237
240
|
ngsolve/demos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
238
241
|
ngsolve/demos/TensorProduct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
239
242
|
ngsolve/demos/TensorProduct/tp_dg_1d_1d.py,sha256=CrJCkbJNinVYUL3DO-4DnCAMGSAhegNc0QVWiJTk3Js,2109
|
|
@@ -265,41 +268,41 @@ ngsolve/demos/mpi/mpi_cmagnet.py,sha256=HuN4lttA2q2kNWss6LZNUKraHqskRQNVEBRjkrU2
|
|
|
265
268
|
ngsolve/demos/mpi/mpi_navierstokes.py,sha256=Sct0G6EziYVfeIeSa7_b6r3WiYXcxZekoOGsZQALx-c,2911
|
|
266
269
|
ngsolve/demos/mpi/mpi_poisson.py,sha256=UvXODjpWtqIgqq7lvMJf3ZEoJZLY1Dck-82R7auiW6I,2468
|
|
267
270
|
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.
|
|
271
|
+
ngsolve-6.2.2503.data/data/Netgen.icns,sha256=Ebqct4LKxLzxdJLwGg0tTUQb1VjLwkKhtmdYhpRhKjg,291475
|
|
272
|
+
ngsolve-6.2.2503.data/data/bin/ngscxx,sha256=ockVb7Im8CSd4dVUo1mSGXNJDCfwsUBVihkvmyMDtCQ,1755
|
|
273
|
+
ngsolve-6.2.2503.data/data/bin/ngsld,sha256=50UErkFWLTocn8GtZDTkUWmPTIqsoK5lcfBGwyP0Vnc,557
|
|
274
|
+
ngsolve-6.2.2503.data/data/bin/ngsolve.tcl,sha256=SSBYLyp4zgl6eM17LXIiLoj1Doy-h2s4EZg6oKi6ucA,20995
|
|
275
|
+
ngsolve-6.2.2503.data/data/bin/ngspy,sha256=WKxwhWwtXWGMfbQ0hoqr4RVbgV_i-mJr5f6I98rWbF0,103
|
|
276
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/beam.geo,sha256=EtxklGAIo6SxZlHHC_FZHoQGZqZUDGJQSheEMFO-bJ8,387
|
|
277
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/beam.vol,sha256=aotG4VA7sIgAsPQsYkzbMP1Jta_TddG2gMCblkSPkqc,13594
|
|
278
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/chip.in2d,sha256=g6C-mcoD8-q9JtZpuh4mf4iFEZUIGvvivp4C5YYMlAw,551
|
|
279
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/chip.vol,sha256=if0yLn8E3P4mZ_X5sBcrEIp2C4ZhMysGROtB1YCkJHI,27897
|
|
280
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/coil.geo,sha256=PVD4I9ztZowKwNOUrjnoOP7Tj2KG9J0UCJFRS9EhlxU,364
|
|
281
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/coil.vol,sha256=IOZe4oPxMUa9vBGJWN4LG9M79XAruY23S2rtAh_2_98,144724
|
|
282
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/coilshield.geo,sha256=lCUDCAhfowBttSGEY_giyY0xEFInAbgVfIPwSWBb504,605
|
|
283
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/coilshield.vol,sha256=2Dq5VCX7dqGxo_ExtUhI716I-SnxhLGPawW29IR9nYY,162397
|
|
284
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/cube.geo,sha256=kbBNVUYVSf1ogV7-Xf31KXju3LCUIPaDLfvwZHMgddI,386
|
|
285
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/cube.vol,sha256=54108a3RvrTUOJSFltxUY8iiNzyWoBTtNrWM0kufj7c,90295
|
|
286
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d10_DGdoubleglazing.pde,sha256=bPQAvbYlyvCfLzk9cOzjXDn94UFC_vBCONl7fEIaMVs,1304
|
|
287
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d11_chip_nitsche.pde,sha256=Mq3Ap63mWqjQyXsASFAlkRQ0AWxBlY3BYYejTYd-lwg,1101
|
|
288
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d1_square.pde,sha256=ysOroxhoAOePmB_Aswps9iGjA2qV5435iu3hOnSvN8M,1029
|
|
289
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d2_chip.pde,sha256=AowiGbuAWEdyFUB3d1LlZeQ7rarbkqIYsj1QcWc89-A,950
|
|
290
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d3_helmholtz.pde,sha256=nG0HxrxboI2qGoR5_LNZt7RYB7ji2o5jtkyIqTFR4y8,568
|
|
291
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d4_cube.pde,sha256=-C4RgoVtBXZu7XHCwZy7F7pr_PGNGcRwWCFzBppq1mQ,1033
|
|
292
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d5_beam.pde,sha256=QOYC7YN7LdcjSFeLdJu1Tlfi-lmsVsa7b9G6qoCsGo8,1985
|
|
293
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d6_shaft.pde,sha256=Iua3INfuIUeaBk21qNg4u5KZt__H1B8BZUsy5frjhdY,1901
|
|
294
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d7_coil.pde,sha256=-ELH2obynMJcvSOqoYT1OThXcllIcdss0ZrklLSimZw,1200
|
|
295
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d8_coilshield.pde,sha256=WUUulvd3dsedB25sFVQgU7FgZ3B7BkbxgkXTEBglk1w,1141
|
|
296
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/d9_hybridDG.pde,sha256=drLxnz1GvCEeme-FV772cGbS-YTgeUB4G5DrbkLdapw,1479
|
|
297
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/doubleglazing.in2d,sha256=bKn7m7eCcoLimGgoO3nxhiu7Mm0lIRnbx0TJh5dC1I0,506
|
|
298
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/doubleglazing.vol,sha256=Eg-H6nl2Hd5Nr593SFCCLVTDl25kIXuddrWpd7xlrP8,34987
|
|
299
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/piezo2d40round4.vol.gz,sha256=RuxM0vtYljoAImOH6U6avt0LmWaUbGNao37n8p_Yd1w,496477
|
|
300
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/shaft.geo,sha256=aPbk4EItJSLN_PjpOejnijk74y53QBW-IPCXHvLNlVs,2434
|
|
301
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/shaft.vol,sha256=fT8qu1L-p0MkI-l3WVisKG52W5FCzO_NzXaCvMJT1V4,270450
|
|
302
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/square.in2d,sha256=evpVgNNzReABv6bIs4J_r1OFeedMppoS-TEzE-tfKgY,192
|
|
303
|
+
ngsolve-6.2.2503.data/data/share/ngsolve/square.vol,sha256=IXIHYmq85hkFsMVZ_vEVthUnd0YTQWE4jRegjW8_ImI,9162
|
|
304
|
+
ngsolve-6.2.2503.dist-info/LICENSE,sha256=oZDcnIBDdV2Q-LCnX6ZrnkLUr0yYC_XdxjPwEk2zzuc,26430
|
|
305
|
+
ngsolve-6.2.2503.dist-info/METADATA,sha256=5WZua5GuqBZYuX7dhF1OxeIanrxwqP8tXHKbqxdMJd4,176
|
|
306
|
+
ngsolve-6.2.2503.dist-info/WHEEL,sha256=Rs0tttgtJ0omR3rUP4GnW1J4ixuIyT0TIVbeEuGkiG4,110
|
|
307
|
+
ngsolve-6.2.2503.dist-info/top_level.txt,sha256=1llU44DxNIP85uPT4RChsIuV3h2d0_5j0Ui_Df5vV8E,15
|
|
308
|
+
ngsolve-6.2.2503.dist-info/RECORD,,
|
|
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.2503.data}/data/share/ngsolve/coilshield.geo
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/coilshield.vol
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d11_chip_nitsche.pde
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d1_square.pde
RENAMED
|
File without changes
|
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d3_helmholtz.pde
RENAMED
|
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.2503.data}/data/share/ngsolve/d8_coilshield.pde
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/d9_hybridDG.pde
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/doubleglazing.in2d
RENAMED
|
File without changes
|
{ngsolve-6.2.2501.post83.dev1.data → ngsolve-6.2.2503.data}/data/share/ngsolve/doubleglazing.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
|