Tobias Reiter

Results 7 issues of Tobias Reiter

Curiously some of the tests (FileWriter, Serialize and VisualizationMesh) failed because the sanitizer found some errors: ``` Direct leak of 112 byte(s) in 1 object(s) allocated from: #0 0x7f886b4e2002 in...

bug

lsMakeGeometry produces a wrongly meshed cylinder when using a grid delta < 0.5 and floating point single precision. The problem stems from the function lsConvexHull, which does not work well...

bug

The material specifier 'None' is the psMaterial enum does not work with the Python bindings, as None is a Python keyword. The material 'None' should thus be changed to either...

bug

Write documentation for the library.

documentation
enhancement

Python bindings currently do not work for all functionalities in ViennaPS. Only built-in models can be applied and there is no possibility of creating a custom, e.g., surface model in...

enhancement

**Description** The ViennaPS Python bindings are currently missing support for certain functionalities critical to custom model development. In particular, the `viennaps::ProcessModel` class, which encapsulates custom model configurations, is not fully...

enhancement

On macOS, importing the **PyPI version** of ViennaPS fails with the following error: ``` OMP: Error #15: Initializing libomp.dylib, but found libomp.dylib already initialized. OMP: Hint This means that multiple...

bug