int DrawTensorContour(Draw win,int m,int n,double *x,double *y,Vec V)Collective on Draw and Vec
win | - the window to draw in |
m,n | - the global number of mesh points in the x and y directions |
x,y | - the locations of the global mesh points (optional, use PETSC_NULL to indicate uniform spacing on [0,1]) |
V | - the vector |
-draw_x_private_colormap | - Indicates use of private colormap |
-draw_contour_grid | - Draws grid contour |
Location: src/vec/utils/cmesh.c
Vector Index
Table of Contents