DFVecDrawTensorSurfaceContoursVRML

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

Synopsis

int DFVecDrawTensorSurfaceContoursVRML(DFVec v)

Input Parameters

v -the DF vector

Options Database Keys

-dfvec_vrml_nocontour - draws surface only (no contour)
-dfvec_vrml_basefile <filename> - base filename for VRML output (default is "dfvec"); output file names are <filename>.<num>.vrml, where <num> is the component number for vectors with multiple degrees of freedom per node.

Notes

Currently this routine supports 2D and 3D structured problems only, whereDrawTensorSurfaceContour_VRML() is called for each component of the vector. For 3D problems, the data is viewed in layers in the z-direction. Weeventually should generalize this.

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