ViewerSetType
Builds viewer for a particular implementation.
Synopsis
#include "petsc.h"
int ViewerSetType(Viewer viewer,ViewerType type)
Collective on Viewer
Input Parameter
| viewer | - the viewer context
|
| type | - for example, "ASCII"
|
Options Database Command
-draw_type <type> -Sets the type; use -help for a list
of available methods (for instance, ascii)
Notes
See "include/viewer.h" for available methods (for instance,
SOCKET_VIEWER)
Keywords
Viewer, set, method, type
See Also
ViewerCreate(), ViewerGetType()
Level:advanced
Location:src/sys/src/viewer/interface/viewreg.c
Viewer Index
Table of Contents