DCL:GRPH2:UGPACK: Vector Field Display Routines: Explanation of Subroutines
Draws a 2-D vector field.
NumRu::DCL.ugvect(u,v)
u (R) A munny 2-D array giving the X component of a vector. The NXnNY portion is used for drawing the vector.mu(I)The first adjustable dimension of array u.v (R) A mvnny 2-D array giving the Y component of a vector. The nxnny portion is used for drawing the vector. mv(I)The first adjustable dimension of array v.nx(I)The first adjustable dimension for the array u, v used for drawing. ny(I)The second adjustable dimension for the array u, v used for drawing.
DCL:GRPH2:UGPACK:Vector Field Display Routines :Explanation of Subroutines