FLDFget_nspace, FLDFset_nspace
Synopsis
get/set the nspace within a Grid
INTEGER FLDFget_nspace (field, nspace)
INTEGER field(OIDSIZ)
INTEGER nspace
INTEGER FLDFset_nspace (field, nspace)
INTEGER field(OIDSIZ)
INTEGER nspaceDescription
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]).
Parameters
Examples
Files
See Also