#include "petscdraw.h" PetscErrorCode PetscDrawTensorContour(PetscDraw draw,int m,int n,const PetscReal xi[],const PetscReal yi[],PetscReal *v)Collective on PetscDraw, but PetscDraw must be sequential Many br
draw | - the draw context Many br | |
m,n | - the global number of mesh points in the x and y directions Many br | |
xi,yi | - the locations of the global mesh points (optional, use NULL Many brto indicate uniform spacing on [0,1]) Many br | |
V | - the values Many br |
-draw_x_shared_colormap | - Indicates use of private colormap Many br | |
-draw_contour_grid | - PetscDraws grid contour Many br |
Many br
Level:intermediate
Location:src/sys/classes/draw/interface/dtri.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages