Releases: NTNU-IHB/FMI4j
Releases · NTNU-IHB/FMI4j
v0.13.2
v0.13.1
Rename setupExperiment
to setup
Add simpleSetup
which calls enterInitializationMode
and exitInitializationMode
internally
Several changes to how the modelDescription.xml
is parsed in order to accommodate examples from the cross-check repository
v0.12.2
v0.12.1
Cleanup and refactoring
Major API breakage:
init
has been replacecd by calls to setupExperiment, enterInitializationMode and exitInitializationMode
in order to allow start values to be set property. This change also allows tolerance to be set.
v.0.11.1
v0.10.1
Refactor JNI code to support multiple instances and FMUs. Changes implementation from C to C++.
Since the last version, the library is even faster as we are now caching function pointers. Outperforms other FMI implementations for the JVM in terms of performance!