FLDFget_npoints, FLDFset_npoints
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 npointsDescription
These routines get/set the npoints in a Grid_Struct Grid. Grid_Structs include Grid_Unif and Grid_Rect grids.
Parameters
Examples
Files
See Also