petsc-3.7.5 2017-01-01
Report Typos and Errors

PetscViewerDrawBaseSet

sets the base integer that is added to the windownumber passed to PetscViewerDrawGetDraw()

Synopsis

#include "petscdraw.h" 
#include "petscviewer.h" 
PetscErrorCode  PetscViewerDrawBaseSet(PetscViewer viewer,PetscInt windownumber)
Logically Collective on PetscViewer

Input Parameters

viewer - the PetscViewer (created with PetscViewerDrawOpen())
windownumber - value to set the base

See Also

PetscViewerDrawGetLG(), PetscViewerDrawGetAxis(), PetscViewerDrawOpen(), PetscViewerDrawGetDraw(), PetscViewerDrawBaseAdd()

Level:developer
Location:
src/sys/classes/viewer/impls/draw/drawv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages