FLDFget_npoints
FLDFset_nponits
Synopsis
get/set the ndim in a structured mesh (uniform, rectilinear or curvilinear)
INTEGER FLDFget_npoints (field, npoints)
INTEGER field(OIDSIZ)
INTEGER npoints
INTEGER FLDFset_npoints (field, npoints)
INTEGER field(OIDSIZ)
INTEGER npoints
Description
These routines get/set the npoints in a Grid_Struct Grid. Grid_Structs include Grid_Unif and Grid_Rect grids.
Parameters
field
The integer id of a field that contains a Grid_Struct.
ndim
In FLDFget_npoints, npoints is an integer variable in which the ndim is returned.
In FLDFset_npoints, npoints is an integer variable from which the ndim is copied to the field.