DCL:GRPH2:UWPACK: Grid-Point Information Handling Routines: Explanation of Subroutines
Sets the grid point coordinates of the gird point array using the minimum and maximum values and the number of grid points.
NumRu::DCL.uwsgxb(uxmin,uxmax,nx)
NumRu::DCL.uwsgyb(uymin,uymax,ny)
uxmin, uxmax (R) The minimum and maximum values of the X coordinate in UC. uymin, uymax (R) The minimum and maximum values of the Y coordinate in UC. nx (I) The number of grid points in the X direction. The grid point coordinates are set to divide the length equally between uxmin and uxmax into nx-1sections. ny (I) The number of grid points in the Y direction. The grid point coordinates are set to divide the length equally between uymin and uymax into ny-1sections.
uxmin, uxmax, nx = NumRu::DCL.uwqgxb()
uymin, uymax, ny = NumRu::DCL.uwqgyb().