get/set the nspace within a Grid
int FLDget_nspace (
OMobj_id field,
int *nspace);
int FLDset_nspace (
OMobj_id field,
int nspace);
These routines get/set the nspace (number of coordinates per node, for example, 1 = X; 2 = X,Y; 3 = X, Y, Z) within a Grid. The nspace = veclen within the Grid coordinates array. This will be used as the second array index into the coordinates array (values=[nvals][veclen]).
Note: nspace can also be gotten as part of the omnibus FLDget_mesh_info routine.
modules/advect.c
modules/bounds.c
modules/crop.c
modules/int_data.c
modules/isotrace.c
modules/sct2unif.c (and others)