Set a new continuous state vector.
fmiSetContinuousStates(instance, values)
tlist, an instance of a model.
real vector, continuous states.
fmiSetContinuousStates is the function that sets a new (continuous) state vector and re-initializes caching of variables
that depend on the states. The length of vector values must be less or equal to the number of continuous states.
This number can be retrieved from fmiModelDescription.