ngsolve 6.2.2406.post32.dev1__cp313-cp313-macosx_10_15_universal2.whl → 6.2.2406.post57.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/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 +3 -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/eigen.hpp +3 -0
- netgen/include/elementbyelement.hpp +4 -0
- netgen/include/elementtopology.hpp +0 -3
- netgen/include/fespace.hpp +7 -9
- 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 +0 -3
- netgen/include/mgpre.hpp +1 -1
- netgen/include/multivector.hpp +2 -0
- netgen/include/ngsobject.hpp +1 -1
- netgen/include/order.hpp +3 -1
- netgen/include/parallel_matrices.hpp +5 -0
- netgen/include/paralleldofs.hpp +13 -51
- netgen/include/parallelngs.hpp +2 -1
- netgen/include/parallelvector.hpp +5 -2
- netgen/include/pardisoinverse.hpp +1 -0
- netgen/include/preconditioner.hpp +3 -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/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/libngstd.dylib +0 -0
- ngsolve/__init__.pyi +1 -1
- ngsolve/cmake/NGSolveConfig.cmake +1 -1
- ngsolve/comp/__init__.pyi +91 -0
- ngsolve/config/__init__.pyi +6 -6
- ngsolve/config/config.py +5 -5
- ngsolve/config/config.pyi +6 -6
- ngsolve/config.py +5 -5
- ngsolve/directsolvers.pyi +1 -1
- ngsolve/krylovspace.pyi +3 -3
- ngsolve/nonlinearsolvers.pyi +1 -1
- ngsolve/timestepping.pyi +3 -3
- ngsolve/timing.pyi +1 -1
- {ngsolve-6.2.2406.post32.dev1.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/METADATA +2 -2
- {ngsolve-6.2.2406.post32.dev1.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/RECORD +92 -91
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/Netgen.icns +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngscxx +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngsld +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngsolve.tcl +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/bin/ngspy +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/beam.geo +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/beam.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/chip.in2d +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/chip.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coil.geo +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coil.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coilshield.geo +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/coilshield.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/cube.geo +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/cube.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d10_DGdoubleglazing.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d11_chip_nitsche.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d1_square.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d2_chip.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d3_helmholtz.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d4_cube.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d5_beam.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d6_shaft.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d7_coil.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d8_coilshield.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/d9_hybridDG.pde +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/doubleglazing.in2d +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/doubleglazing.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/piezo2d40round4.vol.gz +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/shaft.geo +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/shaft.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/square.in2d +0 -0
- {ngsolve-6.2.2406.post32.dev1.data → ngsolve-6.2.2406.post57.dev1.data}/data/share/ngsolve/square.vol +0 -0
- {ngsolve-6.2.2406.post32.dev1.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/LICENSE +0 -0
- {ngsolve-6.2.2406.post32.dev1.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/WHEEL +0 -0
- {ngsolve-6.2.2406.post32.dev1.dist-info → ngsolve-6.2.2406.post57.dev1.dist-info}/top_level.txt +0 -0
netgen/include/vvector.hpp
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
#ifndef FILE_VVECTOR
|
|
2
|
+
#define FILE_VVECTOR
|
|
3
|
+
|
|
4
|
+
#include "basevector.hpp"
|
|
5
|
+
|
|
1
6
|
namespace ngla
|
|
2
7
|
{
|
|
3
8
|
|
|
@@ -13,7 +18,7 @@ namespace ngla
|
|
|
13
18
|
{
|
|
14
19
|
protected:
|
|
15
20
|
TSCAL * pdata;
|
|
16
|
-
int es;
|
|
21
|
+
int es; // entry size in in term of TSCALs
|
|
17
22
|
bool ownmem;
|
|
18
23
|
|
|
19
24
|
public:
|
|
@@ -197,3 +202,7 @@ namespace ngla
|
|
|
197
202
|
extern template class VVector<double>;
|
|
198
203
|
extern template class VVector<Complex>;
|
|
199
204
|
}
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
#endif
|
netgen/libngcomp.dylib
CHANGED
|
Binary file
|
netgen/libngfem.dylib
CHANGED
|
Binary file
|
netgen/libngla.dylib
CHANGED
|
Binary file
|
netgen/libngstd.dylib
CHANGED
|
Binary file
|
ngsolve/__init__.pyi
CHANGED
|
@@ -217,7 +217,7 @@ TET: fem.ET # value = <ET.TET: 20>
|
|
|
217
217
|
TRIG: fem.ET # value = <ET.TRIG: 10>
|
|
218
218
|
VERTEX: fem.NODE_TYPE # value = <NODE_TYPE.VERTEX: 0>
|
|
219
219
|
VOL: comp.VorB # value = <VorB.VOL: 0>
|
|
220
|
-
__version__: str = '6.2.2406-
|
|
220
|
+
__version__: str = '6.2.2406-57-g045c63cbe'
|
|
221
221
|
ds: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
|
|
222
222
|
dx: comp.DifferentialSymbol # value = <ngsolve.comp.DifferentialSymbol object>
|
|
223
223
|
ngsglobals: comp.GlobalVariables # value = <ngsolve.comp.GlobalVariables object>
|
ngsolve/comp/__init__.pyi
CHANGED
|
@@ -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
|
...
|
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/directsolvers.pyi
CHANGED
|
@@ -9,7 +9,7 @@ import typing
|
|
|
9
9
|
__all__ = ['BaseMatrix', 'BaseVector', 'BilinearForm', 'BitArray', 'SuperLU']
|
|
10
10
|
class SuperLU(ngsolve.la.BaseMatrix):
|
|
11
11
|
__firstlineno__: typing.ClassVar[int] = 3
|
|
12
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
12
|
+
__static_attributes__: typing.ClassVar[tuple] = ('fd', 'lu', 'freedofs', 'a')
|
|
13
13
|
def Mult(self, x: ngsolve.la.BaseVector, y: ngsolve.la.BaseVector):
|
|
14
14
|
...
|
|
15
15
|
def Update(self):
|
ngsolve/krylovspace.pyi
CHANGED
|
@@ -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] = ('iterations', 'norm', 'restart', 'innerproduct')
|
|
39
39
|
name: typing.ClassVar[str] = 'GMRes'
|
|
40
40
|
def _SolveImpl(self, rhs: ngsolve.la.BaseVector, sol: ngsolve.la.BaseVector):
|
|
41
41
|
...
|
|
@@ -43,7 +43,7 @@ class GMResSolver(LinearSolver):
|
|
|
43
43
|
...
|
|
44
44
|
class LinearSolver(ngsolve.la.BaseMatrix):
|
|
45
45
|
__firstlineno__: typing.ClassVar[int] = 50
|
|
46
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
46
|
+
__static_attributes__: typing.ClassVar[tuple] = ('pre', 'plotrates', 'display', 'atol', 'ress', 'maxiter', 'ax', 'callback', 'sol', 'printrates', 'mat', 'fig', '_final_residual', 'iterations', 'plt', 'residuals', 'clear_output', 'tol', 'its', 'callback_sol')
|
|
47
47
|
name: typing.ClassVar[str] = 'LinearSolver'
|
|
48
48
|
@staticmethod
|
|
49
49
|
def Solve(*args, **kwargs):
|
|
@@ -73,7 +73,7 @@ class MinResSolver(LinearSolver):
|
|
|
73
73
|
...
|
|
74
74
|
class QMRSolver(LinearSolver):
|
|
75
75
|
__firstlineno__: typing.ClassVar[int] = 295
|
|
76
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
76
|
+
__static_attributes__: typing.ClassVar[tuple] = ('pre2', 'ep')
|
|
77
77
|
name: typing.ClassVar[str] = 'QMR'
|
|
78
78
|
def _SolveImpl(self, rhs: ngsolve.la.BaseVector, sol: ngsolve.la.BaseVector):
|
|
79
79
|
...
|
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] = ('freedofs', 'rhs', 'inv', 'lin_solver_args', 'lin_solver_cls', 'w', 'a', 'uh', 'inverse', 'r', 'u')
|
|
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_cls', 'bfmstar', 'time', 'gfu_old', '_lin_solver_args', 'c', 'dt')
|
|
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_cls', 'bfmstar', 'time', 'gfu_old', '_lin_solver_args', 'c', 'dt')
|
|
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_cls', 'bfmstar', 'time', 'gfa_old', 'gfu_old', '_lin_solver_args', 'c', 'dt')
|
|
29
29
|
def Integrate(self, u: ngsolve.comp.GridFunction, end_time: float, v: typing.Optional[ngsolve.comp.GridFunction] = None, a: typing.Optional[ngsolve.comp.GridFunction] = None, start_time: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None, callback: typing.Optional[typing.Callable] = None):
|
|
30
30
|
...
|
|
31
31
|
def Step(self, u: ngsolve.comp.GridFunction, v: ngsolve.comp.GridFunction, a: ngsolve.comp.GridFunction, dt: typing.Optional[float] = None, newton_args: typing.Optional[dict] = None):
|
ngsolve/timing.pyi
CHANGED
|
@@ -32,7 +32,7 @@ class Timing:
|
|
|
32
32
|
|
|
33
33
|
"""
|
|
34
34
|
__firstlineno__: typing.ClassVar[int] = 5
|
|
35
|
-
__static_attributes__: typing.ClassVar[tuple] = ('
|
|
35
|
+
__static_attributes__: typing.ClassVar[tuple] = ('name', 'timings_par', 'timings')
|
|
36
36
|
def CompareTo(self, folder):
|
|
37
37
|
"""
|
|
38
38
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ngsolve
|
|
3
|
-
Version: 6.2.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
|
|