#include "petscdraw.h" PetscErrorCode PetscDrawTensorContourPatch(PetscDraw draw,int m,int n,PetscReal *x,PetscReal *y,PetscReal min,PetscReal max,PetscReal *v)Not Collective
draw | - the draw context | |
m,n | - the number of local mesh points in the x and y direction | |
x,y | - the locations of the local mesh points | |
min,max | - the minimum and maximum value in the entire contour | |
v | - the data |
Level:advanced
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