get/set the number of subcomponents within one component of a Cell_Data
int FLDget_cell_data_veclen (
OMobj_id cell_set,
int comp,
int *veclen);
int FLDset_cell_data_veclen (
OMobj_id cell_set,
int comp,
int veclen);
FLDget_cell_data_units gets the veclen (number of subcomponents) within one component of a Cell_Data cell_set Data_Array.
This veclen can be used to calculate the second index into the values[nvals][veclen] data array.
Note: veclens are usually set as part of the omnibus FLDset_cell_data_comp routine. Alternatively, you can use FLDget_cell_data_veclen to set the veclen pointer, then set the actual value later.
modules/cellnode.c
modules/ext_face.c
modules/write.c