ViennaPS 3.2.0__cp310-cp310-win_amd64.whl → 3.3.0__cp310-cp310-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.
- {viennaps-3.2.0.dist-info → viennaps-3.3.0.dist-info}/METADATA +30 -20
- viennaps-3.3.0.dist-info/RECORD +54 -0
- viennaps.libs/embree4.dll +0 -0
- viennaps.libs/embree4.exp +0 -0
- viennaps.libs/embree4.lib +0 -0
- viennaps.libs/embree_avx.lib +0 -0
- viennaps.libs/embree_avx2.lib +0 -0
- viennaps.libs/embree_sse42.lib +0 -0
- viennaps.libs/lexers.lib +0 -0
- viennaps.libs/math.lib +0 -0
- viennaps.libs/simd.lib +0 -0
- viennaps.libs/sys.lib +0 -0
- viennaps.libs/tasking.lib +0 -0
- viennaps.libs/tbb12.dll +0 -0
- viennaps.libs/tbb12.exp +0 -0
- viennaps.libs/tbb12.lib +0 -0
- viennaps.libs/vtkCommonComputationalGeometry-9.3.dll +0 -0
- viennaps.libs/vtkCommonCore-9.3.dll +0 -0
- viennaps.libs/vtkCommonDataModel-9.3.dll +0 -0
- viennaps.libs/vtkCommonExecutionModel-9.3.dll +0 -0
- viennaps.libs/vtkCommonMath-9.3.dll +0 -0
- viennaps.libs/vtkCommonMisc-9.3.dll +0 -0
- viennaps.libs/vtkCommonSystem-9.3.dll +0 -0
- viennaps.libs/vtkCommonTransforms-9.3.dll +0 -0
- viennaps.libs/vtkFiltersCore-9.3.dll +0 -0
- viennaps.libs/vtkFiltersGeneral-9.3.dll +0 -0
- viennaps.libs/vtkFiltersGeometry-9.3.dll +0 -0
- viennaps.libs/vtkFiltersVerdict-9.3.dll +0 -0
- viennaps.libs/vtkIOCore-9.3.dll +0 -0
- viennaps.libs/vtkIOXML-9.3.dll +0 -0
- viennaps.libs/vtkIOXMLParser-9.3.dll +0 -0
- viennaps.libs/vtkdoubleconversion-9.3.dll +0 -0
- viennaps.libs/vtkexpat-9.3.dll +0 -0
- viennaps.libs/vtkfmt-9.3.dll +0 -0
- viennaps.libs/vtkkissfft-9.3.dll +0 -0
- viennaps.libs/vtkloguru-9.3.dll +0 -0
- viennaps.libs/vtklz4-9.3.dll +0 -0
- viennaps.libs/vtklzma-9.3.dll +0 -0
- viennaps.libs/vtkpugixml-9.3.dll +0 -0
- viennaps.libs/vtksys-9.3.dll +0 -0
- viennaps.libs/vtkverdict-9.3.dll +0 -0
- viennaps.libs/vtkzlib-9.3.dll +0 -0
- viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd +0 -0
- viennaps2d/__init__.py +3 -1
- viennaps2d/__init__.pyi +3 -0
- viennaps2d/viennaps2d.cp310-win_amd64.pyd +0 -0
- viennaps2d/viennaps2d.pyi +1009 -0
- viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd +0 -0
- viennaps3d/__init__.py +3 -1
- viennaps3d/__init__.pyi +3 -0
- viennaps3d/viennaps3d.cp310-win_amd64.pyd +0 -0
- viennaps3d/viennaps3d.pyi +966 -0
- viennaps-3.2.0.dist-info/RECORD +0 -50
- {viennaps-3.2.0.dist-info → viennaps-3.3.0.dist-info}/WHEEL +0 -0
- {viennaps-3.2.0.dist-info → viennaps-3.3.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
|
+
Version: 3.3.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
|
|
33
|
+
Requires-Dist: ViennaLS>=4.2.1
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
|
|
36
36
|
<div align="center">
|
|
@@ -68,13 +68,13 @@ Releases are tagged on the master branch and available in the [releases section]
|
|
|
68
68
|
|
|
69
69
|
### Dependencies (installed automatically)
|
|
70
70
|
|
|
71
|
-
* [ViennaCore](https://github.com/ViennaTools/viennacore) >= 1.
|
|
71
|
+
* [ViennaCore](https://github.com/ViennaTools/viennacore) >= 1.2.0
|
|
72
72
|
|
|
73
|
-
* [ViennaLS](https://github.com/ViennaTools/viennals) >= 4.
|
|
74
|
-
* [ViennaHRLE](https://github.com/ViennaTools/viennahrle) >= 0.
|
|
73
|
+
* [ViennaLS](https://github.com/ViennaTools/viennals) >= 4.2.1
|
|
74
|
+
* [ViennaHRLE](https://github.com/ViennaTools/viennahrle) >= 0.5.0
|
|
75
75
|
* [VTK](https://vtk.org/) >= 9.0.0
|
|
76
76
|
|
|
77
|
-
* [ViennaRay](https://github.com/ViennaTools/viennaray) >= 3.1.
|
|
77
|
+
* [ViennaRay](https://github.com/ViennaTools/viennaray) >= 3.1.4
|
|
78
78
|
* [Embree](https://www.embree.org/) >= 4.0.0
|
|
79
79
|
|
|
80
80
|
* [ViennaCS](https://github.com/ViennaTools/viennacs) >= 1.0.0
|
|
@@ -133,7 +133,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
|
|
|
133
133
|
|
|
134
134
|
* Installation with CPM
|
|
135
135
|
```cmake
|
|
136
|
-
CPMAddPackage("gh:viennatools/viennaps@3.
|
|
136
|
+
CPMAddPackage("gh:viennatools/viennaps@3.3.0")
|
|
137
137
|
```
|
|
138
138
|
|
|
139
139
|
* With a local installation
|
|
@@ -164,15 +164,15 @@ cmake --build build
|
|
|
164
164
|
The examples can then be executed in their respective build folders with the config files, e.g.:
|
|
165
165
|
```bash
|
|
166
166
|
cd examples/exampleName
|
|
167
|
-
./
|
|
168
|
-
./
|
|
167
|
+
./exampleName.bat config.txt # (Windows)
|
|
168
|
+
./exampleName config.txt # (Other)
|
|
169
169
|
```
|
|
170
170
|
|
|
171
171
|
Individual examples can also be build by calling `make` in their respective build folder. An equivalent Python script, using the ViennaPS Python bindings, is also given for each example.
|
|
172
172
|
|
|
173
173
|
### Trench Deposition
|
|
174
174
|
|
|
175
|
-
This example focuses on a particle deposition process within a trench geometry. By default, the simulation presents a 2D representation of the trench. Nevertheless, users have the flexibility to conduct 3D simulations by adjusting the value of the constant _D_ in __trenchDeposition.cpp__ to 3. Customization of process and geometry parameters is achieved through the __config.txt__ file. The accompanying image illustrates instances of the trench deposition process, showcasing variations in the particle sticking probability _s_.
|
|
175
|
+
This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/trenchDeposition) focuses on a particle deposition process within a trench geometry. By default, the simulation presents a 2D representation of the trench. Nevertheless, users have the flexibility to conduct 3D simulations by adjusting the value of the constant _D_ in __trenchDeposition.cpp__ to 3. Customization of process and geometry parameters is achieved through the __config.txt__ file. The accompanying image illustrates instances of the trench deposition process, showcasing variations in the particle sticking probability _s_.
|
|
176
176
|
|
|
177
177
|
<div align="center">
|
|
178
178
|
<img src="assets/deposition.svg" width=700 style="background-color:white;">
|
|
@@ -180,22 +180,32 @@ This example focuses on a particle deposition process within a trench geometry.
|
|
|
180
180
|
|
|
181
181
|
### SF<sub>6</sub>O<sub>2</sub> Hole Etching
|
|
182
182
|
|
|
183
|
-
This example demonstrates a hole etching process with a SF<sub>6</sub>O<sub>2</sub> plasma etching chemistry with ion bombardment. The process
|
|
184
|
-
|
|
183
|
+
This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/holeEtching) demonstrates a hole etching process with a SF<sub>6</sub>O<sub>2</sub> plasma etching chemistry with ion bombardment. The process is controlled by various parameters, including geometry and plasma conditions, which can be adjusted in the __config.txt__ file.
|
|
184
|
+
|
|
185
|
+
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.
|
|
185
186
|
|
|
186
187
|
<div align="center">
|
|
187
|
-
<img src="assets/
|
|
188
|
+
<img src="assets/sf6o2_results.png" width=700 style="background-color:white;">
|
|
188
189
|
</div>
|
|
189
190
|
|
|
190
|
-
|
|
191
|
+
### Bosch Process
|
|
192
|
+
|
|
193
|
+
This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/boschProcess) compares different approaches to simulating the Bosch process, a deep reactive ion etching (DRIE) technique. The three structures illustrate how different modeling methods influence the predicted etch profile.
|
|
194
|
+
|
|
195
|
+
- Left: The structure generated through process emulation, which captures the characteristic scalloping effect of the Bosch process in a simplified yet effective way.
|
|
196
|
+
- Middle: The result of a simple simulation model, which approximates the etching dynamics but may lack finer physical details.
|
|
197
|
+
- Right: The outcome of a more physical simulation model, leading to a more realistic etch profile.
|
|
198
|
+
|
|
199
|
+
This comparison highlights the trade-offs between computational efficiency and physical accuracy in DRIE simulations.
|
|
191
200
|
|
|
192
201
|
<div align="center">
|
|
193
|
-
<img src="assets/
|
|
202
|
+
<img src="assets/bosch_process.png" width=700 style="background-color:white;">
|
|
194
203
|
</div>
|
|
195
204
|
|
|
205
|
+
|
|
196
206
|
### Anisotropic Processes
|
|
197
207
|
|
|
198
|
-
In the anisotropic process model, the etch or deposition rates are dependent on the crystallographic directions of the surface. This enables the accurate modeling of intricate processes like epitaxial growth or anisotropic wet etching. Basic examples, illustrating these processes are provided with the library and shown below.
|
|
208
|
+
In the anisotropic process model, the etch or deposition rates are dependent on the crystallographic directions of the surface. This enables the accurate modeling of intricate processes like [epitaxial growth](https://github.com/ViennaTools/ViennaPS/tree/master/examples/selectiveEpitaxy) or [anisotropic wet etching](https://github.com/ViennaTools/ViennaPS/tree/master/examples/cantileverWetEtching). Basic examples, illustrating these processes are provided with the library and shown below.
|
|
199
209
|
|
|
200
210
|
<div align="center">
|
|
201
211
|
<img src="assets/anisotropic_process.svg" width=700 style="background-color:white;">
|
|
@@ -203,7 +213,7 @@ In the anisotropic process model, the etch or deposition rates are dependent on
|
|
|
203
213
|
|
|
204
214
|
### Redeposition During Selective Etching
|
|
205
215
|
|
|
206
|
-
This example demonstrates capturing etching byproducts and the subsequent redeposition during a selective etching process in a Si<sub>3</sub>N<sub>4</sub>/SiO<sub>2</sub> stack. The etching byproducts are captured in a cell set description of the etching plasma. To model the dynamics of these etching byproducts, a convection-diffusion equation is solved on the cell set using finite differences. The redeposition is then captured by adding up the byproducts in every step and using this information to generate a velocity field on the etched surface.
|
|
216
|
+
This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/oxideRegrowth) demonstrates capturing etching byproducts and the subsequent redeposition during a selective etching process in a Si<sub>3</sub>N<sub>4</sub>/SiO<sub>2</sub> stack. The etching byproducts are captured in a cell set description of the etching plasma. To model the dynamics of these etching byproducts, a convection-diffusion equation is solved on the cell set using finite differences. The redeposition is then captured by adding up the byproducts in every step and using this information to generate a velocity field on the etched surface.
|
|
207
217
|
|
|
208
218
|
<div align="center">
|
|
209
219
|
<img src="assets/redeposition.gif" width=700 style="background-color:white;">
|
|
@@ -225,7 +235,7 @@ ctest -E "Benchmark|Performance" --test-dir build
|
|
|
225
235
|
## Application
|
|
226
236
|
|
|
227
237
|
> [!WARNING]
|
|
228
|
-
> The ViennaPS application is no longer updated with new functionalities added to ViennaPS after release 1.2.0. Please use the
|
|
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.
|
|
229
239
|
|
|
230
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:
|
|
231
241
|
|
|
@@ -243,7 +253,7 @@ The configuration file must obey a certain structure in order to be parsed corre
|
|
|
243
253
|
|
|
244
254
|
## Contributing
|
|
245
255
|
|
|
246
|
-
If you want to contribute to
|
|
256
|
+
If you want to contribute to ViennaPS, make sure to follow the [LLVM Coding guidelines](https://llvm.org/docs/CodingStandards.html).
|
|
247
257
|
|
|
248
258
|
Make sure to format all files before creating a pull request:
|
|
249
259
|
```bash
|
|
@@ -253,7 +263,7 @@ cmake --build build --target format
|
|
|
253
263
|
|
|
254
264
|
## Authors
|
|
255
265
|
|
|
256
|
-
Current contributors: Tobias Reiter, Noah Karnel,
|
|
266
|
+
Current contributors: Tobias Reiter, Noah Karnel, Lado Filipovic
|
|
257
267
|
|
|
258
268
|
Contact us via: viennatools@iue.tuwien.ac.at
|
|
259
269
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
viennaps.libs/embree4.dll,sha256=NqZ-W50xgged6jJGX1pzFvR8R0iX_NuZ-3bVrloV1Xk,24825856
|
|
2
|
+
viennaps.libs/embree4.exp,sha256=S4yU7pK84aRn2RlWdu1xIFqCA8y20xAYa9BJf5FbU6Q,16713
|
|
3
|
+
viennaps.libs/embree4.lib,sha256=wjxuwPCgfz_mcHYDZb-3t1NZlJQrVQWwK5b8uHRBMH8,27986
|
|
4
|
+
viennaps.libs/embree_avx.lib,sha256=Eb3aWH2ZX6_ZKNl23w8hj4QJHdvPZDV98Iplbek2ziE,48932804
|
|
5
|
+
viennaps.libs/embree_avx2.lib,sha256=WYUvy8VDcUhn82xhiBmGaC7N3cdiQOTFV6WyCHR7yfw,47140470
|
|
6
|
+
viennaps.libs/embree_sse42.lib,sha256=GuYohPcd4CrMcZgprJJPzj3tnD-p5OyyofDgt6ycvNA,5651044
|
|
7
|
+
viennaps.libs/lexers.lib,sha256=QkQh93HESzkhk7AdB2WQrklEjiVTD9eOH0bLMNAXQB4,285428
|
|
8
|
+
viennaps.libs/math.lib,sha256=sfqHqIs5W_INkPcJW_Bug_q_piglUaiXHMrVlXqenJU,6290
|
|
9
|
+
viennaps.libs/simd.lib,sha256=6ZHG3NPIPqmVwr_uHZf8S4YqoRjUfj-VkmkMz7I8UnE,11804
|
|
10
|
+
viennaps.libs/sys.lib,sha256=JEMs8KfTUa-Wuas97LM0bd4UMCMfJ7pUb2vKTzbCKdU,387462
|
|
11
|
+
viennaps.libs/tasking.lib,sha256=dNPYgYe8xl4aCsFxp0LM90qgx-uEUYWxPh6uzH1CKR0,64014
|
|
12
|
+
viennaps.libs/tbb12.dll,sha256=cQqPtptCQ5Yebw8vmM2TIe88QU2apg2EiPq9nBEmb7A,322048
|
|
13
|
+
viennaps.libs/tbb12.exp,sha256=iIFQ2vqbd05ZvjZFFkDj_XlZfYt0WVDAbrh02y9Xe-Q,26578
|
|
14
|
+
viennaps.libs/tbb12.lib,sha256=NJuNxjjhjMAFn794o8rWY-1x3l3SV_6dc4_47MoUCz8,44060
|
|
15
|
+
viennaps.libs/vtkCommonComputationalGeometry-9.3.dll,sha256=tqChBcE4EIuIviosw-D78NA8o8uE7DXhEW_CZlQlXBs,172032
|
|
16
|
+
viennaps.libs/vtkCommonCore-9.3.dll,sha256=Glck9TyPnscM_kxV0uRLkNkTBUVpvUvrHOvVrrTcABs,10296832
|
|
17
|
+
viennaps.libs/vtkCommonDataModel-9.3.dll,sha256=HyAS8_utpeP800X4Rvzzg_r-_DFXefVra3eo85rp_no,4253696
|
|
18
|
+
viennaps.libs/vtkCommonExecutionModel-9.3.dll,sha256=vvxYZE4smS_vL7sPGHbJr8tZA3jvQJnXodWvjSYiW84,788992
|
|
19
|
+
viennaps.libs/vtkCommonMath-9.3.dll,sha256=YJVcbp8ybrM63NvjMhLtJ7PxtgYlULXfO-ySEPsHi80,153088
|
|
20
|
+
viennaps.libs/vtkCommonMisc-9.3.dll,sha256=UmDI4A-ssXy3T88tvzKm5_aNxssF-MXn8YuBNUG6FtE,2780672
|
|
21
|
+
viennaps.libs/vtkCommonSystem-9.3.dll,sha256=_XbC9xexPSPrvBmoBtUHWvB_7wkI8xzBU48y1lGqk-g,124416
|
|
22
|
+
viennaps.libs/vtkCommonTransforms-9.3.dll,sha256=NhhQEkZTSg2QNr22WaqCfoHEeHZGlU89QiC5J1HmIaI,203776
|
|
23
|
+
viennaps.libs/vtkdoubleconversion-9.3.dll,sha256=_lBxm8ujBX_WkZ2tbe3hDArmYstAiNkDUK3naM1L30s,65024
|
|
24
|
+
viennaps.libs/vtkexpat-9.3.dll,sha256=R9oJTVeR62sfCCNd_rAopTIaQpDnle-2PayMa6t8BD4,157696
|
|
25
|
+
viennaps.libs/vtkFiltersCore-9.3.dll,sha256=DqZsC2WPpDtha344uFvy3EarjMht_nC35X4DzwpuuOA,5838848
|
|
26
|
+
viennaps.libs/vtkFiltersGeneral-9.3.dll,sha256=hZwH8ke1c6pz-6tXOLJkUfAvV8qdOQKa9SvVPZi7eAw,3250176
|
|
27
|
+
viennaps.libs/vtkFiltersGeometry-9.3.dll,sha256=JrZztsxa3YbqzTzFh3GjPe9gRITLgAny9k01QRihymM,950784
|
|
28
|
+
viennaps.libs/vtkFiltersVerdict-9.3.dll,sha256=nG2kOOD230_0g2Xlt-kCU_5rqPTojVQ0bCEmm6BQNU4,195584
|
|
29
|
+
viennaps.libs/vtkfmt-9.3.dll,sha256=FtOuymgsXS1mtQoRLzy-NZNKYKIPuBKP-LFsLJ4kR3o,138752
|
|
30
|
+
viennaps.libs/vtkIOCore-9.3.dll,sha256=suOmH7mXzbOe5WBvBZyWvU0kWQaMbAQkk2AMVUu7vk0,438784
|
|
31
|
+
viennaps.libs/vtkIOXML-9.3.dll,sha256=9e0r2plKpVlj8bJ97JuyfAWoI-LU9fgfOpQyr72O2LA,827392
|
|
32
|
+
viennaps.libs/vtkIOXMLParser-9.3.dll,sha256=sMFUpV7Op8TwsYM1vwb6aDbKi3p-B6z2qt8lxmb-Y0w,110592
|
|
33
|
+
viennaps.libs/vtkkissfft-9.3.dll,sha256=FwPE4VMycuzaYfwO_hlBmCzqxJ2lafc3wtXaWxwhF6Y,22528
|
|
34
|
+
viennaps.libs/vtkloguru-9.3.dll,sha256=5ieomI4Kw6va5pNuAnKFOwKBiVbfk4FXE-Tktub32rQ,67072
|
|
35
|
+
viennaps.libs/vtklz4-9.3.dll,sha256=AwA2rwc2fFBzWA1Sfk0xqLXPoRLp0W6VdbrDG6HBEA8,115200
|
|
36
|
+
viennaps.libs/vtklzma-9.3.dll,sha256=t4YwipFXhdbm3C2pq1h-wvyLejWp2ax-R6B8jdW1DlQ,154624
|
|
37
|
+
viennaps.libs/vtkpugixml-9.3.dll,sha256=603Bx9KoBcj3i_aWxVbf5yXSEAC98RemHS7KzDOrvjo,207360
|
|
38
|
+
viennaps.libs/vtksys-9.3.dll,sha256=600TQgFxkHZVVsvACSeYoAw8ewG7_l6kpBfYQZrM-Mo,314368
|
|
39
|
+
viennaps.libs/vtkverdict-9.3.dll,sha256=ZXGPYl94glOpMHkNo86Ru13BKwHCXFd7vO1ViwbvfdY,183296
|
|
40
|
+
viennaps.libs/vtkzlib-9.3.dll,sha256=MudSgdijvKeB5aq-DP-y5-gLFhQBvrxBwx0ntthaCfc,84480
|
|
41
|
+
viennaps2d/__init__.py,sha256=rAuO-G4NSO0dDKh2IsZoDqurSdbgyh77lMUkJb8jhdU,1742
|
|
42
|
+
viennaps2d/__init__.pyi,sha256=Wl1OsUFkxdU7PgcnJ0PCumKHyTDf9rF-zc0lQ7CLOgY,69
|
|
43
|
+
viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd,sha256=KxRPY-e6hdpq_Y6FPj1KBBIoC0g1iupvdrnHFf7cX9I,1564160
|
|
44
|
+
viennaps2d/viennaps2d.cp310-win_amd64.pyd,sha256=KxRPY-e6hdpq_Y6FPj1KBBIoC0g1iupvdrnHFf7cX9I,1564160
|
|
45
|
+
viennaps2d/viennaps2d.pyi,sha256=RwIMgz_fUO6ruwJoIbz3ci_o4kJY4DhUFhj_gDu1kXs,32574
|
|
46
|
+
viennaps3d/__init__.py,sha256=mHtxr3JdBtHLm1ofjYgYbaQF_jNTPp3-j7dH6S_NBcQ,1742
|
|
47
|
+
viennaps3d/__init__.pyi,sha256=jhoJRHabClmxl-u7CzRVlWPLlVbdQf9sxTFb2vQXExo,69
|
|
48
|
+
viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd,sha256=4OWqMEcjQs4VB3b2gbDpBzjc_h6X1e5DC_yogMx5iH0,1466368
|
|
49
|
+
viennaps3d/viennaps3d.cp310-win_amd64.pyd,sha256=4OWqMEcjQs4VB3b2gbDpBzjc_h6X1e5DC_yogMx5iH0,1466368
|
|
50
|
+
viennaps3d/viennaps3d.pyi,sha256=hUsQWTkRsxOuT8qipbVjAIofTQOlo-1GOtxvejcd5g8,30864
|
|
51
|
+
viennaps-3.3.0.dist-info/METADATA,sha256=wftSW3wxwXexDP4lqy6O3-tnIUiB8o8W_fcUW1v97u4,12994
|
|
52
|
+
viennaps-3.3.0.dist-info/WHEEL,sha256=yxQ6vqLV6BGCdqSh8_cFSPC6ooSNYEn3BaaiIZLFM6w,106
|
|
53
|
+
viennaps-3.3.0.dist-info/licenses/LICENSE,sha256=yymSujHnPkkZp_XdtiDIcgdgd2fpygXGPRGIH3ReUPA,1296
|
|
54
|
+
viennaps-3.3.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
|
viennaps.libs/embree_avx.lib
CHANGED
|
Binary file
|
viennaps.libs/embree_avx2.lib
CHANGED
|
Binary file
|
viennaps.libs/embree_sse42.lib
CHANGED
|
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
|
viennaps.libs/vtkIOCore-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkIOXML-9.3.dll
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
viennaps.libs/vtkexpat-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkfmt-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkkissfft-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkloguru-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtklz4-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtklzma-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkpugixml-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtksys-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkverdict-9.3.dll
CHANGED
|
Binary file
|
viennaps.libs/vtkzlib-9.3.dll
CHANGED
|
Binary file
|
|
Binary file
|
viennaps2d/__init__.py
CHANGED
|
@@ -27,8 +27,10 @@ def _windows_dll_path():
|
|
|
27
27
|
if sys.platform == "win32":
|
|
28
28
|
_windows_dll_path()
|
|
29
29
|
|
|
30
|
-
from .viennaps2d import *
|
|
31
30
|
import viennals2d as ls
|
|
31
|
+
from viennals2d import IntegrationSchemeEnum as IntegrationScheme
|
|
32
|
+
from viennals2d import BoundaryConditionEnum as BoundaryType
|
|
33
|
+
from .viennaps2d import *
|
|
32
34
|
|
|
33
35
|
# Config file reader helper function
|
|
34
36
|
def ReadConfigFile(fileName: str):
|
viennaps2d/__init__.pyi
ADDED
|
Binary file
|