DFVecDrawTensorContoursX

Draws contour plot of each component within a multi-component vector.

Synopsis

int DFVecDrawTensorContoursX(DFVec v,int width,int height)

Input Parameters

v - the DF vector
width, height - the width and height in pixels of each components screen (same for each)

Options Database Keys

-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.

Notes

Currently this routine is supports 2D structured problems only, whereDrawTensorContour() is called for each component of the vector.

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.

See Also

DrawTensorContour()

Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents