The function for reading vector time steps is similar to the function for scalar time steps. The only difference is the number of components of the vector needs to be designated. The function is listed below:
C
int xfReadVectorValuesTimestepPar(xid a_Id, int a_Time, int a_StartIndex, int a_NumValues, int a_NumComponents, float *a_Values, int a_Stride);