ngsolve 6.2.2406__cp312-cp312-macosx_10_15_universal2.whl → 6.2.2406.post57.dev1__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/arnoldi.hpp +3 -0
- netgen/include/basematrix.hpp +9 -18
- netgen/include/basevector.hpp +34 -71
- netgen/include/bilinearform.hpp +8 -59
- netgen/include/blockjacobi.hpp +4 -0
- netgen/include/cg.hpp +3 -0
- netgen/include/chebyshev.hpp +3 -0
- netgen/include/comp.hpp +0 -4
- netgen/include/diagonalmatrix.hpp +154 -0
- netgen/include/dump.hpp +5 -5
- netgen/include/eigen.hpp +3 -0
- netgen/include/elementbyelement.hpp +4 -0
- netgen/include/elementtopology.hpp +0 -3
- netgen/include/expr.hpp +2 -0
- netgen/include/fespace.hpp +8 -10
- netgen/include/finiteelement.hpp +7 -7
- netgen/include/h1amg.hpp +3 -1
- netgen/include/hcurlhdivfes.hpp +2 -0
- netgen/include/hcurlhofespace.hpp +2 -1
- netgen/include/intrule.hpp +15 -1
- netgen/include/jacobi.hpp +3 -0
- netgen/include/la.hpp +1 -13
- netgen/include/meshaccess.hpp +6 -9
- netgen/include/mgpre.hpp +1 -1
- netgen/include/mptools.hpp +1 -2
- netgen/include/multivector.hpp +2 -0
- netgen/include/ngsobject.hpp +1 -1
- netgen/include/nodalhofe.hpp +3 -0
- netgen/include/order.hpp +3 -1
- netgen/include/parallel_matrices.hpp +5 -0
- netgen/include/paralleldofs.hpp +44 -95
- netgen/include/parallelngs.hpp +2 -1
- netgen/include/parallelvector.hpp +12 -16
- netgen/include/pardisoinverse.hpp +1 -0
- netgen/include/pmltrafo.hpp +5 -2
- netgen/include/preconditioner.hpp +3 -1
- netgen/include/scalarfe.hpp +4 -1
- netgen/include/sparsecholesky.hpp +4 -0
- netgen/include/sparsematrix.hpp +8 -41
- netgen/include/sparsematrix_dyn.hpp +2 -0
- netgen/include/sparsematrix_impl.hpp +66 -1
- netgen/include/special_matrix.hpp +3 -138
- netgen/include/tpdiffop.hpp +1 -0
- netgen/include/tpintrule.hpp +2 -0
- netgen/include/umfpackinverse.hpp +1 -1
- netgen/include/vvector.hpp +10 -1
- netgen/libngcomp.dylib +0 -0
- netgen/libngfem.dylib +0 -0
- netgen/libngla.dylib +0 -0
- netgen/libngsolve.dylib +0 -0
- netgen/libngstd.dylib +0 -0
- ngsolve/__init__.pyi +1 -1
- ngsolve/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/comp/__init__.pyi +94 -1
- ngsolve/config/__init__.pyi +6 -6
- ngsolve/config/config.py +5 -5
- ngsolve/config/config.pyi +6 -6
- ngsolve/config.py +5 -5
- ngsolve/demos/mpi/mpi_navierstokes.py +2 -0
- ngsolve/demos/mpi/mpi_timeDG.py +3 -0
- ngsolve/utils.pyi +2 -1
- {ngsolve-6.2.2406.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2406.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/RECORD +99 -98
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2406.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2406.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2406.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2406.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/top_level.txt +0 -0
ngsolve/comp/__init__.pyi
CHANGED
|
@@ -11,7 +11,7 @@ import numpy
|
|
|
11
11
|
import pyngcore.pyngcore
|
|
12
12
|
import typing
|
|
13
13
|
from . import pml
|
|
14
|
-
__all__ = ['APhiHCurlAMG', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BND', 'BilinearForm', 'BndElementId', 'BoundaryFromVolumeCF', 'COUPLING_TYPE', 'ComponentGridFunction', 'Compress', 'CompressCompound', 'ContactBoundary', 'ConvertOperator', 'DifferentialSymbol', 'Discontinuous', 'DualProxyFunction', 'ElementId', 'ElementRange', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'Hidden', 'Integral', 'Integrate', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'KSpaceCoeffs', 'L2', 'LinearForm', 'LocalPreconditioner', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MultiGridPreconditioner', 'NGS_Object', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'NormalFacetFESpace', 'NormalFacetSurface', 'NumberSpace', 'ORDER_POLICY', 'PatchwiseSolve', 'Periodic', 'PlateauFESpace', 'Preconditioner', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'Reorder', 'SetHeapSize', 'SetTestoutFile', 'SumOfIntegrals', 'SurfaceL2', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'ToArchive', 'Transfer2StdMesh', 'VOL', 'VTKOutput', 'Variation', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'ngsglobals', 'pml']
|
|
14
|
+
__all__ = ['APhiHCurlAMG', 'Array_N6ngcomp13COUPLING_TYPEE_S', 'BBBND', 'BBND', 'BDDCPreconditioner', 'BDDCPreconditioner_complex', 'BDDCPreconditioner_double', 'BND', 'BilinearForm', 'BndElementId', 'BoundaryFromVolumeCF', 'COUPLING_TYPE', 'ComponentGridFunction', 'Compress', 'CompressCompound', 'ContactBoundary', 'ConvertOperator', 'DifferentialSymbol', 'Discontinuous', 'DualProxyFunction', 'ElementId', 'ElementRange', 'FESpace', 'FESpaceElement', 'FESpaceElementRange', 'FacetFESpace', 'FacetSurface', 'FlatArray_N6ngcomp13COUPLING_TYPEE_S', 'FromArchiveCF', 'FromArchiveFESpace', 'FromArchiveMesh', 'GlobalInterfaceSpace', 'GlobalSpace', 'GlobalVariables', 'GridFunction', 'GridFunctionC', 'GridFunctionCoefficientFunction', 'GridFunctionD', 'H1', 'H1LumpingFESpace', 'HCurl', 'HCurlAMG', 'HCurlCurl', 'HCurlDiv', 'HDiv', 'HDivDiv', 'HDivDivSurface', 'HDivSurface', 'Hidden', 'Integral', 'Integrate', 'IntegrationRuleSpace', 'IntegrationRuleSpaceSurface', 'Interpolate', 'InterpolateProxy', 'KSpaceCoeffs', 'L2', 'LinearForm', 'LocalPreconditioner', 'MatrixFreeOperator', 'MatrixValued', 'Mesh', 'MeshNode', 'MeshNodeRange', 'MultiGridPreconditioner', 'NGS_Object', 'Ngs_Element', 'NodalFESpace', 'NodeId', 'NodeRange', 'NormalFacetFESpace', 'NormalFacetSurface', 'NumberSpace', 'ORDER_POLICY', 'PatchwiseSolve', 'Periodic', 'PlateauFESpace', 'Preconditioner', 'ProductSpace', 'Prolongate', 'ProlongateCoefficientFunction', 'Prolongation', 'ProxyFunction', 'QuasiPeriodicC', 'QuasiPeriodicD', 'Region', 'RegisterPreconditioner', 'Reorder', 'SetHeapSize', 'SetTestoutFile', 'SumOfIntegrals', 'SurfaceL2', 'SymbolTable_D', 'SymbolTable_sp_D', 'SymbolTable_sp_N5ngfem19CoefficientFunctionE', 'SymbolTable_sp_N6ngcomp10LinearFormE', 'SymbolTable_sp_N6ngcomp12BilinearFormE', 'SymbolTable_sp_N6ngcomp12GridFunctionE', 'SymbolTable_sp_N6ngcomp14PreconditionerE', 'SymbolTable_sp_N6ngcomp7FESpaceE', 'SymbolicBFI', 'SymbolicEnergy', 'SymbolicLFI', 'SymbolicTPBFI', 'TangentialFacetFESpace', 'TangentialSurfaceL2', 'TensorProductFESpace', 'TensorProductIntegrate', 'ToArchive', 'Transfer2StdMesh', 'VOL', 'VTKOutput', 'Variation', 'VectorFacetFESpace', 'VectorFacetSurface', 'VectorH1', 'VectorL2', 'VectorNodalFESpace', 'VectorSurfaceL2', 'VectorValued', 'VorB', 'ngsglobals', 'pml']
|
|
15
15
|
class APhiHCurlAMG(HCurlAMG):
|
|
16
16
|
"""
|
|
17
17
|
|
|
@@ -479,6 +479,13 @@ class Compress(FESpace):
|
|
|
479
479
|
OLDSTYLE .. as it used to be for the last decade
|
|
480
480
|
print: bool = False
|
|
481
481
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
482
|
+
segmorder: none
|
|
483
|
+
trigorder: none
|
|
484
|
+
quadorder: none
|
|
485
|
+
tetorder: none
|
|
486
|
+
hexorder: none
|
|
487
|
+
prismorder: none
|
|
488
|
+
pyramidorder: none
|
|
482
489
|
"""
|
|
483
490
|
def GetActiveDofs(self) -> pyngcore.pyngcore.BitArray:
|
|
484
491
|
...
|
|
@@ -586,6 +593,13 @@ class Discontinuous(FESpace, NGS_Object):
|
|
|
586
593
|
OLDSTYLE .. as it used to be for the last decade
|
|
587
594
|
print: bool = False
|
|
588
595
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
596
|
+
segmorder: none
|
|
597
|
+
trigorder: none
|
|
598
|
+
quadorder: none
|
|
599
|
+
tetorder: none
|
|
600
|
+
hexorder: none
|
|
601
|
+
prismorder: none
|
|
602
|
+
pyramidorder: none
|
|
589
603
|
"""
|
|
590
604
|
def __getstate__(self) -> tuple:
|
|
591
605
|
...
|
|
@@ -749,6 +763,13 @@ class FESpace(NGS_Object):
|
|
|
749
763
|
OLDSTYLE .. as it used to be for the last decade
|
|
750
764
|
print: bool = False
|
|
751
765
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
766
|
+
segmorder: none
|
|
767
|
+
trigorder: none
|
|
768
|
+
quadorder: none
|
|
769
|
+
tetorder: none
|
|
770
|
+
hexorder: none
|
|
771
|
+
prismorder: none
|
|
772
|
+
pyramidorder: none
|
|
752
773
|
"""
|
|
753
774
|
__hash__: typing.ClassVar[None] = None
|
|
754
775
|
@staticmethod
|
|
@@ -1282,6 +1303,13 @@ class GlobalInterfaceSpace(FESpace):
|
|
|
1282
1303
|
OLDSTYLE .. as it used to be for the last decade
|
|
1283
1304
|
print: bool = False
|
|
1284
1305
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
1306
|
+
segmorder: none
|
|
1307
|
+
trigorder: none
|
|
1308
|
+
quadorder: none
|
|
1309
|
+
tetorder: none
|
|
1310
|
+
hexorder: none
|
|
1311
|
+
prismorder: none
|
|
1312
|
+
pyramidorder: none
|
|
1285
1313
|
"""
|
|
1286
1314
|
def __init__(self, mesh: Mesh, mapping: ngsolve.fem.CoefficientFunction, definedon: Region | None = None, periodic: bool = False, periodicu: bool = False, periodicv: bool = False, order: int = 3, complex: bool = False, polar: bool = False, autoupdate: bool = False) -> None:
|
|
1287
1315
|
...
|
|
@@ -2311,6 +2339,13 @@ class Hidden(FESpace, NGS_Object):
|
|
|
2311
2339
|
OLDSTYLE .. as it used to be for the last decade
|
|
2312
2340
|
print: bool = False
|
|
2313
2341
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
2342
|
+
segmorder: none
|
|
2343
|
+
trigorder: none
|
|
2344
|
+
quadorder: none
|
|
2345
|
+
tetorder: none
|
|
2346
|
+
hexorder: none
|
|
2347
|
+
prismorder: none
|
|
2348
|
+
pyramidorder: none
|
|
2314
2349
|
"""
|
|
2315
2350
|
def __init__(self, fespace: FESpace, **kwargs) -> None:
|
|
2316
2351
|
...
|
|
@@ -2691,6 +2726,13 @@ class MatrixValued(ProductSpace):
|
|
|
2691
2726
|
OLDSTYLE .. as it used to be for the last decade
|
|
2692
2727
|
print: bool = False
|
|
2693
2728
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
2729
|
+
segmorder: none
|
|
2730
|
+
trigorder: none
|
|
2731
|
+
quadorder: none
|
|
2732
|
+
tetorder: none
|
|
2733
|
+
hexorder: none
|
|
2734
|
+
prismorder: none
|
|
2735
|
+
pyramidorder: none
|
|
2694
2736
|
"""
|
|
2695
2737
|
def __init__(self, space: FESpace, dim: int | None = None, symmetric: bool = False, deviatoric: bool = False, skewsymmetric: bool = False, autoupdate: bool = False) -> None:
|
|
2696
2738
|
...
|
|
@@ -3531,6 +3573,13 @@ class Periodic(FESpace):
|
|
|
3531
3573
|
OLDSTYLE .. as it used to be for the last decade
|
|
3532
3574
|
print: bool = False
|
|
3533
3575
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
3576
|
+
segmorder: none
|
|
3577
|
+
trigorder: none
|
|
3578
|
+
quadorder: none
|
|
3579
|
+
tetorder: none
|
|
3580
|
+
hexorder: none
|
|
3581
|
+
prismorder: none
|
|
3582
|
+
pyramidorder: none
|
|
3534
3583
|
"""
|
|
3535
3584
|
def __getstate__(self) -> tuple:
|
|
3536
3585
|
...
|
|
@@ -3585,6 +3634,13 @@ class PlateauFESpace(FESpace):
|
|
|
3585
3634
|
OLDSTYLE .. as it used to be for the last decade
|
|
3586
3635
|
print: bool = False
|
|
3587
3636
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
3637
|
+
segmorder: none
|
|
3638
|
+
trigorder: none
|
|
3639
|
+
quadorder: none
|
|
3640
|
+
tetorder: none
|
|
3641
|
+
hexorder: none
|
|
3642
|
+
prismorder: none
|
|
3643
|
+
pyramidorder: none
|
|
3588
3644
|
"""
|
|
3589
3645
|
def __init__(self, arg0: FESpace, arg1: list[Region]) -> None:
|
|
3590
3646
|
...
|
|
@@ -3665,6 +3721,13 @@ class ProductSpace(FESpace):
|
|
|
3665
3721
|
OLDSTYLE .. as it used to be for the last decade
|
|
3666
3722
|
print: bool = False
|
|
3667
3723
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
3724
|
+
segmorder: none
|
|
3725
|
+
trigorder: none
|
|
3726
|
+
quadorder: none
|
|
3727
|
+
tetorder: none
|
|
3728
|
+
hexorder: none
|
|
3729
|
+
prismorder: none
|
|
3730
|
+
pyramidorder: none
|
|
3668
3731
|
"""
|
|
3669
3732
|
def Embedding(self, component: int) -> BaseMatrix:
|
|
3670
3733
|
"""
|
|
@@ -3839,6 +3902,13 @@ class QuasiPeriodicC(Periodic):
|
|
|
3839
3902
|
OLDSTYLE .. as it used to be for the last decade
|
|
3840
3903
|
print: bool = False
|
|
3841
3904
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
3905
|
+
segmorder: none
|
|
3906
|
+
trigorder: none
|
|
3907
|
+
quadorder: none
|
|
3908
|
+
tetorder: none
|
|
3909
|
+
hexorder: none
|
|
3910
|
+
prismorder: none
|
|
3911
|
+
pyramidorder: none
|
|
3842
3912
|
"""
|
|
3843
3913
|
def __getstate__(self) -> tuple:
|
|
3844
3914
|
...
|
|
@@ -3891,6 +3961,13 @@ class QuasiPeriodicD(Periodic):
|
|
|
3891
3961
|
OLDSTYLE .. as it used to be for the last decade
|
|
3892
3962
|
print: bool = False
|
|
3893
3963
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
3964
|
+
segmorder: none
|
|
3965
|
+
trigorder: none
|
|
3966
|
+
quadorder: none
|
|
3967
|
+
tetorder: none
|
|
3968
|
+
hexorder: none
|
|
3969
|
+
prismorder: none
|
|
3970
|
+
pyramidorder: none
|
|
3894
3971
|
"""
|
|
3895
3972
|
def __getstate__(self) -> tuple:
|
|
3896
3973
|
...
|
|
@@ -4006,6 +4083,13 @@ class Reorder(FESpace):
|
|
|
4006
4083
|
OLDSTYLE .. as it used to be for the last decade
|
|
4007
4084
|
print: bool = False
|
|
4008
4085
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
4086
|
+
segmorder: none
|
|
4087
|
+
trigorder: none
|
|
4088
|
+
quadorder: none
|
|
4089
|
+
tetorder: none
|
|
4090
|
+
hexorder: none
|
|
4091
|
+
prismorder: none
|
|
4092
|
+
pyramidorder: none
|
|
4009
4093
|
"""
|
|
4010
4094
|
def GetClusters(self) -> pyngcore.pyngcore.Table_I:
|
|
4011
4095
|
...
|
|
@@ -4936,6 +5020,13 @@ class VectorValued(ProductSpace):
|
|
|
4936
5020
|
OLDSTYLE .. as it used to be for the last decade
|
|
4937
5021
|
print: bool = False
|
|
4938
5022
|
(historic) print some output into file set by 'SetTestoutFile'
|
|
5023
|
+
segmorder: none
|
|
5024
|
+
trigorder: none
|
|
5025
|
+
quadorder: none
|
|
5026
|
+
tetorder: none
|
|
5027
|
+
hexorder: none
|
|
5028
|
+
prismorder: none
|
|
5029
|
+
pyramidorder: none
|
|
4939
5030
|
"""
|
|
4940
5031
|
def __getstate__(self) -> tuple:
|
|
4941
5032
|
...
|
|
@@ -5112,6 +5203,8 @@ def Interpolate(cf: ngsolve.fem.CoefficientFunction, space: FESpace, bonus_intor
|
|
|
5112
5203
|
"""
|
|
5113
5204
|
def KSpaceCoeffs(arg0: GridFunction, arg1: GridFunction, arg2: float, arg3: float) -> None:
|
|
5114
5205
|
...
|
|
5206
|
+
def MatrixFreeOperator(arg0: FESpace, arg1: typing.Any) -> BaseMatrix:
|
|
5207
|
+
...
|
|
5115
5208
|
def PatchwiseSolve(bf: SumOfIntegrals, lf: SumOfIntegrals, gf: GridFunction) -> None:
|
|
5116
5209
|
...
|
|
5117
5210
|
def Prolongate(arg0: GridFunction, arg1: GridFunction) -> None:
|
ngsolve/config/__init__.pyi
CHANGED
|
@@ -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'
|
|
27
|
-
NGSOLVE_VERSION_GIT: str = 'v6.2.2406-
|
|
28
|
-
NGSOLVE_VERSION_HASH: str = '
|
|
26
|
+
NGSOLVE_VERSION: str = '6.2.2406-57-g045c63cbe'
|
|
27
|
+
NGSOLVE_VERSION_GIT: str = 'v6.2.2406-57-g045c63cbe'
|
|
28
|
+
NGSOLVE_VERSION_HASH: str = 'g045c63cbe'
|
|
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'
|
|
33
|
-
NGSOLVE_VERSION_TWEAK: str = '
|
|
32
|
+
NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post57.dev1'
|
|
33
|
+
NGSOLVE_VERSION_TWEAK: str = '57'
|
|
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-
|
|
42
|
+
version: str = 'v6.2.2406-57-g045c63cbe'
|
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"
|
|
34
|
-
NGSOLVE_VERSION_GIT = "v6.2.2406-
|
|
35
|
-
NGSOLVE_VERSION_PYTHON = "6.2.2406"
|
|
33
|
+
NGSOLVE_VERSION = "6.2.2406-57-g045c63cbe"
|
|
34
|
+
NGSOLVE_VERSION_GIT = "v6.2.2406-57-g045c63cbe"
|
|
35
|
+
NGSOLVE_VERSION_PYTHON = "6.2.2406.post57.dev1"
|
|
36
36
|
|
|
37
37
|
NGSOLVE_VERSION_MAJOR = "6"
|
|
38
38
|
NGSOLVE_VERSION_MINOR = "2"
|
|
39
|
-
NGSOLVE_VERSION_TWEAK = "
|
|
39
|
+
NGSOLVE_VERSION_TWEAK = "57"
|
|
40
40
|
NGSOLVE_VERSION_PATCH = "2406"
|
|
41
|
-
NGSOLVE_VERSION_HASH = "
|
|
41
|
+
NGSOLVE_VERSION_HASH = "g045c63cbe"
|
|
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'
|
|
29
|
-
NGSOLVE_VERSION_GIT: str = 'v6.2.2406-
|
|
30
|
-
NGSOLVE_VERSION_HASH: str = '
|
|
28
|
+
NGSOLVE_VERSION: str = '6.2.2406-57-g045c63cbe'
|
|
29
|
+
NGSOLVE_VERSION_GIT: str = 'v6.2.2406-57-g045c63cbe'
|
|
30
|
+
NGSOLVE_VERSION_HASH: str = 'g045c63cbe'
|
|
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'
|
|
35
|
-
NGSOLVE_VERSION_TWEAK: str = '
|
|
34
|
+
NGSOLVE_VERSION_PYTHON: str = '6.2.2406.post57.dev1'
|
|
35
|
+
NGSOLVE_VERSION_TWEAK: str = '57'
|
|
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-
|
|
44
|
+
version: str = 'v6.2.2406-57-g045c63cbe'
|
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"
|
|
34
|
-
NGSOLVE_VERSION_GIT = "v6.2.2406-
|
|
35
|
-
NGSOLVE_VERSION_PYTHON = "6.2.2406"
|
|
33
|
+
NGSOLVE_VERSION = "6.2.2406-57-g045c63cbe"
|
|
34
|
+
NGSOLVE_VERSION_GIT = "v6.2.2406-57-g045c63cbe"
|
|
35
|
+
NGSOLVE_VERSION_PYTHON = "6.2.2406.post57.dev1"
|
|
36
36
|
|
|
37
37
|
NGSOLVE_VERSION_MAJOR = "6"
|
|
38
38
|
NGSOLVE_VERSION_MINOR = "2"
|
|
39
|
-
NGSOLVE_VERSION_TWEAK = "
|
|
39
|
+
NGSOLVE_VERSION_TWEAK = "57"
|
|
40
40
|
NGSOLVE_VERSION_PATCH = "2406"
|
|
41
|
-
NGSOLVE_VERSION_HASH = "
|
|
41
|
+
NGSOLVE_VERSION_HASH = "g045c63cbe"
|
|
42
42
|
|
|
43
43
|
CMAKE_CXX_COMPILER = "/Library/Developer/CommandLineTools/usr/bin/c++"
|
|
44
44
|
CMAKE_CUDA_COMPILER = ""
|
ngsolve/demos/mpi/mpi_timeDG.py
CHANGED
|
@@ -7,12 +7,15 @@
|
|
|
7
7
|
|
|
8
8
|
# circular convection; time-DG with skeleton-formulation
|
|
9
9
|
|
|
10
|
+
|
|
10
11
|
from netgen.geom2d import unit_square
|
|
11
12
|
import netgen.meshing
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
from ngsolve import *
|
|
15
16
|
|
|
17
|
+
SetNumThreads(1)
|
|
18
|
+
|
|
16
19
|
from mpi4py.MPI import COMM_WORLD as comm
|
|
17
20
|
rank = comm.rank
|
|
18
21
|
np = comm.size
|
ngsolve/utils.pyi
CHANGED
|
@@ -59,6 +59,7 @@ from ngsolve.comp import KSpaceCoeffs
|
|
|
59
59
|
from ngsolve.comp import L2
|
|
60
60
|
from ngsolve.comp import LinearForm
|
|
61
61
|
from ngsolve.comp import LocalPreconditioner
|
|
62
|
+
from ngsolve.comp import MatrixFreeOperator
|
|
62
63
|
from ngsolve.comp import MatrixValued
|
|
63
64
|
from ngsolve.comp import Mesh
|
|
64
65
|
from ngsolve.comp import MeshNode
|
|
@@ -200,7 +201,7 @@ from ngsolve.fem import sqrt
|
|
|
200
201
|
from ngsolve.fem import tan
|
|
201
202
|
from ngsolve.ngstd import IntRange
|
|
202
203
|
from pyngcore.pyngcore import Timer
|
|
203
|
-
__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', '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', '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']
|
|
204
|
+
__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', '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']
|
|
204
205
|
def ConstantCF(val):
|
|
205
206
|
...
|
|
206
207
|
def Deviator(mat):
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ngsolve
|
|
3
|
-
Version: 6.2.2406
|
|
3
|
+
Version: 6.2.2406.post57.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
|
|
8
|
+
Requires-Dist: netgen-mesher ==6.2.2406.post25.dev0
|
|
9
9
|
|