petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscDrawZoom

Allows one to create a graphic that users may zoom into.

Synopsis

#include "petscdraw.h"  
PetscErrorCode  PetscDrawZoom(PetscDraw draw,PetscErrorCode (*func)(PetscDraw,void*),void *ctx)
Collective on PetscDraw Many br

Input Parameters

draw - the window where the graph will be made. Many br
func - users function that draws the graphic Many br
ctx - pointer to any user required data Many br

Many br

See Also


Level:advanced
Location:
src/sys/classes/draw/utils/zoom.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages