11.2.1 uwsgxa/uwsgya

1.
Function
Sets the grid point coordinates for the grid point array using coordinate values for each point.
2.
Call
NumRu::DCL.uwsgxa(xp)
NumRu::DCL.uwsgya(yp)
3.
Explanation of Parameters
xp (R) An array of length nx. X coordinate specified using values in UC.
yp (R) An array of length  ny. Y coordinate specified using values in UC.
nx (I) The length of array xp.
ny (I) The length of array yp.
4.
Notes
(a)
When this subroutine is called, the value inquired by UWQGXZ/UWQGYZ becomes .true..
(b)
Due to restrictions from the size of the work array, NX and NY must be less than 400. Also, nx and ny must be larger than 2.
(c)
The current coordinate values for the grid points can be inquired with 
xp, nx = NumRu::DCL.uwqgxa()
yp, ny = NumRu::DCL.uwqgya().