VecContourScale

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

Synopsis

#include "vec.h" 
int VecContourScale(Vec v,PetscReal vmin,PetscReal vmax)
Collective on Vec

Input Parameters

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

See Also

DrawTensorContour(),DrawTensorContourPatch()

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