VecContourScale

Prepares a vector of values to be plotted using the DrawTriangle() contour plotter.

Synopsis

int VecContourScale(Vec v,double vmin,double vmax)
Collective on Vec

Input Parameters

v - the vector of values
vmin - minimum value (for lowest color)
vmax - maximum value (for highest color)

Location: src/vec/utils/cmesh.c
Vector Index
Table of Contents