|
ViennaLS
|
Namespaces | |
| namespace | generateStubs |
Functions | |
| _windows_dll_path () | |
| setDimension (int d) | |
| int | getDimension () |
| __getattr__ (name) | |
| __dir__ () | |
Variables | |
| d2 = _C.d2 | |
| d3 = _C.d3 | |
| int | PROXY_DIM = 2 |
ViennaLS ======== ViennaLS is a level set library developed for high performance topography 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.
| python.__dir__ | ( | ) |
| python.__getattr__ | ( | name | ) |
|
protected |
| int python.getDimension | ( | ) |
Get the current dimension of the simulation.
Returns
-------
int
The currently set dimension (2 or 3).
| python.setDimension | ( | int | d | ) |
Set the dimension of the simulation (2 or 3).
Parameters
----------
d: int
Dimension of the simulation (2 or 3).
| python.d2 = _C.d2 |
| python.d3 = _C.d3 |
| int python.PROXY_DIM = 2 |