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 nspace

Description

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

field

The integer id of a field that contains a Grid.

nspace

In FLDFget_nspace, nspace is an integer in which the nspace is returned.

In FLDFset_nspace, nspace is an integer from which the nspace will be copied to the Grid.