ViennaPS 3.3.0__cp312-cp312-win_amd64.whl → 3.5.0__cp312-cp312-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 (58) hide show
  1. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/METADATA +67 -50
  2. viennaps-3.5.0.dist-info/RECORD +59 -0
  3. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/WHEEL +1 -1
  4. viennaps.libs/embree4.dll +0 -0
  5. viennaps.libs/embree4.exp +0 -0
  6. viennaps.libs/embree4.lib +0 -0
  7. viennaps.libs/embree_avx.lib +0 -0
  8. viennaps.libs/embree_avx2.lib +0 -0
  9. viennaps.libs/embree_sse42.lib +0 -0
  10. viennaps.libs/lexers.lib +0 -0
  11. viennaps.libs/math.lib +0 -0
  12. viennaps.libs/simd.lib +0 -0
  13. viennaps.libs/sys.lib +0 -0
  14. viennaps.libs/tasking.lib +0 -0
  15. viennaps.libs/tbb12.dll +0 -0
  16. viennaps.libs/tbb12.exp +0 -0
  17. viennaps.libs/tbb12.lib +0 -0
  18. viennaps.libs/vtkCommonComputationalGeometry-9.3.dll +0 -0
  19. viennaps.libs/vtkCommonCore-9.3.dll +0 -0
  20. viennaps.libs/vtkCommonDataModel-9.3.dll +0 -0
  21. viennaps.libs/vtkCommonExecutionModel-9.3.dll +0 -0
  22. viennaps.libs/vtkCommonMath-9.3.dll +0 -0
  23. viennaps.libs/vtkCommonMisc-9.3.dll +0 -0
  24. viennaps.libs/vtkCommonSystem-9.3.dll +0 -0
  25. viennaps.libs/vtkCommonTransforms-9.3.dll +0 -0
  26. viennaps.libs/vtkFiltersCore-9.3.dll +0 -0
  27. viennaps.libs/vtkFiltersGeneral-9.3.dll +0 -0
  28. viennaps.libs/vtkFiltersGeometry-9.3.dll +0 -0
  29. viennaps.libs/vtkFiltersVerdict-9.3.dll +0 -0
  30. viennaps.libs/vtkIOCore-9.3.dll +0 -0
  31. viennaps.libs/vtkIOXML-9.3.dll +0 -0
  32. viennaps.libs/vtkIOXMLParser-9.3.dll +0 -0
  33. viennaps.libs/vtkdoubleconversion-9.3.dll +0 -0
  34. viennaps.libs/vtkexpat-9.3.dll +0 -0
  35. viennaps.libs/vtkfmt-9.3.dll +0 -0
  36. viennaps.libs/vtkkissfft-9.3.dll +0 -0
  37. viennaps.libs/vtkloguru-9.3.dll +0 -0
  38. viennaps.libs/vtklz4-9.3.dll +0 -0
  39. viennaps.libs/vtklzma-9.3.dll +0 -0
  40. viennaps.libs/vtkpugixml-9.3.dll +0 -0
  41. viennaps.libs/vtksys-9.3.dll +0 -0
  42. viennaps.libs/vtkverdict-9.3.dll +0 -0
  43. viennaps.libs/vtkzlib-9.3.dll +0 -0
  44. viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd +0 -0
  45. viennaps2d/Release/viennaps2d.cp311-win_amd64.pyd +0 -0
  46. viennaps2d/Release/viennaps2d.cp312-win_amd64.pyd +0 -0
  47. viennaps2d/__init__.py +15 -2
  48. viennaps2d/viennaps2d.cp312-win_amd64.pyd +0 -0
  49. viennaps2d/viennaps2d.pyi +313 -85
  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/__init__.py +15 -2
  54. viennaps3d/viennaps3d/gpu.pyi +111 -0
  55. viennaps3d/viennaps3d.cp312-win_amd64.pyd +0 -0
  56. viennaps3d/viennaps3d.pyi +290 -90
  57. viennaps-3.3.0.dist-info/RECORD +0 -58
  58. {viennaps-3.3.0.dist-info → viennaps-3.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,36 +1,37 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
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
- licenses. The individual licenses apply for this specific part. Please consult
7
- the respective LICENSE files.
8
-
9
-
10
- Copyright (c) 2015 Institute for Microelectronics, TU Wien.
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining a copy
13
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
18
-
19
- The above copyright notice and this permission notice shall be included in
20
- all copies or substantial portions of the Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
- THE SOFTWARE.
6
+ licenses. The individual licenses apply for this specific part. Please consult
7
+ the respective LICENSE files.
8
+
9
+
10
+ Copyright (c) 2015 Institute for Microelectronics, TU Wien.
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining a copy
13
+ of this software and associated documentation files (the "Software"), to deal
14
+ in the Software without restriction, including without limitation the rights
15
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
+ copies of the Software, and to permit persons to whom the Software is
17
+ furnished to do so, subject to the following conditions:
18
+
19
+ The above copyright notice and this permission notice shall be included in
20
+ all copies or substantial portions of the Software.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
+ THE SOFTWARE.
29
+
29
30
  Project-URL: Homepage, https://viennatools.github.io/ViennaPS/
30
31
  Project-URL: Documentation, https://viennatools.github.io/ViennaPS/
31
32
  Project-URL: Repository, https://github.com/ViennaTools/ViennaPS
32
33
  Project-URL: Issues, https://github.com/ViennaTools/ViennaPS/issues
33
- Requires-Dist: ViennaLS>=4.2.1
34
+ Requires-Dist: ViennaLS>=4.3.0
34
35
  Description-Content-Type: text/markdown
35
36
 
36
37
  <div align="center">
@@ -41,17 +42,34 @@ Description-Content-Type: text/markdown
41
42
 
42
43
  [![🐍 Build Bindings](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml)
43
44
  [![🧪 Run Tests](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml)
45
+ [![PyPi Version](https://img.shields.io/pypi/v/ViennaPS?logo=pypi)](https://pypi.org/project/ViennaPS/)
44
46
 
45
47
  </div>
46
48
 
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.
49
+ 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.
50
+
51
+ 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
52
 
49
53
  > [!NOTE]
50
54
  > ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
51
55
 
56
+ ## Quick Start
57
+
58
+ To install ViennaPS for Python, simply run:
59
+
60
+ ```sh
61
+ pip install ViennaPS
62
+ ```
63
+
64
+ To use ViennaPS in C++, clone the repository and follow the installation steps below.
65
+
66
+ For full documentation, visit [ViennaPS Documentation](https://viennatools.github.io/ViennaPS/).
67
+
52
68
  ## Releases
53
69
  Releases are tagged on the master branch and available in the [releases section](https://github.com/ViennaTools/ViennaPS/releases).
54
70
 
71
+ ViennaPS is also available on the [Python Package Index (PyPI)](https://pypi.org/project/ViennaPS/) for most platforms.
72
+
55
73
  ## Building
56
74
 
57
75
  ### Supported Operating Systems
@@ -89,7 +107,7 @@ If the dependencies are not found on the system, they will be built from source.
89
107
  > [!NOTE]
90
108
  > __For more detailed installation instructions and troubleshooting tips, please refer to the ViennaPS [documentation](https://viennatools.github.io/ViennaPS/inst/).__
91
109
 
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:
110
+ 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
111
 
94
112
  ```bash
95
113
  git clone https://github.com/ViennaTools/ViennaPS.git
@@ -112,7 +130,7 @@ cd ViennaPS
112
130
  pip install .
113
131
  ```
114
132
 
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).
133
+ > 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
134
 
117
135
  ## Using the Python package
118
136
 
@@ -133,7 +151,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
133
151
 
134
152
  * Installation with CPM
135
153
  ```cmake
136
- CPMAddPackage("gh:viennatools/viennaps@3.3.0")
154
+ CPMAddPackage("gh:viennatools/viennaps@3.5.0")
137
155
  ```
138
156
 
139
157
  * With a local installation
@@ -146,6 +164,10 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
146
164
  target_link_libraries(${PROJECT_NAME} PUBLIC ViennaTools::ViennaPS)
147
165
  ```
148
166
 
167
+ ## GPU Acceleration (Experimental)
168
+
169
+ 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/).
170
+
149
171
  ## Basic Examples
150
172
 
151
173
  ### Building
@@ -184,6 +206,10 @@ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/hole
184
206
 
185
207
  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
208
 
209
+ > [!NOTE]
210
+ > 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.
211
+ > The images shown here were generated using **ViennaPS v3.3.0**.
212
+
187
213
  <div align="center">
188
214
  <img src="assets/sf6o2_results.png" width=700 style="background-color:white;">
189
215
  </div>
@@ -219,38 +245,29 @@ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/oxid
219
245
  <img src="assets/redeposition.gif" width=700 style="background-color:white;">
220
246
  </div>
221
247
 
222
- ## Tests
248
+ ### GDS Mask Import Example
223
249
 
224
- ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
250
+ 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
251
 
226
- ```bash
227
- git clone https://github.com/ViennaTools/ViennaPS.git
228
- cd ViennaPS
252
+ <div align="center">
253
+ <img src="assets/masks.png" width=1200 style="background-color:white;">
254
+ </div>
229
255
 
230
- cmake -B build -DVIENNAPS_BUILD_TESTS=ON
231
- cmake --build build
232
- ctest -E "Benchmark|Performance" --test-dir build
233
- ```
234
256
 
235
- ## Application
236
257
 
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.
258
+ ## Tests
239
259
 
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:
260
+ ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
241
261
 
242
262
  ```bash
243
263
  git clone https://github.com/ViennaTools/ViennaPS.git
244
264
  cd ViennaPS
245
265
 
246
- cmake -B build -DVIENNAPS_BUILD_APPLICATION=ON
266
+ cmake -B build -DVIENNAPS_BUILD_TESTS=ON
247
267
  cmake --build build
268
+ ctest -E "Benchmark|Performance" --test-dir build
248
269
  ```
249
270
 
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
271
  ## Contributing
255
272
 
256
273
  If you want to contribute to ViennaPS, make sure to follow the [LLVM Coding guidelines](https://llvm.org/docs/CodingStandards.html).
@@ -263,7 +280,7 @@ cmake --build build --target format
263
280
 
264
281
  ## Authors
265
282
 
266
- Current contributors: Tobias Reiter, Noah Karnel, Lado Filipovic
283
+ Current contributors: Tobias Reiter, Lado Filipovic, Roman Kostal, Noah Karnel
267
284
 
268
285
  Contact us via: viennatools@iue.tuwien.ac.at
269
286
 
@@ -272,4 +289,4 @@ http://www.iue.tuwien.ac.at/
272
289
 
273
290
  License
274
291
  --------------------------
275
- See file LICENSE in the base directory.
292
+ See file LICENSE in the base directory.
@@ -0,0 +1,59 @@
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/viennaps2d.cp312-win_amd64.pyd,sha256=Syk2Nwv5bTPFJFsP_7t5qIgcJXzDZUo9NMW3c059Prw,1880064
47
+ viennaps2d/viennaps2d.pyi,sha256=hw2pEvH5V0wH2jYJ94didCF7uMl6eicGKexdes6zwxQ,40400
48
+ viennaps3d/__init__.py,sha256=mY3cWy_z3GYESXrgZSWafyOvLv6-bsIhohqyfHxP_UQ,2050
49
+ viennaps3d/__init__.pyi,sha256=jhoJRHabClmxl-u7CzRVlWPLlVbdQf9sxTFb2vQXExo,69
50
+ viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd,sha256=XvAqusgZBVG3LgT3clfKe-vAALSipQTLtbS7II5BtO8,1760256
51
+ viennaps3d/Release/viennaps3d.cp311-win_amd64.pyd,sha256=3mmhVrEY7lYzwz6IF-OpWCP3eX7TLPJAJZNO77UnHkw,1762816
52
+ viennaps3d/Release/viennaps3d.cp312-win_amd64.pyd,sha256=EsPt_OaIBebPxNw6OgnpZ3jWZrTcjEOYuvEbbMuX4vI,1786368
53
+ viennaps3d/viennaps3d/gpu.pyi,sha256=7rRfqph8ZzXpnR2E144csR5tqDH96PG1VkfiHlu4SnM,3835
54
+ viennaps3d/viennaps3d.cp312-win_amd64.pyd,sha256=EsPt_OaIBebPxNw6OgnpZ3jWZrTcjEOYuvEbbMuX4vI,1786368
55
+ viennaps3d/viennaps3d.pyi,sha256=qSqvUJryMe6tUoh_zwWPSIXW1R5n-WX6zpjDCDTWMUQ,37663
56
+ viennaps-3.5.0.dist-info/METADATA,sha256=q8JUXC1JMsEAa0j9Gvz0wuxNAd4a431foMNPmEXyeQs,13584
57
+ viennaps-3.5.0.dist-info/WHEEL,sha256=NwgjyrmVpVzZ-osOl_ZcT-QXHLFroWlAkN7IC9J-0Pg,106
58
+ viennaps-3.5.0.dist-info/licenses/LICENSE,sha256=yymSujHnPkkZp_XdtiDIcgdgd2fpygXGPRGIH3ReUPA,1296
59
+ viennaps-3.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.10.7
2
+ Generator: scikit-build-core 0.11.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-win_amd64
5
5
 
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
 
Binary file