PETSc version 3.17.5
Fix/Edit manual page

PetscViewerView

Visualizes a viewer object.

Synopsis

#include "petscviewer.h" 
PetscErrorCode  PetscViewerView(PetscViewer v,PetscViewer viewer)
Collective on PetscViewer

Input Parameters

v - the viewer to be viewed
viewer - visualization context

Notes

The available visualization contexts include
PETSC_VIEWER_STDOUT_SELF - standard output (default)
PETSC_VIEWER_STDOUT_WORLD - synchronized standard output where only the first processor opens the file. All other processors send their data to the first processor to print.
PETSC_VIEWER_DRAW_WORLD - graphical display of nonzero structure

See Also

PetscViewerPushFormat(), PetscViewerASCIIOpen(), PetscViewerDrawOpen(),
PetscViewerSocketOpen(), PetscViewerBinaryOpen(), PetscViewerLoad()

Level

beginner

Location

src/sys/classes/viewer/interface/view.c

Examples

src/sys/classes/viewer/tutorials/ex2.c.html

Implementations

PetscViewerView_ExodusII in src/dm/impls/plex/plexexodusii.c
PetscViewerView_ASCII in src/sys/classes/viewer/impls/ascii/filev.c
PetscViewerView_Binary in src/sys/classes/viewer/impls/binary/binv.c
PetscViewerView_Draw in src/sys/classes/viewer/impls/draw/drawv.c
PetscViewerView_HDF5 in src/sys/classes/viewer/impls/hdf5/hdf5v.c

Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages