int DFVecDrawTensorContoursX(DFVec v,int width,int height)
v | - the DF vector |
width, height | - the width and height in pixels of each components screen (same for each) |
-nox | - Disables all x-windows output |
-display <name> | - Indicates name of machine for the X display |
-draw_pause <sec> | - Sets number of seconds to pause after each component has been drawn; use -1 to indicate pausing until user input. |
The user is responsible for making sure that the input vector iscompletely updated and ready for viewing.
If DFShellSetCoordinates() has not been called to set the gridcoordinates, a uniform grid over [0,1] X [0,1] is used for thecontour plot.
This routine is currently disabled for the complex numbers version.
Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents