-
The success rate of exported FMU simulations is significantly lower than the success rate of native C runtime simulations. Some reports are linked here for the latest development version of Buildings:…
-
- load all API functions
- get directional derivatives
- handling of illegal VRs, min / max values
- get / set state
-
Irrespective of simulation mode, instantiation functions for all the simulation kind are loaded as the common functions in [fmi3_capi_load_common_fcn()](https://github.com/modelon-community/fmi-librar…
-
This is probably a long term goal, but for now let's collect some possible basic steps:
* [ ] Add support for reading continuous state in `BlockInformation`
* [ ] Add support for reading and writin…
-
Hello, everyone!
I've compiled 2.2.3 version of the library on Windows 10 with the help of the latest version of MinGW and MSYS.
`mkdir mybuild`
`cd mybuild`
`cmake-gui ..`
The only option …
ghost updated
4 years ago
-
Create an example for importing FMUs with dependencies on additional binary libraries (e.g., DLLs in Windows) in the corresponding binary folder, see e.g. e.g. https://github.com/modelica/fmi-design/t…
-
I got a failed assertion while doing a pretty vanilla alignment with the Galgal7 (broiler chicken) genome: ```bwa-mem2 mem -t `nproc` -M -W 40 $ref_fa $r1 $r2```. It did seem to run for 10-15 seconds…
-
We have a 2-d lookup table with first axis x, second axis y, values v and 2 input variables (in_x, in_y) that access this lookup table :
```xml
```
We could compos…
-
Currently all requested values are copied twice for every call of fmi3GetX / fmi3SetX which is inefficient in terms of bandwidth and memory usage. This can be avoided by re-using the memory for subseq…
-
We should constantly test that the code export APIs of OMPython, OMJulia, OMMatlab doesn't break. It is probably enough to do it on a selected set of models.
See also #11411.