<< fmiGetContinuousStates fmu_wrapper fmiGetEventIndicators >>

fmu_wrapper >> fmu_wrapper > fmiGetDerivatives

fmiGetDerivatives

Compute derivative states.

Calling Sequence

values = fmiGetDerivatives(instance)

Arguments

instance

tlist, an instance of a model.

values

real vector, derivative states.

Description

fmiGetDerivatives is the function which compute derivatives states at the current time instant and for the current states. The ordering of the elements of the derivative vector is identical to the ordering of the state vector (e.g. values[2] is the derivative of values[2] of fmiGetContinuousStates).

See Also


Report an issue
<< fmiGetContinuousStates fmu_wrapper fmiGetEventIndicators >>