radia 1.0.9__py3-none-any.whl → 1.0.10__py3-none-any.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.
- python/rad_ngsolve.pyd +0 -0
- python/radia.pyd +0 -0
- {radia-1.0.9.dist-info → radia-1.0.10.dist-info}/METADATA +2 -2
- radia-1.0.10.dist-info/RECORD +13 -0
- radia-1.0.9.dist-info/RECORD +0 -13
- {radia-1.0.9.dist-info → radia-1.0.10.dist-info}/WHEEL +0 -0
- {radia-1.0.9.dist-info → radia-1.0.10.dist-info}/licenses/LICENSE +0 -0
- {radia-1.0.9.dist-info → radia-1.0.10.dist-info}/top_level.txt +0 -0
python/rad_ngsolve.pyd
CHANGED
|
Binary file
|
python/radia.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: radia
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.10
|
|
4
4
|
Summary: Radia 3D Magnetostatics with NGSolve Integration and OpenMP Parallelization
|
|
5
5
|
Home-page: https://github.com/ksugahar/Radia_NGSolve
|
|
6
6
|
Author: Pascal Elleaume
|
|
@@ -150,7 +150,7 @@ import rad_ngsolve
|
|
|
150
150
|
|
|
151
151
|
# Create Radia magnet
|
|
152
152
|
magnet = rad.ObjRecMag([0,0,0], [20,20,20], [0,0,1.2]) # mm units
|
|
153
|
-
rad.MatApl(magnet, rad.
|
|
153
|
+
rad.MatApl(magnet, rad.MatLin([0.06, 0.17], [0,0,1.2])) # NdFeB
|
|
154
154
|
rad.Solve(magnet, 0.0001, 10000)
|
|
155
155
|
|
|
156
156
|
# Create NGSolve CoefficientFunction for different field types
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
python/__init__.py,sha256=o4JtQw0g5WcRpQAUi97FgL5BIUAlfMBrn4442GGdGuc,47
|
|
2
|
+
python/nastran_reader.py,sha256=r4K2LJvHBtvBumbinbiQeyPA42iyvxNyAd6Y05lxeZs,10035
|
|
3
|
+
python/rad_ngsolve.pyd,sha256=1Pv4TOd15tuuSnAGPGhS6Fn8ehUZ9MWC8m5G1pwiYh4,552448
|
|
4
|
+
python/radia.pyd,sha256=n9nOJQAzLDaoifMEMvHT160o7RIONFRINa3kdSvbjFE,1811968
|
|
5
|
+
python/radia_coil_builder.py,sha256=nQkiAbfhueNvvxUARHdPD0C68ImidHmUQv_q4RsImeY,11253
|
|
6
|
+
python/radia_ngsolve_field.py,sha256=suJr4wacfYFKOkyV-5AQuHWnW5rtUMb0gSSjq8VRSXc,10166
|
|
7
|
+
python/radia_pyvista_viewer.py,sha256=JS33Mx4azGI7hUX0bzefc6zJfhv6qfRjM3Kl1bE9Mjs,4275
|
|
8
|
+
python/radia_vtk_export.py,sha256=UbPvo7ftHYLREz6TSpWrpLw7JesFhMA58-22R63HHH4,3997
|
|
9
|
+
radia-1.0.10.dist-info/licenses/LICENSE,sha256=Db6_UKUk2lyGv0e4MMLNG74LJ-aep64N2FEYQ8eA9DU,29796
|
|
10
|
+
radia-1.0.10.dist-info/METADATA,sha256=S4X78KmWRZltxf9FQrJIwMToSZ_gby-2Bh-rlswEeoA,12344
|
|
11
|
+
radia-1.0.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
radia-1.0.10.dist-info/top_level.txt,sha256=J-z0poNcsv31IHB413--iOY8LoHBKiTHeybHX3abokI,7
|
|
13
|
+
radia-1.0.10.dist-info/RECORD,,
|
radia-1.0.9.dist-info/RECORD
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
python/__init__.py,sha256=o4JtQw0g5WcRpQAUi97FgL5BIUAlfMBrn4442GGdGuc,47
|
|
2
|
-
python/nastran_reader.py,sha256=r4K2LJvHBtvBumbinbiQeyPA42iyvxNyAd6Y05lxeZs,10035
|
|
3
|
-
python/rad_ngsolve.pyd,sha256=pfLmNoFQtTqS_Uzey4v3WWwD_KpqrOjuZeXuK1_8LEs,576512
|
|
4
|
-
python/radia.pyd,sha256=aSCAxppUbllAM0AJPOKvHxBQ_Iio61U0uiosZevirOk,1820672
|
|
5
|
-
python/radia_coil_builder.py,sha256=nQkiAbfhueNvvxUARHdPD0C68ImidHmUQv_q4RsImeY,11253
|
|
6
|
-
python/radia_ngsolve_field.py,sha256=suJr4wacfYFKOkyV-5AQuHWnW5rtUMb0gSSjq8VRSXc,10166
|
|
7
|
-
python/radia_pyvista_viewer.py,sha256=JS33Mx4azGI7hUX0bzefc6zJfhv6qfRjM3Kl1bE9Mjs,4275
|
|
8
|
-
python/radia_vtk_export.py,sha256=UbPvo7ftHYLREz6TSpWrpLw7JesFhMA58-22R63HHH4,3997
|
|
9
|
-
radia-1.0.9.dist-info/licenses/LICENSE,sha256=Db6_UKUk2lyGv0e4MMLNG74LJ-aep64N2FEYQ8eA9DU,29796
|
|
10
|
-
radia-1.0.9.dist-info/METADATA,sha256=iN0Z0S9aCOvMKldmXLbpDseSBciwPOarHz84E01fLgE,12323
|
|
11
|
-
radia-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
-
radia-1.0.9.dist-info/top_level.txt,sha256=J-z0poNcsv31IHB413--iOY8LoHBKiTHeybHX3abokI,7
|
|
13
|
-
radia-1.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|