ViennaPS 3.2.0__cp311-cp311-win_amd64.whl → 3.4.0__cp311-cp311-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.4.0.dist-info/METADATA +292 -0
- viennaps-3.4.0.dist-info/RECORD +57 -0
- {viennaps-3.2.0.dist-info → viennaps-3.4.0.dist-info}/WHEEL +1 -1
- 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/Release/viennaps2d.cp311-win_amd64.pyd +0 -0
- viennaps2d/__init__.py +3 -1
- viennaps2d/__init__.pyi +3 -0
- viennaps2d/viennaps2d.cp311-win_amd64.pyd +0 -0
- viennaps2d/viennaps2d.pyi +1099 -0
- viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd +0 -0
- viennaps3d/Release/viennaps3d.cp311-win_amd64.pyd +0 -0
- viennaps3d/__init__.py +3 -1
- viennaps3d/__init__.pyi +3 -0
- viennaps3d/viennaps3d/gpu.pyi +60 -0
- viennaps3d/viennaps3d.cp311-win_amd64.pyd +0 -0
- viennaps3d/viennaps3d.pyi +1056 -0
- viennaps-3.2.0.dist-info/METADATA +0 -265
- viennaps-3.2.0.dist-info/RECORD +0 -52
- {viennaps-3.2.0.dist-info → viennaps-3.4.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: ViennaPS
|
|
3
|
+
Version: 3.4.0
|
|
4
|
+
Summary: Semiconductor fabrication process simulation library
|
|
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.
|
|
29
|
+
|
|
30
|
+
Project-URL: Homepage, https://viennatools.github.io/ViennaPS/
|
|
31
|
+
Project-URL: Documentation, https://viennatools.github.io/ViennaPS/
|
|
32
|
+
Project-URL: Repository, https://github.com/ViennaTools/ViennaPS
|
|
33
|
+
Project-URL: Issues, https://github.com/ViennaTools/ViennaPS/issues
|
|
34
|
+
Requires-Dist: ViennaLS>=4.3.0
|
|
35
|
+
Description-Content-Type: text/markdown
|
|
36
|
+
|
|
37
|
+
<div align="center">
|
|
38
|
+
|
|
39
|
+

|
|
40
|
+
|
|
41
|
+
<h1>ViennaPS - Process Simulation Library</h1>
|
|
42
|
+
|
|
43
|
+
[](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml)
|
|
44
|
+
[](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml)
|
|
45
|
+
[](https://pypi.org/project/ViennaPS/)
|
|
46
|
+
|
|
47
|
+
</div>
|
|
48
|
+
|
|
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.
|
|
52
|
+
|
|
53
|
+
> [!NOTE]
|
|
54
|
+
> ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
|
|
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
|
+
|
|
68
|
+
## Releases
|
|
69
|
+
Releases are tagged on the master branch and available in the [releases section](https://github.com/ViennaTools/ViennaPS/releases).
|
|
70
|
+
|
|
71
|
+
ViennaPS is also available on the [Python Package Index (PyPI)](https://pypi.org/project/ViennaPS/) for most platforms.
|
|
72
|
+
|
|
73
|
+
## Building
|
|
74
|
+
|
|
75
|
+
### Supported Operating Systems
|
|
76
|
+
|
|
77
|
+
* Linux (g++ / clang)
|
|
78
|
+
|
|
79
|
+
* macOS (XCode)
|
|
80
|
+
|
|
81
|
+
* Windows (Visual Studio)
|
|
82
|
+
|
|
83
|
+
### System Requirements
|
|
84
|
+
|
|
85
|
+
* C++17 Compiler with OpenMP support
|
|
86
|
+
|
|
87
|
+
### Dependencies (installed automatically)
|
|
88
|
+
|
|
89
|
+
* [ViennaCore](https://github.com/ViennaTools/viennacore) >= 1.2.0
|
|
90
|
+
|
|
91
|
+
* [ViennaLS](https://github.com/ViennaTools/viennals) >= 4.2.1
|
|
92
|
+
* [ViennaHRLE](https://github.com/ViennaTools/viennahrle) >= 0.5.0
|
|
93
|
+
* [VTK](https://vtk.org/) >= 9.0.0
|
|
94
|
+
|
|
95
|
+
* [ViennaRay](https://github.com/ViennaTools/viennaray) >= 3.1.4
|
|
96
|
+
* [Embree](https://www.embree.org/) >= 4.0.0
|
|
97
|
+
|
|
98
|
+
* [ViennaCS](https://github.com/ViennaTools/viennacs) >= 1.0.0
|
|
99
|
+
|
|
100
|
+
* [pybind11](https://github.com/pybind/pybind11) >= 2.12.0 (only for building Python libs)
|
|
101
|
+
|
|
102
|
+
The CMake configuration automatically checks if the dependencies are installed.
|
|
103
|
+
If the dependencies are not found on the system, they will be built from source. To use local installations of the dependencies, the `VIENNAPS_LOOKUP_DIRS` variable can be set to the installation path of the dependencies.
|
|
104
|
+
|
|
105
|
+
## Installing
|
|
106
|
+
|
|
107
|
+
> [!NOTE]
|
|
108
|
+
> __For more detailed installation instructions and troubleshooting tips, please refer to the ViennaPS [documentation](https://viennatools.github.io/ViennaPS/inst/).__
|
|
109
|
+
|
|
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:
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
git clone https://github.com/ViennaTools/ViennaPS.git
|
|
114
|
+
cd ViennaPS
|
|
115
|
+
|
|
116
|
+
cmake -B build && cmake --build build
|
|
117
|
+
cmake --install build --prefix "/path/to/your/custom/install/"
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
This will install the necessary headers and CMake files to the specified path. If `--prefix` is not specified, it will be installed to the standard path for your system, usually `/usr/local/` .
|
|
121
|
+
|
|
122
|
+
## Building the Python package
|
|
123
|
+
|
|
124
|
+
The Python package can be built and installed using the `pip` command:
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
git clone https://github.com/ViennaTools/ViennaPS.git
|
|
128
|
+
cd ViennaPS
|
|
129
|
+
|
|
130
|
+
pip install .
|
|
131
|
+
```
|
|
132
|
+
|
|
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).
|
|
134
|
+
|
|
135
|
+
## Using the Python package
|
|
136
|
+
|
|
137
|
+
The 2D version of the library can be imported as follows:
|
|
138
|
+
```python
|
|
139
|
+
import viennaps2d as vps
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
In order to switch to three dimensions, only the import needs to be changed:
|
|
143
|
+
|
|
144
|
+
```python
|
|
145
|
+
import viennaps3d as vps
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
## Integration in CMake projects
|
|
149
|
+
|
|
150
|
+
We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consume this library.
|
|
151
|
+
|
|
152
|
+
* Installation with CPM
|
|
153
|
+
```cmake
|
|
154
|
+
CPMAddPackage("gh:viennatools/viennaps@3.4.0")
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
* With a local installation
|
|
158
|
+
> In case you have ViennaPS installed in a custom directory, make sure to properly specify the [`CMAKE_PREFIX_PATH`](https://cmake.org/cmake/help/latest/envvar/CMAKE_PREFIX_PATH.html#envvar:CMAKE_PREFIX_PATH).
|
|
159
|
+
|
|
160
|
+
```cmake
|
|
161
|
+
list(APPEND CMAKE_PREFIX_PATH "/your/local/installation")
|
|
162
|
+
|
|
163
|
+
find_package(ViennaPS)
|
|
164
|
+
target_link_libraries(${PROJECT_NAME} PUBLIC ViennaTools::ViennaPS)
|
|
165
|
+
```
|
|
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
|
+
|
|
171
|
+
## Basic Examples
|
|
172
|
+
|
|
173
|
+
### Building
|
|
174
|
+
|
|
175
|
+
The examples can be built using CMake:
|
|
176
|
+
> __Important__: Make sure all dependencies are installed and have been built previously
|
|
177
|
+
|
|
178
|
+
```bash
|
|
179
|
+
git clone https://github.com/ViennaTools/ViennaPS.git
|
|
180
|
+
cd ViennaPS
|
|
181
|
+
|
|
182
|
+
cmake -B build -DVIENNAPS_BUILD_EXAMPLES=ON
|
|
183
|
+
cmake --build build
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
The examples can then be executed in their respective build folders with the config files, e.g.:
|
|
187
|
+
```bash
|
|
188
|
+
cd examples/exampleName
|
|
189
|
+
./exampleName.bat config.txt # (Windows)
|
|
190
|
+
./exampleName config.txt # (Other)
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
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.
|
|
194
|
+
|
|
195
|
+
### Trench Deposition
|
|
196
|
+
|
|
197
|
+
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_.
|
|
198
|
+
|
|
199
|
+
<div align="center">
|
|
200
|
+
<img src="assets/deposition.svg" width=700 style="background-color:white;">
|
|
201
|
+
</div>
|
|
202
|
+
|
|
203
|
+
### SF<sub>6</sub>O<sub>2</sub> Hole Etching
|
|
204
|
+
|
|
205
|
+
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.
|
|
206
|
+
|
|
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.
|
|
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
|
+
|
|
213
|
+
<div align="center">
|
|
214
|
+
<img src="assets/sf6o2_results.png" width=700 style="background-color:white;">
|
|
215
|
+
</div>
|
|
216
|
+
|
|
217
|
+
### Bosch Process
|
|
218
|
+
|
|
219
|
+
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.
|
|
220
|
+
|
|
221
|
+
- Left: The structure generated through process emulation, which captures the characteristic scalloping effect of the Bosch process in a simplified yet effective way.
|
|
222
|
+
- Middle: The result of a simple simulation model, which approximates the etching dynamics but may lack finer physical details.
|
|
223
|
+
- Right: The outcome of a more physical simulation model, leading to a more realistic etch profile.
|
|
224
|
+
|
|
225
|
+
This comparison highlights the trade-offs between computational efficiency and physical accuracy in DRIE simulations.
|
|
226
|
+
|
|
227
|
+
<div align="center">
|
|
228
|
+
<img src="assets/bosch_process.png" width=700 style="background-color:white;">
|
|
229
|
+
</div>
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Anisotropic Processes
|
|
233
|
+
|
|
234
|
+
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.
|
|
235
|
+
|
|
236
|
+
<div align="center">
|
|
237
|
+
<img src="assets/anisotropic_process.svg" width=700 style="background-color:white;">
|
|
238
|
+
</div>
|
|
239
|
+
|
|
240
|
+
### Redeposition During Selective Etching
|
|
241
|
+
|
|
242
|
+
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.
|
|
243
|
+
|
|
244
|
+
<div align="center">
|
|
245
|
+
<img src="assets/redeposition.gif" width=700 style="background-color:white;">
|
|
246
|
+
</div>
|
|
247
|
+
|
|
248
|
+
### GDS Mask Import Example
|
|
249
|
+
|
|
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.
|
|
251
|
+
|
|
252
|
+
<div align="center">
|
|
253
|
+
<img src="assets/masks.png" width=1200 style="background-color:white;">
|
|
254
|
+
</div>
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## Tests
|
|
259
|
+
|
|
260
|
+
ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
|
|
261
|
+
|
|
262
|
+
```bash
|
|
263
|
+
git clone https://github.com/ViennaTools/ViennaPS.git
|
|
264
|
+
cd ViennaPS
|
|
265
|
+
|
|
266
|
+
cmake -B build -DVIENNAPS_BUILD_TESTS=ON
|
|
267
|
+
cmake --build build
|
|
268
|
+
ctest -E "Benchmark|Performance" --test-dir build
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
## Contributing
|
|
272
|
+
|
|
273
|
+
If you want to contribute to ViennaPS, make sure to follow the [LLVM Coding guidelines](https://llvm.org/docs/CodingStandards.html).
|
|
274
|
+
|
|
275
|
+
Make sure to format all files before creating a pull request:
|
|
276
|
+
```bash
|
|
277
|
+
cmake -B build
|
|
278
|
+
cmake --build build --target format
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
## Authors
|
|
282
|
+
|
|
283
|
+
Current contributors: Tobias Reiter, Lado Filipovic, Roman Kostal, Noah Karnel
|
|
284
|
+
|
|
285
|
+
Contact us via: viennatools@iue.tuwien.ac.at
|
|
286
|
+
|
|
287
|
+
ViennaPS was developed under the aegis of the 'Institute for Microelectronics' at the 'TU Wien'.
|
|
288
|
+
http://www.iue.tuwien.ac.at/
|
|
289
|
+
|
|
290
|
+
License
|
|
291
|
+
--------------------------
|
|
292
|
+
See file LICENSE in the base directory.
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
viennaps.libs/embree4.dll,sha256=_75b8mI71uQbk85ydrD0JISpHuHbbDubfhqjpmo7z-c,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=ux8V6ihtTeYHeRKoBXJgVc-4SCMuP4Q3T7llN7_kEPQ,48649506
|
|
5
|
+
viennaps.libs/embree_avx2.lib,sha256=RTek_L9UYnAuWGKmpVqaaI9t2109p9AUEH6ZNOOe4pk,46907266
|
|
6
|
+
viennaps.libs/embree_sse42.lib,sha256=3N3qG4WBjV3WQsPCtsyoppmX9E4UdVHHSuXEcM4-gM0,5618148
|
|
7
|
+
viennaps.libs/lexers.lib,sha256=6nNXI9VvpIMFvZueAmi592NmkTi7bXYaY9CrpVNyy9k,279552
|
|
8
|
+
viennaps.libs/math.lib,sha256=nEBH1sZFGLaY1gjI3VTtQi26sUejhCWNHGGwifGYRRY,5430
|
|
9
|
+
viennaps.libs/simd.lib,sha256=TETO9tayo8ZqPRVkDsaALIy4avc0_FdN7p6DDP6mEMQ,10944
|
|
10
|
+
viennaps.libs/sys.lib,sha256=KDFRyoFiUMaOKwc0BN2FhuXFECkgpXTzRVnyKLiUw5Y,378472
|
|
11
|
+
viennaps.libs/tasking.lib,sha256=jmoPew24RvA3chpwa6S2xyN8BGmSE5zmWESScKGl_hI,63170
|
|
12
|
+
viennaps.libs/tbb12.dll,sha256=EfmEJX2wSY0xotsFspLwQMoQMMq5J5B6-m__EFnF-nA,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=vGcXID4H_7epXBxW-3mgF-lh9QKCOsnqU8o8Sw8zfHM,174080
|
|
16
|
+
viennaps.libs/vtkCommonCore-9.3.dll,sha256=bI5RRWRZ0R8sD2pCgUI0Zwh1cSYea6RBid_2GZoqK4M,10911744
|
|
17
|
+
viennaps.libs/vtkCommonDataModel-9.3.dll,sha256=GYpiDH1H1YScg2Nm4aD84RNsbmge9QdTxY2F6qh9SyM,4310528
|
|
18
|
+
viennaps.libs/vtkCommonExecutionModel-9.3.dll,sha256=S8-rbzN1OUSt56rrMzJ72AATuNN30jqJsn1alqG_TXY,797696
|
|
19
|
+
viennaps.libs/vtkCommonMath-9.3.dll,sha256=Fp5aye39A4FwdRmum3rYTiXanXCFogS3yH25JTCXzEo,153600
|
|
20
|
+
viennaps.libs/vtkCommonMisc-9.3.dll,sha256=ky4OibLD3quBXnKhlyiQn4orVvKfvFf3HLsuh4KJNVw,2795008
|
|
21
|
+
viennaps.libs/vtkCommonSystem-9.3.dll,sha256=nFe1chiIN-wun-Qw2ImTby6h7UmjnjL3QQdzEWHEBUQ,124928
|
|
22
|
+
viennaps.libs/vtkCommonTransforms-9.3.dll,sha256=D0mKbj5Fj5WZ4JIcInRm5JVIgZkjRbb3G6wbRt7W1WA,204800
|
|
23
|
+
viennaps.libs/vtkdoubleconversion-9.3.dll,sha256=UEAkq2iQd7QIfSHEl9-jIeSzO6DC8qpDpYSKCCQE__s,64512
|
|
24
|
+
viennaps.libs/vtkexpat-9.3.dll,sha256=pXDOcxypoPGTzgPKMPfNpvgCT-hyjVl8jO2lpIhhQYQ,158208
|
|
25
|
+
viennaps.libs/vtkFiltersCore-9.3.dll,sha256=ZLYkroI8DpfYpNlX7lAys5BjAjYLJ6E4z5zNCeasuzo,5890048
|
|
26
|
+
viennaps.libs/vtkFiltersGeneral-9.3.dll,sha256=_GWIoBB6_Q2dGAD8R2Y5lS3Zhx_KpecOWT2NuL-dIR0,3282944
|
|
27
|
+
viennaps.libs/vtkFiltersGeometry-9.3.dll,sha256=QfK8zYj31OlH0s5OKrcIe9cWJQ0LQ4rRgCtNaQ2wz30,965120
|
|
28
|
+
viennaps.libs/vtkFiltersVerdict-9.3.dll,sha256=f-ktUwj1_TV0d6N-uwQrjBEd417aBFJ8juu4ybo-YFc,199680
|
|
29
|
+
viennaps.libs/vtkfmt-9.3.dll,sha256=xMTAypBqil-bYjRxDISvmgZyqZDfRfmRO6oTWD2_T2E,139264
|
|
30
|
+
viennaps.libs/vtkIOCore-9.3.dll,sha256=6u7zpcpPMx44VlwLLPf4CAlIlkOuYUcJXE2XSjcmytk,450560
|
|
31
|
+
viennaps.libs/vtkIOXML-9.3.dll,sha256=DRNrglCgDrlI22SUJT96_fp-ap6G9T5q1sWYXUBld4k,846848
|
|
32
|
+
viennaps.libs/vtkIOXMLParser-9.3.dll,sha256=kjz-IJFy-mwYdithq5FOWfcwKqUaV1LpE77S_UbKAVY,111616
|
|
33
|
+
viennaps.libs/vtkkissfft-9.3.dll,sha256=Ctz23tB2D6BQMDG-rWsSblGaI3K-jz856KQfQ5HdwCA,22016
|
|
34
|
+
viennaps.libs/vtkloguru-9.3.dll,sha256=983KzbUdUIi6rjTbeUBjAcYN-E7LpACULXa8thagx-k,76288
|
|
35
|
+
viennaps.libs/vtklz4-9.3.dll,sha256=-wXNMa2aH3Ee6ndD-l9dwmcGw4gaehAaxlBbjvI-Uog,115200
|
|
36
|
+
viennaps.libs/vtklzma-9.3.dll,sha256=DTBYEVpHD5rdUQ6WmzR0ybNDa76VHrq0RpD5hmq3GZg,154624
|
|
37
|
+
viennaps.libs/vtkpugixml-9.3.dll,sha256=5r2vxLitSoyDSLGO25cjpJrmne4FiJFaTjj-0OcUx_M,207360
|
|
38
|
+
viennaps.libs/vtksys-9.3.dll,sha256=woZwbj0UsmrHXyByHSbje0biKRKccLwWD1O3s0W9gWQ,325120
|
|
39
|
+
viennaps.libs/vtkverdict-9.3.dll,sha256=FppYBDt4eSVyFnxPSYG79y96TZaElz_pIKN04BkJXQ4,192512
|
|
40
|
+
viennaps.libs/vtkzlib-9.3.dll,sha256=l6-XwWoJM_KU1NjHPYNvsooQqfS8klqvsJ2MJyrLQTg,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=WksqyjUk5kho_F1E9CfU4bIOo83a5s5gOvVp_cS4dc0,1762816
|
|
44
|
+
viennaps2d/Release/viennaps2d.cp311-win_amd64.pyd,sha256=w_tMb7KI7f--yBENmveVFYgm-XCLWahfdU2-LIIT2tk,1764864
|
|
45
|
+
viennaps2d/viennaps2d.cp311-win_amd64.pyd,sha256=w_tMb7KI7f--yBENmveVFYgm-XCLWahfdU2-LIIT2tk,1764864
|
|
46
|
+
viennaps2d/viennaps2d.pyi,sha256=e0SNdNwLbXEPIT41nKi4AHKgANYDmQLAtgN98d1RPpc,34953
|
|
47
|
+
viennaps3d/__init__.py,sha256=mHtxr3JdBtHLm1ofjYgYbaQF_jNTPp3-j7dH6S_NBcQ,1742
|
|
48
|
+
viennaps3d/__init__.pyi,sha256=jhoJRHabClmxl-u7CzRVlWPLlVbdQf9sxTFb2vQXExo,69
|
|
49
|
+
viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd,sha256=ev7mny7v7B8TEcAuESGizuEnILJrRgnT6enhfQPsQ0Y,1658368
|
|
50
|
+
viennaps3d/Release/viennaps3d.cp311-win_amd64.pyd,sha256=Yz9i5o0hwcTDmXeDO8zr5FL7BL6JbXlEpgvzNJnqgIA,1660416
|
|
51
|
+
viennaps3d/viennaps3d/gpu.pyi,sha256=LuaAYy5NPET-iaORSKI8hj3olacnIrWJB-W7dePOOZc,3384
|
|
52
|
+
viennaps3d/viennaps3d.cp311-win_amd64.pyd,sha256=Yz9i5o0hwcTDmXeDO8zr5FL7BL6JbXlEpgvzNJnqgIA,1660416
|
|
53
|
+
viennaps3d/viennaps3d.pyi,sha256=znWMT1B-IWdTriIvgOeeHKtLpreba5waB2pSbwl03W0,33243
|
|
54
|
+
viennaps-3.4.0.dist-info/METADATA,sha256=likKE3piUWUQBKTd4hhkT9fvgCS9rb7uSuucKGLC5CM,13585
|
|
55
|
+
viennaps-3.4.0.dist-info/WHEEL,sha256=xGZmaOXqwLlhmjR8ikRHIC1Wm-k3ULVrL-oi9GC-Mmc,106
|
|
56
|
+
viennaps-3.4.0.dist-info/licenses/LICENSE,sha256=yymSujHnPkkZp_XdtiDIcgdgd2fpygXGPRGIH3ReUPA,1296
|
|
57
|
+
viennaps-3.4.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
|
|
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
|