Henning Scheufler
Henning Scheufler
This feature enables better portability by including additional binaries in the binaries folder libpythonfmu-export.so now includes the ORIGIN RUNPATH so it will automatically link to binaries on the FMU.
For the linux system, libpythonfmu-export.so has to be unique for every python version and readelf -d libpythonfmu-export.so should link to the corresponding python version (here: 3.7 ) 0x0000000000000001 (NEEDED) Gemeinsame...
Very interesting project and it would significantly lower OpenFOAM learning curve. Regarding the banana trick i parsed the headers of the runtime selectable functions and displayed them in markdown. Another...
Dimensions inside the step file are not recognized: ```python import cadquery as cq import math r = 1 h = 1 Vol = r**2 * math.pi * h r_wrong =...
Thanks for the maintaining and developing this extremely useful library. The documentation is quite good and i was able to get started quite quickly. However, it unclear to me how...
From a end-user perspective, switching the executor: CPU, OpenMP or GPU at runtime e.g. by changing a dictionary entry is an important features. This can be achieved by an executor...