ViennaPS 3.3.0__pp37-pypy37_pp73-win_amd64.whl → 3.5.0__pp37-pypy37_pp73-win_amd64.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 ViennaPS might be problematic. Click here for more details.

Files changed (60) hide show
  1. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/METADATA +42 -26
  2. viennaps-3.5.0.dist-info/RECORD +61 -0
  3. viennaps.libs/embree4.dll +0 -0
  4. viennaps.libs/embree4.exp +0 -0
  5. viennaps.libs/embree4.lib +0 -0
  6. viennaps.libs/embree_avx.lib +0 -0
  7. viennaps.libs/embree_avx2.lib +0 -0
  8. viennaps.libs/embree_sse42.lib +0 -0
  9. viennaps.libs/lexers.lib +0 -0
  10. viennaps.libs/math.lib +0 -0
  11. viennaps.libs/simd.lib +0 -0
  12. viennaps.libs/sys.lib +0 -0
  13. viennaps.libs/tasking.lib +0 -0
  14. viennaps.libs/tbb12.dll +0 -0
  15. viennaps.libs/tbb12.exp +0 -0
  16. viennaps.libs/tbb12.lib +0 -0
  17. viennaps.libs/vtkCommonComputationalGeometry-9.3.dll +0 -0
  18. viennaps.libs/vtkCommonCore-9.3.dll +0 -0
  19. viennaps.libs/vtkCommonDataModel-9.3.dll +0 -0
  20. viennaps.libs/vtkCommonExecutionModel-9.3.dll +0 -0
  21. viennaps.libs/vtkCommonMath-9.3.dll +0 -0
  22. viennaps.libs/vtkCommonMisc-9.3.dll +0 -0
  23. viennaps.libs/vtkCommonSystem-9.3.dll +0 -0
  24. viennaps.libs/vtkCommonTransforms-9.3.dll +0 -0
  25. viennaps.libs/vtkFiltersCore-9.3.dll +0 -0
  26. viennaps.libs/vtkFiltersGeneral-9.3.dll +0 -0
  27. viennaps.libs/vtkFiltersGeometry-9.3.dll +0 -0
  28. viennaps.libs/vtkFiltersVerdict-9.3.dll +0 -0
  29. viennaps.libs/vtkIOCore-9.3.dll +0 -0
  30. viennaps.libs/vtkIOXML-9.3.dll +0 -0
  31. viennaps.libs/vtkIOXMLParser-9.3.dll +0 -0
  32. viennaps.libs/vtkdoubleconversion-9.3.dll +0 -0
  33. viennaps.libs/vtkexpat-9.3.dll +0 -0
  34. viennaps.libs/vtkfmt-9.3.dll +0 -0
  35. viennaps.libs/vtkkissfft-9.3.dll +0 -0
  36. viennaps.libs/vtkloguru-9.3.dll +0 -0
  37. viennaps.libs/vtklz4-9.3.dll +0 -0
  38. viennaps.libs/vtklzma-9.3.dll +0 -0
  39. viennaps.libs/vtkpugixml-9.3.dll +0 -0
  40. viennaps.libs/vtksys-9.3.dll +0 -0
  41. viennaps.libs/vtkverdict-9.3.dll +0 -0
  42. viennaps.libs/vtkzlib-9.3.dll +0 -0
  43. viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd +0 -0
  44. viennaps2d/Release/viennaps2d.cp311-win_amd64.pyd +0 -0
  45. viennaps2d/Release/viennaps2d.cp312-win_amd64.pyd +0 -0
  46. viennaps2d/Release/viennaps2d.pypy37-pp73-win_amd64.pyd +0 -0
  47. viennaps2d/__init__.py +15 -2
  48. viennaps2d/viennaps2d.pyi +313 -85
  49. viennaps2d/viennaps2d.pypy37-pp73-win_amd64.pyd +0 -0
  50. viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd +0 -0
  51. viennaps3d/Release/viennaps3d.cp311-win_amd64.pyd +0 -0
  52. viennaps3d/Release/viennaps3d.cp312-win_amd64.pyd +0 -0
  53. viennaps3d/Release/viennaps3d.pypy37-pp73-win_amd64.pyd +0 -0
  54. viennaps3d/__init__.py +15 -2
  55. viennaps3d/viennaps3d/gpu.pyi +111 -0
  56. viennaps3d/viennaps3d.pyi +290 -90
  57. viennaps3d/viennaps3d.pypy37-pp73-win_amd64.pyd +0 -0
  58. viennaps-3.3.0.dist-info/RECORD +0 -60
  59. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/WHEEL +0 -0
  60. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ViennaPS
3
- Version: 3.3.0
3
+ Version: 3.5.0
4
4
  Summary: Semiconductor fabrication process simulation library
5
5
  License: Parts of the code (located in the 'external/' subfolder) have different
6
6
  licenses. The individual licenses apply for this specific part. Please consult
@@ -30,7 +30,7 @@ Project-URL: Homepage, https://viennatools.github.io/ViennaPS/
30
30
  Project-URL: Documentation, https://viennatools.github.io/ViennaPS/
31
31
  Project-URL: Repository, https://github.com/ViennaTools/ViennaPS
32
32
  Project-URL: Issues, https://github.com/ViennaTools/ViennaPS/issues
33
- Requires-Dist: ViennaLS>=4.2.1
33
+ Requires-Dist: ViennaLS>=4.3.0
34
34
  Description-Content-Type: text/markdown
35
35
 
36
36
  <div align="center">
@@ -41,17 +41,34 @@ Description-Content-Type: text/markdown
41
41
 
42
42
  [![🐍 Build Bindings](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml)
43
43
  [![🧪 Run Tests](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml)
44
+ [![PyPi Version](https://img.shields.io/pypi/v/ViennaPS?logo=pypi)](https://pypi.org/project/ViennaPS/)
44
45
 
45
46
  </div>
46
47
 
47
- ViennaPS is a header-only C++ process simulation library, which includes surface and volume representations, a ray tracer, and physical models for the simulation of microelectronic fabrication processes. This library seamlessly integrates advanced level-set functionalities with top-down Monte Carlo flux calculations, powered by state-of-the-art ray tracing techniques. This combination brings a new level of accuracy and efficiency to process simulations, empowering engineers and researchers to model complex systems.
48
+ ViennaPS is a header-only C++ library for simulating microelectronic fabrication processes. It combines surface and volume representations with advanced level-set methods and Monte Carlo flux calculations, powered by high-performance ray tracing. Users can develop custom models, use pre-configured physical models, or leverage emulation for flexible and efficient process simulations.
49
+
50
+ ViennaPS is designed to be easily integrated into existing C++ projects and provides Python bindings for seamless use in Python environments. The library is under active development and is continuously improved to meet the evolving needs of process simulation in microelectronics.
48
51
 
49
52
  > [!NOTE]
50
53
  > ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
51
54
 
55
+ ## Quick Start
56
+
57
+ To install ViennaPS for Python, simply run:
58
+
59
+ ```sh
60
+ pip install ViennaPS
61
+ ```
62
+
63
+ To use ViennaPS in C++, clone the repository and follow the installation steps below.
64
+
65
+ For full documentation, visit [ViennaPS Documentation](https://viennatools.github.io/ViennaPS/).
66
+
52
67
  ## Releases
53
68
  Releases are tagged on the master branch and available in the [releases section](https://github.com/ViennaTools/ViennaPS/releases).
54
69
 
70
+ ViennaPS is also available on the [Python Package Index (PyPI)](https://pypi.org/project/ViennaPS/) for most platforms.
71
+
55
72
  ## Building
56
73
 
57
74
  ### Supported Operating Systems
@@ -89,7 +106,7 @@ If the dependencies are not found on the system, they will be built from source.
89
106
  > [!NOTE]
90
107
  > __For more detailed installation instructions and troubleshooting tips, please refer to the ViennaPS [documentation](https://viennatools.github.io/ViennaPS/inst/).__
91
108
 
92
- ViennaPS operates as a header-only library, eliminating the need for a formal installation process. Nonetheless, we advise following the procedure to neatly organize and relocate all header files to a designated directory:
109
+ ViennaPS is a header-only library, so no formal installation is required. However, following the steps below helps organize and manage dependencies more effectively:
93
110
 
94
111
  ```bash
95
112
  git clone https://github.com/ViennaTools/ViennaPS.git
@@ -112,7 +129,7 @@ cd ViennaPS
112
129
  pip install .
113
130
  ```
114
131
 
115
- > Some functionalities of the ViennaPS Python module only work in combination with the ViennaLS Python module. It is therefore recommended to additionally install the ViennaLS Python module on your system. Instructions to do so can be found in the [ViennaLS Git Repository](https://github.com/ViennaTools/viennals).
132
+ > Some features of the ViennaPS Python module require the ViennaLS Python module. It is therefore recommended to additionally install the ViennaLS Python module on your system. Instructions to do so can be found in the [ViennaLS Git Repository](https://github.com/ViennaTools/viennals).
116
133
 
117
134
  ## Using the Python package
118
135
 
@@ -133,7 +150,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
133
150
 
134
151
  * Installation with CPM
135
152
  ```cmake
136
- CPMAddPackage("gh:viennatools/viennaps@3.3.0")
153
+ CPMAddPackage("gh:viennatools/viennaps@3.5.0")
137
154
  ```
138
155
 
139
156
  * With a local installation
@@ -146,6 +163,10 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
146
163
  target_link_libraries(${PROJECT_NAME} PUBLIC ViennaTools::ViennaPS)
147
164
  ```
148
165
 
166
+ ## GPU Acceleration (Experimental)
167
+
168
+ As of version 3.4.0, ViennaPS supports GPU acceleration for the ray tracing part of the library. This feature is still experimental and may not work on all systems. Details on how to enable GPU functionality can be found in the [documentation](https://viennatools.github.io/ViennaPS/inst/).
169
+
149
170
  ## Basic Examples
150
171
 
151
172
  ### Building
@@ -184,6 +205,10 @@ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/hole
184
205
 
185
206
  The image presents the results of different flux configurations, as tested in _testFluxes.py_. Each structure represents a variation in flux conditions, leading to differences in hole shape, depth, and profile characteristics. The variations highlight the influence of ion and neutral fluxes on the etching process.
186
207
 
208
+ > [!NOTE]
209
+ > The underlying model may change in future releases, so running this example in newer versions of ViennaPS might not always reproduce exactly the same results.
210
+ > The images shown here were generated using **ViennaPS v3.3.0**.
211
+
187
212
  <div align="center">
188
213
  <img src="assets/sf6o2_results.png" width=700 style="background-color:white;">
189
214
  </div>
@@ -219,38 +244,29 @@ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/oxid
219
244
  <img src="assets/redeposition.gif" width=700 style="background-color:white;">
220
245
  </div>
221
246
 
222
- ## Tests
247
+ ### GDS Mask Import Example
223
248
 
224
- ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
249
+ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/GDSReader) tests the full GDS mask import, blurring, rotation, scaling, and flipping as well as the level set conversion pipeline. Shown below is the result after applying proximity correction and extrusion on a simple test.
225
250
 
226
- ```bash
227
- git clone https://github.com/ViennaTools/ViennaPS.git
228
- cd ViennaPS
251
+ <div align="center">
252
+ <img src="assets/masks.png" width=1200 style="background-color:white;">
253
+ </div>
229
254
 
230
- cmake -B build -DVIENNAPS_BUILD_TESTS=ON
231
- cmake --build build
232
- ctest -E "Benchmark|Performance" --test-dir build
233
- ```
234
255
 
235
- ## Application
236
256
 
237
- > [!WARNING]
238
- > The ViennaPS application is no longer updated with new functionalities added to ViennaPS after release 1.2.0. Please use the __Python bindings__ instead.
257
+ ## Tests
239
258
 
240
- It is also possible to build an application which can parse a custom configuration file and execute pre-defined processes. The application can be built using CMake:
259
+ ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
241
260
 
242
261
  ```bash
243
262
  git clone https://github.com/ViennaTools/ViennaPS.git
244
263
  cd ViennaPS
245
264
 
246
- cmake -B build -DVIENNAPS_BUILD_APPLICATION=ON
265
+ cmake -B build -DVIENNAPS_BUILD_TESTS=ON
247
266
  cmake --build build
267
+ ctest -E "Benchmark|Performance" --test-dir build
248
268
  ```
249
269
 
250
- This creates 2 executables `ViennaPS2D` and `ViennaPS3D` which run processes in 2 or 3 dimensions respectively. Every configuration file can be run in 2D or 3D mode.
251
-
252
- The configuration file must obey a certain structure in order to be parsed correctly. An example for a configuration file can be seen in `SampleConfig.txt`. The configuration file is parsed line by line and each successfully parsed line is executed immediately. A detailed documentation for the configuration file can be found in the [app readme](app/README.md).
253
-
254
270
  ## Contributing
255
271
 
256
272
  If you want to contribute to ViennaPS, make sure to follow the [LLVM Coding guidelines](https://llvm.org/docs/CodingStandards.html).
@@ -263,7 +279,7 @@ cmake --build build --target format
263
279
 
264
280
  ## Authors
265
281
 
266
- Current contributors: Tobias Reiter, Noah Karnel, Lado Filipovic
282
+ Current contributors: Tobias Reiter, Lado Filipovic, Roman Kostal, Noah Karnel
267
283
 
268
284
  Contact us via: viennatools@iue.tuwien.ac.at
269
285
 
@@ -272,4 +288,4 @@ http://www.iue.tuwien.ac.at/
272
288
 
273
289
  License
274
290
  --------------------------
275
- See file LICENSE in the base directory.
291
+ See file LICENSE in the base directory.
@@ -0,0 +1,61 @@
1
+ viennaps.libs/embree4.dll,sha256=sEwTCsccvr1CriJXJE1ekDe_To-13iRoiMrst_CmWvw,24705024
2
+ viennaps.libs/embree4.exp,sha256=yEveGkxobt96pg8J4ZCO4IfFYpRo-D2FGhG7oOESj6s,17003
3
+ viennaps.libs/embree4.lib,sha256=8alXjQ2_f8tRvDeXkR4QychcEHCqlgkkttkt51zjaAo,28462
4
+ viennaps.libs/embree_avx.lib,sha256=ieU8CR7NX3DIHMq2R5wLBjaGTESXbdWidGGv8XXi93c,48649506
5
+ viennaps.libs/embree_avx2.lib,sha256=INhjYDMiWbNtO8fWUr3FVxv2YCHCte4bOFgbfSyAWvw,46907266
6
+ viennaps.libs/embree_sse42.lib,sha256=t67grBJqSNO9nsMISJlJ9L_dA90cmGp3J0-F--EsCkA,5618148
7
+ viennaps.libs/lexers.lib,sha256=teHREfksT7WzltNAk7qhjjp0pw18jcn9vOQPjpQv9fI,279552
8
+ viennaps.libs/math.lib,sha256=HYFC-TGt-ZHuSnD8EMvU-h-1s3nA5c1IZuoUncD3pXo,5430
9
+ viennaps.libs/simd.lib,sha256=EJtRBhM28_lBFqVpfCY-t-ZzoN6tQrdukMiauA3FOWI,10944
10
+ viennaps.libs/sys.lib,sha256=qJBDeZ5NJPZ6vPF2Rxz0MZIvQzVZIc0tV_gJyQbWGi0,378472
11
+ viennaps.libs/tasking.lib,sha256=_VnTdAvfzuhuA0JRXtGuvCs0ksm2dAPrhUhUSP1XhFk,63170
12
+ viennaps.libs/tbb12.dll,sha256=LbrH8QrxDobSLZQ_-G3_rcPZ7PkPfDK1eWWEbzi5WN8,337920
13
+ viennaps.libs/tbb12.exp,sha256=xKM9_i4tq71NUi2crojfLBWhbHLZIfIqeouNKK9Bj9Y,27773
14
+ viennaps.libs/tbb12.lib,sha256=npIEoA7s2b0Eiakm3VAubMi51J6VYW1zmcsmlwRCnq4,46030
15
+ viennaps.libs/vtkCommonComputationalGeometry-9.3.dll,sha256=U-fT9NZ7HcT2arL0C2a_Bu06E_kXrIqEvLHwZW6FFVM,174080
16
+ viennaps.libs/vtkCommonCore-9.3.dll,sha256=cXdSt_EzjfViCCvplpsospcKhPRcHJ2UKBoqK1vutlc,10911744
17
+ viennaps.libs/vtkCommonDataModel-9.3.dll,sha256=ZC1ozRbVY-DmJ_lskLdeM_iuZVwQTMDLDJRuy4KUsyE,4310528
18
+ viennaps.libs/vtkCommonExecutionModel-9.3.dll,sha256=8ioCn_pMXlg63TewblidhCPunU-dhVo8uVO9KQwzI94,797696
19
+ viennaps.libs/vtkCommonMath-9.3.dll,sha256=83ZeBFXOrHyh4D5JDFENFQQfdc7EP8PKZ3kxE39jCP0,153600
20
+ viennaps.libs/vtkCommonMisc-9.3.dll,sha256=1H3w0p2J8xZZ0aQh-79T7j660pDYVA6pELZyvKyiHwQ,2795008
21
+ viennaps.libs/vtkCommonSystem-9.3.dll,sha256=4MYs75LM1q0n0Tcm7r4tE3i20bZ56V43vxwVX6JDAyg,124928
22
+ viennaps.libs/vtkCommonTransforms-9.3.dll,sha256=7B9iLpA22iAqZlKQSrqHuwtLXiUxHM-5hy-7qHKAZYY,204800
23
+ viennaps.libs/vtkdoubleconversion-9.3.dll,sha256=sDqb_1o_eIoxTOfe2XUVMc24KkdZy7jojkRbIByv0E0,64512
24
+ viennaps.libs/vtkexpat-9.3.dll,sha256=qVOImUHWjp-aSA2qrAPfaxjyTBl9glqCdyjjAlLhJ3g,158208
25
+ viennaps.libs/vtkFiltersCore-9.3.dll,sha256=T5YpUi6DCijUZoy_4eQbwatsrC7eVdSYHb2czuaw6dQ,5890048
26
+ viennaps.libs/vtkFiltersGeneral-9.3.dll,sha256=PZLqLO0m3eA2abeXtPeJAlp5WZJXnWoNQfso_xUU-BI,3282944
27
+ viennaps.libs/vtkFiltersGeometry-9.3.dll,sha256=qXocxIbhwp1Ri01Afk7dFTMzAGZ79Ir3N36b5i-1Mt4,965120
28
+ viennaps.libs/vtkFiltersVerdict-9.3.dll,sha256=gZJmrEIGCOBQ0fIFbyf50SDOqnKnLEKCNQtfNITjC4I,199680
29
+ viennaps.libs/vtkfmt-9.3.dll,sha256=wshn4CBW2i1FqsrPxRSXpOAv_djUANYQmPas6eBtTnY,139264
30
+ viennaps.libs/vtkIOCore-9.3.dll,sha256=bCph6EcNchr7o4e0X6prfOp51KBzyIPidyhWlYvlowc,450560
31
+ viennaps.libs/vtkIOXML-9.3.dll,sha256=x9kVjVIGEPRbBI-uAJoqaYbQhfIPvbaQPaLHRQEx-Eg,846848
32
+ viennaps.libs/vtkIOXMLParser-9.3.dll,sha256=8fKVt5JtDuM0G6MhwAyM2bDmKt2zvUIjUQThZ95G1S8,111616
33
+ viennaps.libs/vtkkissfft-9.3.dll,sha256=xwfEe0oKcYj2dong83RWoM-GscPoLCCK9L9Rhi59ucU,22016
34
+ viennaps.libs/vtkloguru-9.3.dll,sha256=3QooocNYZqTyRu3b2xP5_HqgOC0tEfxd3d0P2HqDZbE,76288
35
+ viennaps.libs/vtklz4-9.3.dll,sha256=_WbHqGsiQWfLdQppovbr8Wdo5QDkBU7CduSNnZ5og2k,115200
36
+ viennaps.libs/vtklzma-9.3.dll,sha256=mJQ4PFVYnSMXjstu8TE48oeC8nTw1YcMuinyB2_uLoA,154624
37
+ viennaps.libs/vtkpugixml-9.3.dll,sha256=sSUbLrgk5GOPVB3eCLQ0guVKf7mn7JouYP-7lNzkDRg,207360
38
+ viennaps.libs/vtksys-9.3.dll,sha256=n6ZjJ0Xra6GiSIctu6dtPLPzY3ci9eypVvT09Nqusr0,325120
39
+ viennaps.libs/vtkverdict-9.3.dll,sha256=54voK-EKlyQuJ7ceazVlolBzoZ2HEoVbsSjXyu-aMxc,192512
40
+ viennaps.libs/vtkzlib-9.3.dll,sha256=u5HCslHEy4EQEiJtj7W5DmQr4DopHz8_1IwjAdv7-qw,84480
41
+ viennaps2d/__init__.py,sha256=w9QSNkwVwlBZnXOZPlviHPJ8UBZtGPhlnFR_3mhqrLA,2050
42
+ viennaps2d/__init__.pyi,sha256=Wl1OsUFkxdU7PgcnJ0PCumKHyTDf9rF-zc0lQ7CLOgY,69
43
+ viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd,sha256=Iy_CkgzXsa7ZF4-zIUpPH1s2J9sy7GndE0f1YVsUIr4,1852416
44
+ viennaps2d/Release/viennaps2d.cp311-win_amd64.pyd,sha256=jZV1cbgy6Dm5t8etIrpDxWGLhNh71p-_F4rK5t347FY,1854976
45
+ viennaps2d/Release/viennaps2d.cp312-win_amd64.pyd,sha256=Syk2Nwv5bTPFJFsP_7t5qIgcJXzDZUo9NMW3c059Prw,1880064
46
+ viennaps2d/Release/viennaps2d.pypy37-pp73-win_amd64.pyd,sha256=IIspULYGZxMADoRKJ9QmgHDGyGYD_mxOSEwQnkecatM,1850880
47
+ viennaps2d/viennaps2d.pyi,sha256=hw2pEvH5V0wH2jYJ94didCF7uMl6eicGKexdes6zwxQ,40400
48
+ viennaps2d/viennaps2d.pypy37-pp73-win_amd64.pyd,sha256=IIspULYGZxMADoRKJ9QmgHDGyGYD_mxOSEwQnkecatM,1850880
49
+ viennaps3d/__init__.py,sha256=mY3cWy_z3GYESXrgZSWafyOvLv6-bsIhohqyfHxP_UQ,2050
50
+ viennaps3d/__init__.pyi,sha256=jhoJRHabClmxl-u7CzRVlWPLlVbdQf9sxTFb2vQXExo,69
51
+ viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd,sha256=XvAqusgZBVG3LgT3clfKe-vAALSipQTLtbS7II5BtO8,1760256
52
+ viennaps3d/Release/viennaps3d.cp311-win_amd64.pyd,sha256=3mmhVrEY7lYzwz6IF-OpWCP3eX7TLPJAJZNO77UnHkw,1762816
53
+ viennaps3d/Release/viennaps3d.cp312-win_amd64.pyd,sha256=EsPt_OaIBebPxNw6OgnpZ3jWZrTcjEOYuvEbbMuX4vI,1786368
54
+ viennaps3d/Release/viennaps3d.pypy37-pp73-win_amd64.pyd,sha256=PQA8h2cHvmfRKqYbB8HTJ3eZAMfRU7O7iQ2ECCY6udM,1758720
55
+ viennaps3d/viennaps3d/gpu.pyi,sha256=7rRfqph8ZzXpnR2E144csR5tqDH96PG1VkfiHlu4SnM,3835
56
+ viennaps3d/viennaps3d.pyi,sha256=qSqvUJryMe6tUoh_zwWPSIXW1R5n-WX6zpjDCDTWMUQ,37663
57
+ viennaps3d/viennaps3d.pypy37-pp73-win_amd64.pyd,sha256=PQA8h2cHvmfRKqYbB8HTJ3eZAMfRU7O7iQ2ECCY6udM,1758720
58
+ viennaps-3.5.0.dist-info/METADATA,sha256=XTE9BiVP4u0aMYacQj_JzWwpd-YVT-8neQinDOhG3ZI,13551
59
+ viennaps-3.5.0.dist-info/WHEEL,sha256=GcwMogo_AzsTpUmdn3_tpF9yY9Mv6Ok8VFrdrPp_Aoc,111
60
+ viennaps-3.5.0.dist-info/licenses/LICENSE,sha256=yymSujHnPkkZp_XdtiDIcgdgd2fpygXGPRGIH3ReUPA,1296
61
+ viennaps-3.5.0.dist-info/RECORD,,
viennaps.libs/embree4.dll CHANGED
Binary file
viennaps.libs/embree4.exp CHANGED
Binary file
viennaps.libs/embree4.lib CHANGED
Binary file
Binary file
Binary file
Binary file
viennaps.libs/lexers.lib CHANGED
Binary file
viennaps.libs/math.lib CHANGED
Binary file
viennaps.libs/simd.lib CHANGED
Binary file
viennaps.libs/sys.lib CHANGED
Binary file
viennaps.libs/tasking.lib CHANGED
Binary file
viennaps.libs/tbb12.dll CHANGED
Binary file
viennaps.libs/tbb12.exp CHANGED
Binary file
viennaps.libs/tbb12.lib CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
viennaps2d/__init__.py CHANGED
@@ -24,6 +24,15 @@ def _windows_dll_path():
24
24
  os.add_dll_directory(path)
25
25
  os.environ["PATH"] = path + os.pathsep + os.environ["PATH"]
26
26
 
27
+ def _module_ptx_path():
28
+ from importlib.util import find_spec
29
+ import os
30
+
31
+ spec = find_spec("viennaps3d")
32
+ install_path = os.path.dirname(os.path.abspath(spec.origin))
33
+ return os.path.join(install_path, "ptx")
34
+
35
+
27
36
  if sys.platform == "win32":
28
37
  _windows_dll_path()
29
38
 
@@ -32,6 +41,9 @@ from viennals2d import IntegrationSchemeEnum as IntegrationScheme
32
41
  from viennals2d import BoundaryConditionEnum as BoundaryType
33
42
  from .viennaps2d import *
34
43
 
44
+ if D == 3:
45
+ ptxPath = _module_ptx_path()
46
+
35
47
  # Config file reader helper function
36
48
  def ReadConfigFile(fileName: str):
37
49
  """Read a config file in the ViennaPS standard config file format.
@@ -39,7 +51,7 @@ def ReadConfigFile(fileName: str):
39
51
  Parameters
40
52
  ----------
41
53
  fileName: str
42
- Name of the config file.
54
+ Name of the config file.
43
55
 
44
56
  Returns
45
57
  -------
@@ -60,7 +72,8 @@ def ReadConfigFile(fileName: str):
60
72
 
61
73
  try:
62
74
  val = float(par_value)
63
- except: val = par_value
75
+ except:
76
+ val = par_value
64
77
 
65
78
  par_dict[par_name] = val
66
79