In FMI 2.0 all capability flags in modelDescription.xml are false by default. For my 2.0 test FMUs modelDescription.modelExchange.needsCompletedIntegratorStep is false after calling read_model_description(). This leads to wrong simulation results.
Please note: we changed this in 3.0. There the flag was negated and is called needsCompletedIntegratorStep.
In FMI 2.0 all capability flags in modelDescription.xml are false by default. For my 2.0 test FMUs modelDescription.modelExchange.needsCompletedIntegratorStep is false after calling read_model_description(). This leads to wrong simulation results.
Please note: we changed this in 3.0. There the flag was negated and is called needsCompletedIntegratorStep.
I could provide a test FMU if needed.