ViennaLS
Loading...
Searching...
No Matches
python Namespace Reference

Namespaces

namespace  generateStubs

Functions

 _windows_dll_path ()
 setDimension (int d)
int getDimension ()
 __getattr__ (name)
 __dir__ ()

Variables

 d2 = _C.d2
 d3 = _C.d3
tuple _SHARED_OXIDATION_TYPES
int PROXY_DIM = 2

Detailed Description

ViennaLS
========

ViennaLS is a level set library developed for high performance
topography and semiconductor process simulations. The main design goals are simplicity and efficiency,
tailored towards scientific simulations. ViennaLS can also be used for
visualisation applications, although this is not the main design target.

Function Documentation

◆ __dir__()

python.__dir__ ( )

◆ __getattr__()

python.__getattr__ ( name)

◆ _windows_dll_path()

python._windows_dll_path ( )
protected

◆ getDimension()

int python.getDimension ( )
Get the current dimension of the simulation.

Returns
-------
int
    The currently set dimension (2 or 3).

◆ setDimension()

python.setDimension ( int d)
Set the dimension of the simulation (2 or 3).

Parameters
----------
d: int
    Dimension of the simulation (2 or 3).

Variable Documentation

◆ _SHARED_OXIDATION_TYPES

tuple python._SHARED_OXIDATION_TYPES
protected
Initial value:
1= (
2 "OxidationParameters",
3 "OxidationPresets",
4 "OxidationDeformationParameters",
5 "OxidationMaskParameters",
6 "OxidationCouplingParameters",
7)

◆ d2

python.d2 = _C.d2

◆ d3

python.d3 = _C.d3

◆ PROXY_DIM

int python.PROXY_DIM = 2