PetscViewerGetType#
Returns the type of a PetscViewer
.
Synopsis#
#include "petscviewer.h"
PetscErrorCode PetscViewerGetType(PetscViewer viewer, PetscViewerType *type)
Not Collective
Input Parameter#
viewer - the
PetscViewer
Output Parameter#
type -
PetscViewerType
Note#
PetscViewerType
is actually a string
See Also#
Viewers: Looking at PETSc Objects, PetscViewerType
, PetscViewer
, PetscViewerCreate()
, PetscViewerSetType()
Level#
intermediate
Location#
src/sys/classes/viewer/interface/view.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages