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

PetscDrawViewPortsCreateRect

Splits a window into smaller view ports. Each processor shares all the viewports. The number of views in the x- and y-directions is specified.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawViewPortsCreateRect(PetscDraw draw,PetscInt nx,PetscInt ny,PetscDrawViewPorts **newports)
Collective on PetscDraw Many br

Input Parameters

draw - the drawing context Many br
nx - the number of x divisions Many br
ny - the number of y divisions Many br

Output Parameter

ports -a PetscDrawViewPorts context (C structure) Many br

Many br

See Also

PetscDrawSplitViewPort(), PetscDrawSetViewPort(), PetscDrawViewPortsSet(), PetscDrawViewPortsDestroy()

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