DrawViewPortsCreate

Splits a window into smaller view ports. Each processor shares all the viewports.

Synopsis

#include "petscdraw.h" 
int DrawViewPortsCreate(Draw draw,int nports,DrawViewPorts **ports)
Collective on Draw

Input Parameter

draw -the drawing context

Output Parameter

divide -a DrawViewPorts context (C structure)

See Also

DrawSplitViewPort(), DrawSetViewPort(), DrawViewPortsSet(), DrawViewPortsDestroy()

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