Terminate a model evaluation.
fmiTerminate(instance)
tlist, an instance of a model.
fmiTerminate is the function which terminates the model evaluation at the end of a simulation or after a desired stop
of the integration before the simulation end. It releases all resources that have been allocated since fmiInitialize has been called.
After calling of this function, the final values of all variables can be inquired with the fmiGetXXX functions.